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

Chart Color issue

Open comsatsTaha opened this issue 2 years ago • 1 comments
trafficstars

$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

comsatsTaha avatar Jul 03 '23 04:07 comsatsTaha