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

Package to draw charts in Laravel with Chart.js

Results 23 laravel-charts issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, is there a way to optimize queries from this package? Right now the query is "`select * from table`" and I guess that is not good because if someone...

$chartOptionsProvinceWise = [ 'chart_title' => 'Province Wise Applications', 'report_type' => 'group_by_relationship', 'model' => 'App\Models\Candidate', 'relationship_name' => 'province', 'group_by_field' => 'name', 'chart_type' => 'pie', 'chart_color ' => '255,0,0' ]; Chart_color not...

![decimal](https://github.com/LaravelDaily/laravel-charts/assets/7870260/8aba951b-04e0-4a5b-8fcc-6b83c647e7a0) only positive number show on sidebar like 1,2,3,4 not 0,0.1,0.2. **Is it possible to hide chart title..?** Thanks

When you make a chart and the labels have a single quote " ' " in them it gets outputted as ```'```. Particularly tricky to handle possessive nouns, like "Tom's...

Unable to change colors in pir chart and how to fill the line graph without any condition array values?

![Screenshot (121)](https://user-images.githubusercontent.com/65595484/221416324-0f94d94c-7543-4aea-94e7-11d73e22ff01.png) Sometimes dates are not showing and counting is also wrong

Result isn’t sorted properly (year, month ASC) and I'm not sure why? configuration: ```xml 'chart_title' => 'Monthly income', 'chart_type' => 'bar', 'report_type' => 'group_by_date', 'model' => 'App\Models\Invoice', 'group_by_field' => 'invoice_date',...

I watch your video about Chart with Multiple Datasets, which we should add conditions keys to display multiple datasets, but it seems not working properly in my case, it only...

``` 'show_blank_data' => true, 'filter_days' => 7, ``` This seems to fill in the data gaps However the below will not, but probably could ``` 'show_blank_data' => true, 'filter_period' =>...

I'd love to be able to generate a chart but grouped by hour!