plainheart commented on issue #18141:
URL: https://github.com/apache/echarts/issues/18141#issuecomment-1373203844
It's just a demo. To pop out the pie slice, you can dispatch the `select`
action.
```js
chart.dispatchAction({
// see also `unselect` and `toggleSelect`
type: 'select',
// can also be `seriesIndex`
seriesName: 'Access From',
// can also be `name` if provided
dataIndex: 1
});
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]