先看一下效果图
使用echarts画横向柱状图
代码实现:使用echarts画横向柱状图
var myChart3 = echarts.init(document.getElementById(“college”));
myChart3.setOption(option3);

相关文章: