[visualization-api] Viewing Google Charts in CFDocument

2020-03-20 Thread APRIL LEE-NEWTON
I am trying to show images using the code and my chart shows up fine until I wrap around the code because I need to convert it to a PDF. The image is blank. Can anyone help? Thanks! -- You received this message because you are subscribed to the Google Groups "Google Visualization API"

Re: [visualization-api] Google line chart h-Axis labels getting removed

2020-03-20 Thread 'Daniel LaLiberte' via Google Visualization API
When the chart can't squeeze your ticks in the available space, it just gives up and shows none. So you have to give it more space. I added slantedText: true and chartArea.bottom: 60 and it fits. See https://jsfiddle.net/fx3bpen6/ On Fri, Mar 20, 2020 at 4:56 AM User 072319 wrote: > Hi

[visualization-api] Google line chart h-Axis labels getting removed

2020-03-20 Thread User 072319
Hi there, I've a line chart with 3 lines where I'm displaying daily wise data. I'm displaying h-axis labels based on Month. Suppose I've data for 30-Nov-19 and 1-Dec-19. In this case when both labels are coming closer, the h-axis labels are getting removed/disappearing as the chart continues

[visualization-api] How to get local color when hovering in geo chart?

2020-03-20 Thread ChangYoon Kim
I want to get the color code of the region when hovering a country in the world map. [image: screenshot.png] As shown in the picture above, I want to get the color value of the country checked in black when the mouse hovered. By the way, I know that the geo chart does not support events for