The PieCharts need an option to include zero values data points in the legend. Until that gets added, you can cheat a bit by using a DataView to change zero's into very small values instead. This will keep the data in the legend, but as long as the value is small enough, it won't change the way the pie is drawn. Here's an example: http://jsfiddle.net/asgallant/qDScf/
On Thursday, January 3, 2013 10:10:44 AM UTC-5, Arush wrote: > > ya i understand that but i want to show zero value for them in some way so > that if i am having 3 distinct options for the pie chart and its 100% one > of the value...the pie chart will show 100% that colour...though its > correct but i also need to somehow show that the other options could also > be the possibilities but they are zero.....Thanx asgallant u have been very > helpful always...please help me > > > On Thu, Jan 3, 2013 at 8:29 PM, asgallant <[email protected]<javascript:> > > wrote: > >> What do you want your zero-values to look like? Drawing a column or a >> pie slice would imply that they are some value other than zero. >> >> >> On Thursday, January 3, 2013 8:03:02 AM UTC-5, Arush wrote: >>> >>> Please tell how can I show zero values in column chart and Pie >>> chart....Though logically since they are zero,they need not be shown but I >>> feel I need to display it over there to show its existence else the graph >>> looks incomplete....Thanks >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Visualization API" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/google-visualization-api/-/7K3BW4dUX5MJ. >> >> To post to this group, send email to >> [email protected]<javascript:> >> . >> To unsubscribe from this group, send email to >> [email protected] <javascript:>. >> For more options, visit this group at >> http://groups.google.com/group/google-visualization-api?hl=en. >> > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/5Ksn_839FLsJ. 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-visualization-api?hl=en.
