[visualization-api] Click on google map and get the zip code in popup angular4.

2017-10-31 Thread Harleen Kaur
Hi, I need to get information from Google Maps using angular4. My requirement is as follows: 1. Highlight boundaries on Google maps. 2. On click of the map, it should highlight the selected area (fill any color in within the selected area) and open a popup with the zip code of selected

Re: [visualization-api] Re: data.addRows from php (pg_fetch_row) query to html

2017-10-31 Thread rocky
Ok Daniel, I got now: [[6,"Date(2017, 11, 05)"],[6,"Date(2017, 10, 30)"],[7,"Date(2017, 10, 29)"],[9,"Date(2017, 10, 28)"],[5,"Date(2017, 10, 27)"]] Now is error Uncaught (in promise) Error: Type mismatch. Value date(2017, 11, 05) does not match type date in column index 1. In html I have:

Re: [visualization-api] Re: data.addRows from php (pg_fetch_row) query to html

2017-10-31 Thread 'Daniel LaLiberte' via Google Visualization API
Sorry, my mistake. The string-formatted date doesn't work with addRows() (though I believe we should make all the various ways of constructing datatables consistent, so this will probably be fixed in the future). It only works with arrayToDataTable or with the DataTable constructor, so you

[visualization-api] Box and whisker graph X axis length

2017-10-31 Thread Evan Panagiotopoulos
I am trying to figure out how to separate the X axis information for the mouseover popup. It would be great if the x Axis had minimal information. If there were

[visualization-api] Can watefall charts support three or more different color column

2017-10-31 Thread RAJ KUMAR JHA
Hi All, I am trying to use watefall charts with three different color but it supports only two color i.e. highlighted section. Is there a way to have columns with three different color, instead of fallingColor and risingColor. https://www.gstatic.com/charts/loader.js";>

[visualization-api] How to make concentric donut chart

2017-10-31 Thread RAJ KUMAR JHA
Hi All, I am trying to achieve donut chart with two different series, it is not a diff chart because chart series has different slices for inner and outer ring. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from

[visualization-api] Moving the Y axis value to a calculated value

2017-10-31 Thread RAJ KUMAR JHA
Hi All, we need to create a column graph where we have to show above average values as positive(Upwards) and below average values as negative(inverted) treating avg. Value as axis. -- You received this message because you are subscribed to the Google Groups "Google Visualization API"