vue-chartjs
Version:
Vue.js wrapper for chart.js for creating beautiful charts.
6 lines • 434 B
TypeScript
import { Chart } from './chart.js';
import { createTypedChart, Bar, Doughnut, Line, Pie, PolarArea, Radar, Bubble, Scatter } from './typedCharts.js';
export type { ChartProps, ChartComponentRef } from './types.js';
export { getDatasetAtEvent, getElementAtEvent, getElementsAtEvent } from './utils.js';
export { Chart, createTypedChart, Bar, Doughnut, Line, Pie, PolarArea, Radar, Bubble, Scatter };
//# sourceMappingURL=index.d.ts.map