AAChartCore
AAChartCore copied to clipboard
图例点击事件
//禁用图例点击事件
aaOptions.plotOptions.series.events = AAEvents.new
.legendItemClickSet(@AAJSFunc(function() {
return false;
}));
IOS 可以取消,android 有同样的方法吗?