echarts柱状图中怎样获取某一柱状的颜色(或者获取legend里对应图例的颜色)
用myChart.component.legend.getColor(value),但是报错Cannot read property 'legend' of undefined
// 请把代码文本粘贴到下方(请勿用图片代替代码)
var color=myChart.component.legend.getColor("设备注册率");
console.log("color "+color);
获取不到legend对象
呼唤远方
相关分类