asantibanez / livewire-charts

Neat Livewire Charts for your Laravel projects
MIT License
787 stars 116 forks source link

How use default ApexChart color palette? #117

Open chimit opened 5 months ago

chimit commented 5 months ago

In a pie chart my slices are dynamic so I use reduce() and addSlice() method but it requires you to set colors. Is there a way not to set a color and rely on default ApexChart palette?