Hi Praveen,
I've made a few amendments to see if this is more to your liking.
Regards,
Steve.
google.charts.load('current', {
packages: ['corechart']
}).then(function () {
var data = google.visualization.arrayToDataTable([
['Language', 'Amount'],
['Spanish', 3.2],
['Portuguese', 2.2],
['Other', 3.2],
['A', 87.1],
['B', 4.3]
]);
var options = {
width: 800,
height: 400,
title: 'Languages',
pieStartAngle: 100,
pieSliceTextStyle: {
color: 'none',
},
colors: ['#FB8072','#BEBADA', '#FFFFB3','#8DD3C7', '#80B1D3'],
pieSliceText: 'value',
sliceVisibilityThreshold :0,
fontSize: 12,
legend: {
position: 'labeled'
},
};
On Thursday, 9 January 2020 14:07:17 UTC, Praveen Kumar wrote:
>
> Hi All,
>
> I am working with *gvisPieChart. *By default the pieSliceText are placed
> in the slice,but i could like the pieSliceText to be outside the
> slice.attaching the sample pie for reference.
>
--
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/ce9e5f9e-da37-4693-92fe-039303929b13%40googlegroups.com.