laravel-apexcharts
laravel-apexcharts copied to clipboard
ApexCharts package for Laravel
How to write xaxis formatter function in php laravel? For example I would like xaxis to have "%" as the final character. Thank you
For some reason, adding `series` inside `options` object makes the chart stop working when update. Using Laravel 10 + Inertia Vue stack. ```php $chart = new Chart(); return Inertia::render('Dashboard', [...
Hello! I'm sorry but I barely have time to make a PR ``` public function setDataLabelsBackground(array $dataLabelsBackground): Chart { $this->dataLabelsBackground = $dataLabelsBackground; $this->setOption([ 'dataLabels' => [ 'enabled' => $dataLabelsBackground, ],...
Hello, I'm not able to pass the values to the "setResponsiveOptions" method. Does anyone have an example of how to pass these values to this method? Thanks