amcharts / amcharts5

The newest, fastest, and most advanced amCharts charting library for JavaScript and TypeScript apps.
Other
345 stars 92 forks source link

Get drawing uid on event #1740

Open prackode opened 3 days ago

prackode commented 3 days ago

I want to get the exact drawingId which the user dragged.

Let's say I have 3 horizontal line series drawn, I have dragged one of the line using the Bullet. I want to know the drawingId of that line which was dragged.

Note : I am not using the drawingSelected feature / event.

In my app user cannot move the drawing, just can drag using the pointer/bullet present.