2025-04-02 13:24:56 +05:30

8 lines
100 B
JavaScript

import Chart from 'chart.js/auto';
try {
window.Chart = Chart;
} catch (e) {}
export { Chart };