Have this problem, and a solution for this in the short term. POSSIBLE SOLUTION: use the label which is text string, if you do not need a key and can put text needed in a tooltip per slice.
options add: pieSliceText: 'label', Then for your label column put '35.77%' the percentage you want. On Thursday, 13 December 2012 19:35:02 UTC, asgallant wrote: > > You can format the data displayed in the tooltips to 2 decimal places, but > not the slice labels. To format the tooltips, use a NumberFormatter > <https://developers.google.com/chart/interactive/docs/reference#numberformatter> > on > the data column in the DataTable. > > >> -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/cbc0497d-84b7-4a75-920f-781cbeb284c8%40googlegroups.com.
