You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chartjs plugin which allows you to select a range of data by dragging over a chart
1
+
# Chart JS Plugin Select Drag
2
+
Chartjs plugin which allows you to select a range of data by dragging over a chart, see example https://stackblitz.com/edit/chartjs-selectdrag?file=index.html
3
3
4
4
### Usage
5
5
6
6
Register the plugin with chart js...
7
7
```
8
8
import Chart from "chart.js/auto";
9
-
import SelectDragPlugin from "chartjs-plugin-selectdrag;
9
+
import SelectDragPlugin from "@01coder/chartjs-plugin-selectdrag";
0 commit comments