amcharts / amcharts5

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

Small but Important Fixes for Drawing Tool need to be added. #597

Open mukeshbadgujar opened 2 years ago

mukeshbadgujar commented 2 years ago
  1. Color not changing after hover (Horizontal Ray)
  2. When Hover on point (dot) on any type of line then line color shoud change to red (as when we hover on line the points are visible and line color is turning red)
  3. Most IMP is, it is hard to hover on line to do delete operation.(see in video) (please add some extra pixel to line when hover on line is performing, it will be easy to select the line)

https://user-images.githubusercontent.com/32473209/188127375-353df08d-7d29-405a-a5c5-d634aca4cb2e.mp4

mukeshbadgujar commented 2 years ago

Also, When you select the eraser, and erase few things, and now select any option from drawing tool then eraser should be not selected. (if it is selected then deselect it.) currently it is staying selected.

zeroin commented 2 years ago

Thanks, this makes sense, will try to fix things, only I don't agree with 2) because when hovering over the object, while it's red, it means you can drag it. making it read while hovering the dot would be misleading as you can not drag the whole object, only the point.

mukeshbadgujar commented 2 years ago

only I don't agree with 2) because when hovering over the object, while it's red, it means you can drag it. making it read while hovering the dot would be misleading as you can not drag the whole object, only the point.

as per your scenario, your point is right. i agree with you.

zeroin commented 2 years ago

However making the point red would make sense.