laravel-charts
laravel-charts copied to clipboard
Package to draw charts in Laravel with Chart.js
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...
 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...
colors
Unable to change colors in pir chart and how to fill the line graph without any condition array values?
 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!