Hi,
Maybe this is a misunderstanding on my part. I am trying to create a demo project using the kendoChart, specifically a line chart with points.
I would like to be able to drag the points and thus change the values, buuut it seems like I get an error when I try to do drag a point up or down:
But when I try to drag the points on line I get this error:
And the value doesn't change either.
Here is a kendo dojo example:
Drag Line Chart Example | Kendo UI Dojo
I eventually want to create a line chart that is bound to a dataSource and shares this with a grid and I can see the changes made by manipulating the graph points in the cells of the grid. Am I going in the right direction?
Thanks!
George