AAChartCore icon indicating copy to clipboard operation
AAChartCore copied to clipboard

图例点击事件

Open luyun181 opened this issue 5 years ago • 0 comments

//禁用图例点击事件
aaOptions.plotOptions.series.events = AAEvents.new
.legendItemClickSet(@AAJSFunc(function() {
    return false;
}));

IOS 可以取消,android 有同样的方法吗?

luyun181 avatar Jul 30 '20 10:07 luyun181