myChart.dispatchAction({ // type: 'highlight', // 可选,系列 index,可以是一个数组指定多个系列 // seriesIndex: 0, // 可选,系列名称,可以是一个数组指定多个系列 // seriesName:'0', // 可选,数据的 index // dataIndex: 0, // 可选,数据的 名称 name: 'ETC' }) myChart.dispatchAction({ type: 'showTip', // name: 'ETC', seriesIndex: 0, dataIndex: 1, })