[visualization-api] treemap sorted by color

2016-05-12 Thread dunbar . nick
Hi, Does anyone know if it is possible to display treemaps with the colors sorted in two dimensions, so within a given parent, the child nodes with the highest value are in the top left with the corresponding color, and those with the lowest value (and color) are in the bottom left? I know

[visualization-api] Re: Display issue with charts.......

2016-05-12 Thread Allen Wilson
The progress bar I put in place keep spinning and never loaded the chart On Wednesday, May 11, 2016 at 11:44:35 AM UTC-5, Allen Wilson wrote: > > Hello, > > We are using Google charts to display total information based on a 90, 60 > and 30 day range. > > Until a recently release the chart was

Re: [visualization-api] Re: Display issue with charts.......

2016-05-12 Thread 'Daniel LaLiberte' via Google Visualization API
Only the null value should work since the others are actually strings. What happened when you tried that? I just tried it in an example and it seems to work as I expected. On Thu, May 12, 2016 at 9:41 AM, Allen Wilson wrote: > I tried replacing the zeros with the

Re: [visualization-api] Dynamic Icons Suddenly All Black

2016-05-12 Thread Randy Walker
And so it does; thank you Jon! On Thursday, May 12, 2016 at 2:48:17 AM UTC-5, orw...@google.com wrote: > > Hi Randy, > > If you remove the # symbols from your URL, it'll work. > > Jon > > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API"

[visualization-api] Re: Display issue with charts.......

2016-05-12 Thread Allen Wilson
I tried replacing the zeros with the following itemsnone which have worked. - Empty string: "" - Space " " - The word null: "null" - Null value: null Is there anything you suggest. On Wednesday, May 11, 2016 at 11:44:35 AM UTC-5, Allen Wilson wrote: > > Hello, > > We are using Google

Re: [visualization-api] Dynamic Icons Suddenly All Black

2016-05-12 Thread 'Jon Orwant' via Google Visualization API
Hi Randy, If you remove the # symbols from your URL, it'll work. Jon On Wed, May 11, 2016 at 7:48 PM, Randy Walker wrote: > For a long time now we've had an application that made use of Dynamic > Icons to show markers on a map... this evening they've suddenly started >