All Questions
Tagged with google-visualization google-maps
115 questions
1
vote
0
answers
63
views
Display city text over regional gradient in google Geocharts
I am trying to display city name text over the map along with the region gradient. In other words, I need to combine below attached maps. I did some searching online and used chatGPT but none worked. ...
3
votes
1
answer
1k
views
Google Linechart not showing y-axis labels or legend labels inside of a Google Map InfoWindow
I am having trouble getting the legend labels and the y-axis labels to show up on a google line chart. It works fine if the chart is not inside a google map infowindow but as soon as I put it inside a ...
-1
votes
1
answer
114
views
Google Geochart visualization library not loaded
I have created a Google Geochart widget some time ago with an older Google JS library version. Nowadays Google advised to upgrade to update to the loader api instead of the jsapi. No matter how I load ...
2
votes
1
answer
225
views
Google's GeoChart wont display Cork within Ireland map
I'm drawing a province map for Ireland and for some reason Google's doesn't recognise county Cork. Someone suggested using IE-CO. But that breaks my plans on using a CSV dataset(where I have no ...
1
vote
1
answer
145
views
getting spreadsheet data to chart data array
Although I found similar posts elsewhere, I still cannot solve my issue.
I want to load locations on a html sidebar page on google spreadsheet, but the only example I find are hard-coded locations.
...
2
votes
2
answers
1k
views
Getting Uncaught ReferenceError: google is not defined while using GeoCharts Visualization API with Angular-Google-Charts
I am trying to use the GeoCharts API (a part of Google Charts) in my Angular component. The specific code that I'm referencing for this purpose is: https://developers.google.com/chart/interactive/docs/...
1
vote
1
answer
1k
views
Google Embed API: GEO chart - show specific country
I'm using Google Embed API to show data from google analytics visually.
I was trying to display only a specific country to show users from each of its regions.
I create a "DataChart" which has a "...
2
votes
0
answers
63
views
Adding data from mongodb to google GeoChart API
I am very new to developing, just finished an online bootcamp on Udemy and have created few simple websites, a yelp-type app, and few other minor coding projects.
I am currently working on a "travel ...
2
votes
1
answer
114
views
Issue in populating Google GeoChart Map from a PHP array in Javascript
I have a PHP array of country names -
<?php
$countries_array = array("Russia", "Australia", "Chile");
?>
I need to show these countries on map via the Google Geochart map in Javascript and ...
1
vote
1
answer
219
views
Problem adding onclick listener on Google-Maps-Chart using the google.ChartWrapper
i have a problem with adding an onclick event listener on the Google Maps Chart, using the google.visualization.ChartWrapper in Angular 7
The event doesn't work and i don't get any errors or Logs. ...
-1
votes
2
answers
4k
views
Is google chart geochart free of use?
I'm developing an android app that uses google charts geochart.
Is the mapsApiKey for free?
My app will not be free.
thanks
For now I use a mapsApiKey that I copied from an example:
google....
1
vote
1
answer
636
views
Query FROM "Bigquery Geo Viz" to shareable view - Live map
Google has an amazing tool called - BigQuery Geo Viz
And I have a simple question, HOW to export a queried map from this tool as a link or anything else, so I can share this map with others??
...
0
votes
1
answer
486
views
In Google Chart geochart Tooltip does't show all values and marker color has changed
In Google geochart First image shows world map where tooltip is missing country name and
color is different. Where as second image is perfectly drawn, I want first image as second.
This is how it ...
1
vote
1
answer
1k
views
Google Chart API: Geo Charts boundary colour
I am using a GEO chart from the google API.
I needed to know if the colour of the country boundaries can be changed or not?, which might help me distinguish the countries better depending on the fill ...
0
votes
2
answers
53
views
Cannot display coordinates from PHP in Google Maps
I am trying to display the following coordinate on google map but somehow it does not work. I think the problem involves the coordinate that I retrieved from the database and I tried to put exactly ...