Hi All,
I have set the sliceVisisiblity threshold to "0" to display all slices, But
the legend displays the label, but the piechart does not display the slices
sample data:
var data = google.visualization.arrayToDataTable([
['Task', 'Hours per Day'],
['Work', 55000],
['Sleep', 5]
]);
var options = {
title: 'My Daily Activities',is3D: true,
sliceVisibilityThreshold: 0
};
In the above sample, the work legend occupies 100% and does not show the
other legend sleep.
kindly let me know is there any other option to display both the slices in
the chart.
--
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/-/y-YC4hxqedAJ.
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.