Hi Evevery, First of all apologies if this isn't the correct discussion group to answer this query. I have been looking for the gwt visualization api group but couldn't find it. My query is quite simple. I am trying to find a way to set the color of specific slices inside a PieChart object. It seems to be possible to do in js. http://code.google.com/apis/visualization/documentation/gallery/piechart.html pieSliceTextStyle | {color: <string>, fontName: <string>, fontSize: <number>}
Hence I'm wondering if the same thing is possible with the gwt version of the piechart? The only way I found to do this in the gwt version of PieChart is by doing the following: options.setColors( "#3399FF","#80C080","#008000","#FFFF80"); But unfortunately this assigns colors randomly to slices. Hence I can't control the color of particular slices Is there any way of doing this? Thanks for your help in advance -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
