somonus / react-native-echarts

Echarts for react-native. The react-naitve chart.
MIT License
722 stars 309 forks source link

滑动的时候,能不能把数据传递出来 #120

Open Smart-XiaoLeiGe opened 6 years ago

Smart-XiaoLeiGe commented 6 years ago
            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 传递出来,怎么做?