Is it possible to show each legend in different color in google pie chart? I have 3 legends in my pie chart and i want to show each one of them in different color.
相关问题
- Broken axis in Google charts
- Google Charts backgroundColor not working with exa
- Drawing a chart after a click of a button in Googl
- Set API key with embed API google analytics
- Google Charts-Code for Category Filter
相关文章
- Google Chart veritcal axis with percentage sign
- Google Combo Chart add horizontal and vertical lin
- Google charts X-axis don't look so good
- GWT with Charts API example from Google not workin
- How to output javascript Date in json
- PHP array into google charts
- How to set google chart API locale
- Google Charts - Avoid showing negative values in y
Yes, from google instructions:
use the
legend.textStyle
option and assign it like soAn object that specifies the legend text style. The object has this format:
The color can be any HTML color string, for example: 'red' or '#00cc00'. Also see fontName and fontSize.
so for each pi chart in the drawchart