artus9033 / chartjs-plugin-dragdata

Draggable data points plugin for Chart.js
MIT License
266 stars 56 forks source link

Data disappear when it come to x Axis #33

Closed almersawi closed 5 years ago

almersawi commented 5 years ago

If we put a point such as point = {x: 100, y: 0} (on x axis), if you click it, it disappear immediately

wladimiiir commented 5 years ago

I have found the issue and made a fix. @chrispahm Feel free to review and merge. Thank you. https://github.com/chrispahm/chartjs-plugin-dragdata/pull/35

chrispahm commented 5 years ago

Thanks @wladimiiir for the PR! I'm sorry that I'm currently tight for time, I will try to review it by the end of this week :)

chrispahm commented 5 years ago

Ok just published the fix, thanks again @wladimiiir !