apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
59.26k stars 19.57k forks source link

how to change the scale size of the pie and doughnut chart when hover #19910

Closed karthik-noveau closed 2 weeks ago

karthik-noveau commented 3 weeks ago

Version

5.5.0

Link to Minimal Reproduction

https://github.com/karthik-noveau/e-charts

Steps to Reproduce

npm install npm start hover on pie chart

Current Behavior

not able to control the scaling size of the hovered pie chart

Expected Behavior

need to reduce the scaling size of hovered piechart item

Environment

- OS:macOS
- Browser:chrome
- Framework:react js

Any additional comments?

No response

Ovilia commented 3 weeks ago

https://echarts.apache.org/en/option.html#series-pie.emphasis.scaleSize

karthik-noveau commented 2 weeks ago

https://echarts.apache.org/en/option.html#series-pie.emphasis.scaleSize

Thank you