When i drag particular column it has to move to particular step.suppose if i drag one bar whose value is currently 70 and when i drag it has to move to 80.
canvasjs.com/javascript-charts/interactive-draggable-chart
In this example when u drag the first column it ll increase one by one like 90,91,92…
What my requirement is when I drag that instead of moving one step at a time I want to set a step(ex 10). When I drag it will move to 100,110..