8 lines
127 B
JavaScript
8 lines
127 B
JavaScript
import ApexCharts from 'apexcharts-clevision';
|
|
|
|
try {
|
|
window.ApexCharts = ApexCharts;
|
|
} catch (e) {}
|
|
|
|
export { ApexCharts };
|