[visualization-api] Re: Treemap navigation

2017-08-10 Thread John Adel
this will be a nice solution : - google.visualization.events.addListener(chart, 'ready', function () { $(ChartDiv).prepend(' ');

[visualization-api] Re: Google GeoChart Hover Event

2017-08-10 Thread Ingmar
#visualization g[clip-path] > g + g > g > path { stroke-width: 0; fill: transparent; } -- 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 google

[visualization-api] truncated text with ... in x - axis

2017-08-10 Thread Bharat Jain
Hello, I am trying to draw line/bar/column chart and the text on the x-axis point is some 15-20 characters. When I draw a chart in html the x axis points come out like ORDER12345 then OR... but when I convert a chart using PNG api then the x axis values are cut and is shown as "ER12345" and t

[visualization-api] Issue Displaying All (Column) Chart Values

2017-08-10 Thread Ian Boynton
Hi - I am constructing a column chart that contains 300+ data points to draw, and am having issues with scaling the chart so that it fits within its' parent div. I've used the bar.groupWidth property to set the column width to 1px, but this has not fully resolved my issue, as the columns seem t

Re: [visualization-api] Issue Displaying All (Column) Chart Values

2017-08-10 Thread 'Daniel LaLiberte' via Google Visualization API
There are a couple more undocumented options you can experiment with to try to get the output you want. bar: { width: number | percentString, gap: number, group: { width: number | percentString, gap: number } } bar.groupWidth ought to be the same as bar.group.width

[visualization-api] truncate label if more than certain characters

2017-08-10 Thread Bharat Jain
Hello, May be the earlier question post was not clear. I read the api but I am unable to find the option by which I can truncate the labels in the x-axis/y-axis if the number of characters are more than 10-15. Can you please help with this. I need to do this for the png files that are generate