highcharts / highcharts/draggable-legend
Dragging Legend on HighStock chart, is also calling drag event of chart navigator
Open
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Dragging Legend on HighStock chart, is also calling drag event of chart navigator
To fix this issue I have modified my own copy, by putting
chart.mouseIsDown = false;
in mousedown and mousemove events.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the chart mousedown and mousemove event handling in the JavaScript source and reproduce dragging a legend on a HighStock chart. Check the interaction with the chart navigator, then verify that dragging the legend no longer also triggers the navigator drag event.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100