highcharts / draggable-points

MIT License
32 stars 34 forks source link

Possibility of controlling each point #46

Closed bulikos closed 8 years ago

bulikos commented 8 years ago

The possibility to disable or enable the movement of individual points in x or y. To use, just add option dragX or dragY on each point.

https://jsfiddle.net/082bg8sr/1/

TorsteinHonsi commented 8 years ago

Thanks for your contribution. I implemented your suggestion but called it draggableX and draggableY to be consistent with the corresponding series option.

bulikos commented 8 years ago

Great, thanks :+1: