byashimov / django-controlcenter

Set of widgets to build dashboards for Django projects
BSD 3-Clause "New" or "Revised" License
989 stars 85 forks source link

Barchart series not assigned color when there are more then 15 bars #54

Open firstTimeCaller opened 4 years ago

firstTimeCaller commented 4 years ago

I have created a SingleBarChart with 30 series. Chartist assigns each series a class ct-series-{name}. With name looping from a to z. The django-controlcenter static file 'chartist-default-colors.css' has colors defined for class a to o. Classes p to z do not have a color defined, and therefore do not display on the chart.

Would it be possible to append 'chartist-default-colors.css' to contain classes ct-series-p to ct-series-z?