This sample illustrates data editing feature in chart. Drag and drop the points to change the data values dynamically.
The draggable-points allows data to be moved around the chart. In addition to this, the module fires events such as dragStart, drag and dragComplete.
Chart component features are segregated into individual feature-wise modules. To use data editing, we need to inject
DataEditing
module using Chart.Inject(DataEditing)
method.
More information on the Data Editing can be found in this documentation section.