Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 1 month ago
Vaadin-charts repeating colors when categories exceed more than 8
When I am trying to build the column chart with categories more than 8, the vaadin chart renderers repeted color after category 8. Is this the bug?
Last updated on
Hi,
do you have an example code snippet where this happens?
Last updated on
afaik, the standard VaadinTheme uses an array of 8 colors.
Last updated on
Thanks for your pointer. I tried to do as below but somehow that didn't work.
ChartOptions.get().getTheme().setColors(...)
Then I extended the vaadinTheme and set the color along with additional colors and thats works well.
Last updated on
You cannot reply to this thread.