Files

8 lines
117 B
JavaScript

import ApexCharts from 'apexcharts';
try {
window.ApexCharts = ApexCharts;
} catch (e) {}
export { ApexCharts };