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.

Overview

The Google Visualization API creates dynamic charts primarily in three different formats.

SVG

The following chart types can be embedded as dynamically-created SVG files:

Many of these charts are compatible with (Google Web Tools)

Adobe Flash

The following charts are created as Adobe Flash elements:

Static Images (deprecated)

The following charts are created as static images (PNG files):

These charts are officially deprecated and were phased out on April 20, 2015.

Data

Data for the charts can be taken from sources such as or . They can also be taken from databases using , generated dynamically using or hardcoded as arrays or as objects.

Interactivity for the SVG charts can be customized using events and controls supported by the API.

8985 questions
2
votes
1 answer

how do you use custom colors on google gauge chart with apps script

i've created a function in apps script that pulls data from one google sheet (sht_data) and serves up a gauge chart in another google sheet (sht_charts). function new_renewable_gauge() { var range = sht_data.getRange('B16:C16'); var…
2
votes
0 answers

Google Charts [Timeline] - min and max date range (hAxis) issue

I would like to set min and max. date range, i used ViewWindowMode on hAxis but it doesn't work. How can I limit X date range between 2.2.2020 and 25.2.2020.