You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/01/22 08:14:01 UTC

[GitHub] Janine-ZN opened a new issue #9816: 我在treemap-disk.html的实例中设置了dispatchAction()没有效果,根据官网进行设置的,代码如下

Janine-ZN opened a new issue #9816: 我在treemap-disk.html的实例中设置了dispatchAction()没有效果,根据官网进行设置的,代码如下
URL: https://github.com/apache/incubator-echarts/issues/9816
 
 
   ```javascript
   chart.dispatchAction({
           type: 'highlight',
           seriesId: "Disk Usage0",
           seriesIndex: 0,
           dataIndex: 72,
           name: "Contents"
   })
   ```
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org