DEV Community

Discussion on: Create charts in Laravel with eloquent and Larapex Charts

Collapse
 
sissi1995 profile image
sissi1995

Hi, thank you for the answer. I tried before to set color with config/larapex.php file, with the same result.
So i find that we can do it in apexcharts by puting one parameter "distributed" on "true",
like in publicapexcharts.js :
plotOptions:
{bar:{horizontal:!1,columnWidth:"70%",barHeight:"70%",distributed:!1,endingShape:"flat",colors:{ranges:[],backgroundBarColors:[],backgroundBarOpacity:1}
but doesn't work with larapex package.
I hope you can find a solution, i really need it.
Thank you.

Thread Thread
 
arielmejiadev profile image
Ariel Mejia

I will check these days for sure :)