Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chart Color issue #111

Open
comsatsTaha opened this issue Jul 3, 2023 · 0 comments
Open

Chart Color issue #111

comsatsTaha opened this issue Jul 3, 2023 · 0 comments

Comments

@comsatsTaha
Copy link

comsatsTaha commented Jul 3, 2023

$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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant