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

8 lines
127 B
JavaScript

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