[visualization-api] GEOCHART: metropolitan region codes

2016-09-22 Thread Carlos Moreira
Hi! The Geochart documention links to this page: https://developers.google.com/adwords/api/docs/appendix/metrocodes which redirects to a different one that doesn't seem to provide the metro codes / dma region codes. Where can we find the list of the valid 3 digit metropolitan areas codes for t

[visualization-api] Re: Google Charts V45 Production Release will be pushed April 26, 2016

2016-09-22 Thread Michał Karolik
hi, I started to get 404 status on: https://www.gstatic.com/charts/current/css/util/util.css it makes all charts disappear : / -- 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

Re: [visualization-api] Re: Google Charts V45 Production Release will be pushed April 26, 2016

2016-09-22 Thread 'Daniel LaLiberte' via Google Visualization API
There should be no link to https://www.gstatic.com/charts/current/css/util/util.css created by loading Google Charts. I would guess you are using this URL by some independent means, rather than what the loader at http://www.gstatic.com/charts/loader.js does for you. If this is not true, I would

[visualization-api] Fill area between 2 lines, but only if LINE1 > LINE2

2016-09-22 Thread Matteo Pelucco
Dear all, I've been asked to produce a chart like this: Nothing complicated, apart from the filled area between line YELLOW and line DOTTED. B

[visualization-api] line chart

2016-09-22 Thread Marco Gennaro
Hello, I'm working on a project to draw a line chart whose values ​​are taken from a php / mysql database ; In the x -axis are represented the dates in format 2016-09-22 12:40:00; the Y -axis represent measurements with different C such as temperature , wind speed , irradiation , and many othe

[visualization-api] Line chart with area from line 1 to line 2 but only if value 1 > value 2

2016-09-22 Thread Matteo Pelucco
Hello everybody, I have been asked to produce a chart like this for an energetic domain: The idea is to have 2 energetic values: BLUE (upper va

Re: [visualization-api] line chart

2016-09-22 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Marco, If I understand your question, you should probably use the viewWindow min and max options for both the left and right axes to constrain the range of each axis to the same values and use the same scale. On Thu, Sep 22, 2016 at 6:59 AM, Marco Gennaro wrote: > > Hello, I'm working on a p

Re: [visualization-api] Fill area between 2 lines, but only if LINE1 > LINE2

2016-09-22 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Matteo, We don't have a feature for coloring the area between two lines, although given several requests for this kind of feature, it sounds like it would be useful. With a fair amount of hacking, I believe you could probably get almost the same effect by using stacked areas and styling the li

[visualization-api] Re: invalid JSON for Google Visualization API in Chrome - - but works in IE- need help!!!

2016-09-22 Thread josh carrillo
For some reason I can understand - Chrome simply doesn't like the "options" string - but it works in IE chart.draw(data, options); this is the options data :{"title":"Annual MI Report","legend":"bottom","hAxis":{"title":"Year","format":"#"},"vAxis":{"minValue":"0","maxValue":"100","title":"Maj

[visualization-api] Re: Line chart with area from line 1 to line 2 but only if value 1 > value 2

2016-09-22 Thread 'Daniel LaLiberte' via Google Visualization API
We don't have a feature for coloring the area between two lines, although given several requests for this kind of feature, it sounds like it would be useful. With a fair amount of hacking, I believe you could probably get almost the same effect by using stacked areas and styling the lines an

[visualization-api] Geo Map not dispalying on ipad or android mobile

2016-09-22 Thread Vincenzo Prago
Hi, i have a procedure in asp net that display data on data grid with a click on geo map but it run ok on pc but not on idap or android mobile. Can someone help me? Tanks Vincenzo Prago -- You received this message because you are subscribed to the Google Groups "Google Visualization API" gro