UNPKG

chartjs-plugin-cursors

Version:

Chart.js plugin to draw and sync cursor lines

4 lines (3 loc) 110 B
import { Plugin } from "chart.js"; declare const CursorsPlugin: Plugin<"line">; export default CursorsPlugin;