cuijian-dexter commented on issue #9514: how to use dispatchAction to highlight 
two nodes 
URL: 
https://github.com/apache/incubator-echarts/issues/9514#issuecomment-443691483
 
 
   http://echarts.baidu.com/api.html#action.highlight
   `seriesIndex` and `dataIndex` can set to `Array` type
   ```
   myChart.dispatchAction({
       type: 'highlight',
       seriesIndex: [0],
       dataIndex: [0,1]
   })
   ```

----------------------------------------------------------------
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