chartjs-plugin-dragdata
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "chartjs-plugin-dragdata", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Draggable data points for Chart.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/chartjs-plugin-dragdata.js", |
@@ -41,5 +41,3 @@ import {Chart} from 'chart.js' | ||
let newPos = calcPosition(e, chartInstance, datasetIndex, index, data) | ||
initValue = newPos - curValue | ||
console.log(dataset,index,curValue,newPos) | ||
initValue = newPos - curValue | ||
} | ||
@@ -46,0 +44,0 @@ |
159680
1720