eCharts 的 bar 系列
eCharts bar 系列的配置在整个过程中踩了很多的坑,不知道是什么原因,barWidth 设置的宽度过大时会使得两个重叠的 bar 系列的宽度不相同,如若有人发现问题所在,欢迎指正。
html中引入指令1<div data-e-charts data-config="identityData" style="height:200px"></div>
directive.js 参见官网配置123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475angular.module('myApp') .directive('eCharts', ['
...