Is it possible to show values instead of percentage in Google Chart PieChart slices?
Thanks,
Yes. you can. Just set pieSliceText
in the options like this
var options = {
width: 450,
height: 300,
title: 'My Daily Activities',
pieSliceText: 'value'
};
Documentation: http://code.google.com/apis/chart/interactive/docs/gallery/piechart.html#Example
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With