hustcc / echarts-for-react

⛳️ Apache ECharts components for React wrapper. 一个简单的 Apache echarts 的 React 封装。
https://git.hust.cc/echarts-for-react
MIT License
4.52k stars 630 forks source link

怎么使用echarts的dispatchAction事件 #539

Closed Ceslie closed 8 months ago

luanlinpeng commented 10 months ago

const echarts = disCountRef.current.getEchartsInstance();

  echarts.dispatchAction({
    type: "showTip",
    seriesIndex: 1,
    dataIndex: 9,
  });