angular-echarts icon indicating copy to clipboard operation
angular-echarts copied to clipboard

请问如何调整line的xAxis的分割间隔,针对series的全局参数如何调整

Open jiansongjay opened this issue 10 years ago • 0 comments

像echarts示例这样调整不生效
xAxis : [ { type : 'time', splitNumber:12 } ],

调整函数如: $scope.config = { xAxis: [ { type: "time", name: "x", axisLabel: { interval: 0 }, splitNumber: 20 } ], };

如何设置showAllSymbol:true

jiansongjay avatar Feb 01 '16 08:02 jiansongjay