Hi,
I need to change the colors of the statistic-charts.
I found the limesurvey.pal file with all the rgb values of the colors used for the charts (there are 72).
In the source-code I can see that the div, which is holding the chart, has a data-attribute with a color-number (e.g. data-color="32"). It seems for me, that this number is randomized (I can't discover any rule, each chart has d different one).
Is it possible to change this behaviour so that each chart starts with color 0?
It implies to change the core code, so it's not really recommended, unless you know what you're doing.
In the future, the color behavior should be customizable from the admin interface.