laravel-apexcharts icon indicating copy to clipboard operation
laravel-apexcharts copied to clipboard

ApexCharts package for Laravel

Results 4 laravel-apexcharts issues
Sort by recently updated
recently updated
newest added

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