Legend labels cut off

40 views
Skip to first unread message

FARHAN INAMDAR

unread,
Oct 4, 2016, 1:43:03 AM10/4/16
to Google Visualization API

Hi All,

The legend labels for my pie chart are being cut off when the label is too long. Is there a way to discretely define the pie chart size and the legend size? Could someone please share a working example of the same.

Link for JS Fiddle: https://jsfiddle.net/2nzzLe18
The container div dimensions and the legend label font size are part of my requirement.

Thanks,
Farhan

Richard Doan

unread,
Oct 5, 2016, 4:06:30 PM10/5/16
to Google Visualization API
I don't really know how pie dimensions work, but you can play around with height and width.  Here's one possibility.


        var options = {
          title: 'My Daily Activities',
          chartArea: {left: 0},
          height: 400,
          width: 600,
          legend: {textStyle: {fontSize: 15}},
          
        };
Reply all
Reply to author
Forward
0 new messages