8 lines
100 B
JavaScript
Raw Normal View History

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