[visualization-api] Legend labels cut off

2016-10-03 Thread FARHAN INAMDAR
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

[visualization-api] Timeline chart: two horizontal axis

2016-10-03 Thread Stacy Piletskaya
Good day, guys! I use a timeline chart to visualize a vacations schedule in my organization. Now it looks like this: What I want is to copy it on the top of the

[visualization-api] Datatable chart sum column

2016-10-03 Thread Raffa Raffa
Hi, I have a problem with sum of column in datatable chart: the last row write a single column total's, but the column have not a time format, infact the total is a numeric sum Someone have a tips? function drawTable() { var data = new google.visualization.DataTable();

[visualization-api] Re: GeoMap is not a constructor Error

2016-10-03 Thread Luis Garcia
In the package loader you need to call all the packages at the same line, *Before* google.charts.load('current', {'packages':['table']}); google.charts.load('current', {packages: ['corechart', 'line']}); *After* google.charts.load('current', {packages: ['corechart','line','table']});

[visualization-api] Annotation chart long legend fix

2016-10-03 Thread Nick Dunbar
Hi, I want to bring up the issue of annotation charts cutting off long legend (when the legend text is too long or there are too many series to display all the legends on one line). This was discussed last year here: https://github.com/google/google-visualization-issues/issues/1523, and you