It should be enough for you to pass the legend: 'none' option ( http://code.google.com/apis/chart/interactive/docs/gallery/piechart.html#Configuration_Options) to 2 out of the 3 pie charts you have.
(assuming all the pies show the same type of data, so one legend from one would work equally well for all the others. If you want to aggregate 3 separate legends with different contents into a single one there is not currently a readymade option to do that, so you'll have to do it on your own). /R. On 25 August 2011 17:24, doles <[email protected]> wrote: > New to google charts!! I cant find a method/function to remove the legend > from a chart. What I ultimately want to achieve is to include 3 pie charts > in one area and have them use the same legend. so one full pie shows > accept/warn/reject of a certain characteristic, the second shows another > char and the third yet another. so, i want to show only one legend and not > repeat it for the three. i am looking into the dashboard mechanism, however, > if you guys have any ideas for me, i will be thankful.! > > -- > doles > > -- > 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/-/B60A99umut4J. > 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. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" 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-visualization-api?hl=en.
