You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/06/28 07:13:00 UTC

[GitHub] [echarts] fuchunhui commented on issue #17285: [Feature] connection pie to the map

fuchunhui commented on issue #17285:
URL: https://github.com/apache/echarts/issues/17285#issuecomment-1168324737

   unable to run the demo, try it like this.
   ```
   mapChart_pie.on('click', function(params) {
       const index = 0; // computed the index of Guandong province
       myChart_map.dispatchAction({
           type: 'highlight',
           dataIndex: index
       });
   });
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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