I want to change the font color / size of the labels on my igPieChart. I see that there is a textStyle option, but I am not sure what to set it to. I have tried a css class and inline style syntax, but nothing seems to change it.
Hello again,
There is a css class which you can use in order to change color of the text also. The class is called .ui-chart-piechart-container:
.ui-chart-piechart-container { color: white; }
Just add it to the page that I've send you in my previous reply.
Thank you for using our controls!
Hello rsimm,
Thank you for contacting us!
About your question, you can set the style of the text with textStyle option like this (textStyle: "12pt Tahoma"). I am currently investigating how to set the color of the text also.
I will contact you soon with my findings.