LaravelDaily / laravel-charts

Package to draw charts in Laravel with Chart.js
MIT License
522 stars 116 forks source link

Chart Color issue #111

Open comsatsTaha opened 1 year ago

comsatsTaha commented 1 year ago
$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 working in pie chart only working in bar chart and line chart