echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Feature] Provide dragStart & dragEnd events for the legend items

Open abdurrahmanyildirim opened this issue 4 months ago • 1 comments

What problem does this feature solve?

I can drag/drop rendered series.

Image

i wanna drag series to other places from rendered echart dom.

Need support for events for dragStart, dragEnd

What does the proposed API look like?

Not sure about api. draggable option can be added to activate events.

abdurrahmanyildirim avatar Oct 27 '25 10:10 abdurrahmanyildirim

I'd second a a feature like this. I'm currently creating an adaption for ECharts with TiddlyWiki, and it's going to feel incomplete if users cannot move graph nodes around and get an event specifying the new location.

flibbles avatar Dec 09 '25 21:12 flibbles