apache / echarts

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

[Feature] center image in sunburst #20385

Open nphias opened 4 days ago

nphias commented 4 days ago

What problem does this feature solve?

i noticed on all examples of sunburst charts.. the zoom out middle button is a blue circle. i would like to swap that for an image of my choosing, preferable with some on-click animation

What does the proposed API look like?

provide the option in the sunburst config.. or give an example of how to hack this

helgasoft commented 3 days ago

provide the option in the sunburst config.. or give an example of how to hack this

oh yes, it is hacky to place an image in there - Demo. However the image layout is repeat: 'repeat', which you probably do not want. Would be nice to have repeat: 'no-repeat' (single image) with responsive positioning like CSS background-position: center;, but that is not currently available in API. A nice new feature candidate for v.6.0 though! Looks like the object to enhance is PatternObjectBase image.