1
votes

Does anyone know or it's possible to get the labels outside the Google API pie chart and not IN it? I know it's possible with the image version: https://chart.googleapis.com/chart?chs=250x100&chd=t:60,40&cht=p3&chl=Hello|World

But I like to get it work with this version (with the lines like the previous link, would be nice): https://google-developers.appspot.com/chart/interactive/docs/gallery/piechart

1
I don't see anything in the configuration options that enables this google-developers.appspot.com/chart/interactive/docs/gallery/… - CodeToad
Well... I think I found it: 'labeled' - Draws lines connecting slices to their data values. See legend.position at google-developers.appspot.com/chart/interactive/docs/gallery/… - Erik van de Ven

1 Answers

1
votes

I found it: 'labeled' - Draws lines connecting slices to their data values. See legend.position at https://google-developers.appspot.com/chart/interactive/docs/gallery/piechart#Configuration_Options