react-native-echarts
react-native-echarts copied to clipboard
滑动的时候,能不能把数据传递出来
tooltip: {
trigger: 'axis',
position:[20,10],
alwaysShowContent:true,
formatter: function (params, ticket, callback) {{
// this._chartValueChange(params, ticket, callback);
console.log("_chartValueChange");
return ticket;
}},
大神,我想把formatter 函数方式里面的params 传递出来,怎么做?