diff --git a/templates/element/charts/bar.php b/templates/element/charts/bar.php index 1abb0b1..b53a44d 100644 --- a/templates/element/charts/bar.php +++ b/templates/element/charts/bar.php @@ -53,12 +53,16 @@ foreach ($chartData as $i => $entry) { } }, theme: '' - } + }, } const chartOptions = Object.assign({}, defaultOptions, passedOptions) new ApexCharts(document.querySelector('#'), chartOptions).render(); - // const chart = new ApexCharts(document.querySelector("#"), options); - // chart.render(); })() - \ No newline at end of file + + + \ No newline at end of file