JudySu31 opened a new issue #9519: 
http://echarts.baidu.com/api.html#action.highlight
URL: https://github.com/apache/incubator-echarts/issues/9519
 
 
   `seriesIndex` and `dataIndex` can set to `Array` type
   ```
   myChart.dispatchAction({
       type: 'highlight',
       seriesIndex: [0],
       dataIndex: [0,1]
   })
   ```
   
   _Originally posted by @cuijian-dexter in 
https://github.com/apache/incubator-echarts/issues/9514#issuecomment-443691483_
   
   dataIndex can not set to array

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to