artus9033 / chartjs-plugin-dragdata

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

Fixing issue with 0 values #35

Closed wladimiiir closed 5 years ago

wladimiiir commented 5 years ago

This fixes issue when either x or y values in datasets are set to 0 and not being able to drag anymore.

chrispahm commented 5 years ago

Thanks again @wladimiiir for fixing https://github.com/chrispahm/chartjs-plugin-dragdata/issues/33!