Pie chart in Mendix

0
Hi,  How to apply CSS styles for the pie chart using chart widget in Mendix.
asked
1 answers
0

You can create a class and set it on the pie chart widget within Mendix.

Then within your sass files, create the class as well. Within this class either add the css you want to add directly or select the specific subclass you want to change the css for. 

After this compile the sass file with a sass compiler like calypso for example

answered