Skip to main content

Questions tagged [google-visualization]

The Google Visualization API allows SVG, Flash, and Image charts and dashboards to be created based on data from a variety of sources. The charts/dashboards can be interactive, updated automatically, and included on web pages and web applications.

google-visualization
0 votes
0 answers
9 views

Where to find a list of country names used by gvisGeoChart?

I need the names of countries that gvisGeoChart recognises. I can't find the ones for Republic of the Congo, Democratic Republic of the Congo, South Sudan, Taiwan, or Western Sahara. Does anyone know ...
hks's user avatar
  • 137
0 votes
0 answers
45 views

How to get googlevis to recognise all countries in shiny app

I have this app. It mostly works in that it colors countries according to their rank. However, I can't get it to recognise all countries. Specifically: Republic of the Congo, Democratic Republic of ...
hks's user avatar
  • 137
0 votes
2 answers
22 views

Trigger a tooltip in a google chart from external Url

I tried to trigger the tooltip for a specific entry in a google chart when coming from a link from an external URL. The tooltip should show with the following URL: https://example.com/page?showTooltip=...
Björn's user avatar
  • 35
1 vote
0 answers
11 views

Google Geo chart tooltips dont work on provinces

I tried to show tooltips on Australia's map based on states/provinces, but I realised this feature is only working per country in the google document: (https://developers.google.com/chart/interactive/...
contain_hazelnut's user avatar
0 votes
0 answers
26 views

Multiple google.visualization.events.addListener in Google Charts do not work together

I have a problem with a conflict between multiple event listeners in a Google Chart display. I have a Google Pie Chart with three event listeners, an onmuseover, an onmouseout and a ready event. The ...
Felix's user avatar
  • 31
0 votes
1 answer
45 views

How to put main title of google column chart in the center?

Here's my basic code to draw column chart using Google Charts API: <meta charset="UTF-8"> <title>Google Charts</title> <script type="text/javascript" src=&...
Sachin's user avatar
  • 1,688
1 vote
1 answer
37 views

How to make the Google column chart tool tip to appear right above the column where mouse is pointed

In the Google column chart the tooltip appears towards the right of the column where mouse is pointed. How can this be changed so that it appears right above the column. In the code, options are var ...
Aparna's user avatar
  • 29
0 votes
1 answer
41 views

how can i show state label in react google geo chart in US region

<Chart chartEvents={[ { eventName: "select", callback: ({ chartWrapper }) => { const chart = chartWrapper.getChart(); const ...
ᴀL ᴘʜᴀ's user avatar
-1 votes
1 answer
46 views

Round the corners of Google column chart area

Code snippet for getting the output: Google column chart has been used. Not able to round the corners of the chart area. google.charts.load("current", { packages: ["corechart"] }); google.charts....
Aparna's user avatar
  • 29
1 vote
1 answer
24 views

How to show all tooltips on selection of line in google charts

I am using Google Charts API to generate a line chart for some data. When I click on the line, the line gets highlighted. Also when I hover on any data point, the tooltip gets visible. However, I want ...
Master_Nachi's user avatar
0 votes
1 answer
31 views

How to change color of Text in Google Charts?

Unfortunately, I don't know what this text is called (circled). hAxis: { textStyle: { color: '#eff1f4' }}, vAxis: { textStyle: { color: '#eff1f4' }} and titleTextStyle: { color: '#eff1f4'} They ...
M4X_'s user avatar
  • 537
0 votes
0 answers
22 views

google Pie chart

I need to do a half pie chart with 7 values, but it isn't working, the graph isn't showing all values my chart is like this, but it isn't showing properly and the pointer isn't working function ...
Vinicius Borges's user avatar
0 votes
1 answer
32 views

Google Sheets QUERY query to SELECT cell from column 2 row 2

I am trying to create a stock portfolio dashboard using google sheets. For part of the dashboard I want to produce the % return over the previous 7 days (and 30, and 90 but figuring this out once ...
Dago_Harp's user avatar
1 vote
0 answers
43 views

Find the type of Google Sheet Chart tab using Google Sheets API/Apps Script

I have many sheets in a Google Sheet, I want to check the type of sheet via Google Apps Script I know a chart sheet as well as a timeline sheet is a "OBJECT" How to differentiate between the ...
Code Guy's user avatar
  • 3,169
1 vote
1 answer
18 views

Google charts bars: show annotation and change color

I've used this script to show a chart bar with different colors in one series: function drawAttendance() { var data = new google.visualization.DataTable(); data.addColumn('string', ''); ...
csotelo's user avatar
  • 1,465

15 30 50 per page
1
2 3 4 5
601