Invient Customization

Hi, I’ve tried out the Invient addon and it is awsome. As more and more I use it I wish I could customize it to my own coloring scheme.

So, I have a few questions about Invient customization:

Can we customize everything we can for HighCharts in the Invient addon for Vaadin?
How can we set the theme for a chart without directly modifying js files?
I’m trying to create a Column chart but the setColor(Color color) seems to have no effect, is there something special that needs to be configured?

Thanks.

Figured out #3: each point has to have its colour set and not the ColumnConfig. This actually allows more flexibility.