我有一个启用了标记的折线图。我也有自己的自定义图例格式化程序legend: { enabled: true, useHTML: true, labelFormatter: function() { let symbol = '<span style="color:' + this.color + ';font-size:12px;">▬</span>'; return '<span style="font-size: 12px;">' + symbol + ' ' + this.name + '</span>'; } }由于我的标记,我在自定义图例符号旁边多了一条线。我尝试使用此解决方案销毁我的标记符号链接:http://jsfiddle.net/Tr7nk/2621/ 但是,切换图例时出现错误ERROR TypeError: Cannot read property 'isSVG' of undefined
at E.destroy (highcharts.src.js:4424)
at t.<anonymous> (chart.component.ts:271)
at Function.each (jquery.min.js:2)
添加回答
举报
0/150
提交
取消