google-visualization Questions

5

Solved

How do you change the color of an annotation text in Google Chart Tools LineChart ? Here is an example google.load('visualization', '1', {packages: ['corechart']}); google.setOnLoadCallback(drawC...
Skimmer asked 3/3, 2013 at 11:46

2

Solved

i'm using Google timeline chart, and i want to show the duration in hour even if the duration is over a day. Is it possible? Thank you An image with a thousand of samples that demostrate the diff...
Sentinel asked 29/7, 2016 at 12:16

5

Solved

Using Google Charts GeoChart: https://google-developers.appspot.com/chart/interactive/docs/gallery/geochart Is it possible to zoom in closer than just an overall region? That is, to get to street-...
Arian asked 13/4, 2012 at 13:58

3

Solved

I'm using Google Charts Tools, specifically the Pie Chart. Naturally, if a item has a value of 0, it is not displayed in the pie (since it occupies 0% of the pie). However, it doesn't display in ...
Laryssa asked 2/5, 2012 at 21:42

7

Solved

I would like to create groups of colors for the bars. The example below is raw. I would like to add a column with a category type, and based on that category I will color the bar. Something like: ...
Leprosy asked 24/4, 2014 at 12:15

10

I have this google chart on a my website. It's a Scatter chart for now, but I would like the solution for all types of charts. If you load the site with a 700-px-wide window for example, the chart ...
Poriferous asked 27/8, 2014 at 9:17

3

I rendered bar chart using the charts_flutter package in flutter. But the domain label on x-axis overlap each other. Is there a way I can resolve this? Is there a way to either incline the text or ...

1

Solved

I am using Google Chart API to create a time-line graph and want the strings underneath the title of the graph to continue to be at the same font size, irrespective of the graph being zoomed in or ...
Gnosticize asked 10/12, 2019 at 22:58

4

I am trying to create a line chart with the Google Visualization API. I want to enable zooming. Documents say that the 'explorer' option is useful. But when I try to use the 'explorer' option, the...
Stephen asked 24/12, 2013 at 16:44

3

I am running into a case where all the data is by default coming as zero. Something like this: function drawVisualization() { // Create and populate the data table. var data = google.visualizat...
Also asked 25/2, 2014 at 14:57

1

Solved

I am using Google Chart API to create a histogram and want to modify bars to fuse with the ones next to them and change the xticks to integers. Question: How can I do the following: Fuse the b...
Actinouranium asked 27/11, 2019 at 3:43

1

Solved

I am using Google Chart API to create a time-line graph and want to modify the title of the graph into two lines. Question: How would I be able display the two lined chart title, with different ...
Formulate asked 15/11, 2019 at 2:31

2

I'm generating a BarChart with Google's javascript visualization libraries. I would like to make the bars in the chart to be wider than they currently are, but I can't find anything in the document...
Familiarity asked 15/7, 2011 at 2:19

11

I'm using a column chart with the Google Chart JS Api. I'm displaying some values (total orders by day) that can only be represented as integers. Everything is working great, except that when one...
Dissepiment asked 19/8, 2011 at 16:34

3

I am using google charts in my JHipster angular 7 application. Added below script tags in index.html to load google chart visualization libraries <script type="text/javascript" src="https://ww...
Aileenailene asked 11/9, 2019 at 10:20

3

Is there a way to specify the decimal separator in Google Charts? By default it seems to be based on the locale, however the need I have is to have the decimal separator to be a "dot" rather than ...
Greed asked 21/8, 2015 at 7:53

2

Solved

I'd like to have a google line chart with one of the line series a dashed line. Is this possible using the google jsapi (javascript)? I'm actually planning on using a ComboChart, with an AreaChar...
Economist asked 26/3, 2012 at 22:58

3

Solved

I am using the google charts library to create donut charts. I wanted to know if it was possible to add a label in the middle of my donut chart just as this: I checked in the google description o...
Undulate asked 28/12, 2016 at 14:39

3

Solved

I am looking at using Google Charts to have scatter plot. All of the examples have external dependency, and I would like to avoid that as this is an intranet application that doesn't have external ...
Anabelanabella asked 16/12, 2016 at 14:36

1

I'm struggling to adjust a Google Sheets line chart so that the vertical y-axis automatically adjusts to my data set. For example I do not want the y-axis to start at 0 but rather the minimum valu...

2

I am trying to change the background color of the charts to match my body background color. I have tried to do the two following backgroundColor styles below but it doesn't seem to work. Any ideas...
Charmainecharmane asked 19/8, 2019 at 16:21

5

Solved

I am using Google's line chart almost exactly as the demo - only the data has changed - inside of this jQuery tab plugin with no modification. Maybe 50% of the time, the chart will load at 400x200 ...
Clarethaclaretta asked 2/9, 2013 at 0:59

1

For the last 5 or so years if I have needed a QR code I have used the google APIs, yesterday for around 4 hours this service stopped. On investigation I found the service is now deprecated and a li...
Spell asked 6/3, 2019 at 11:15

3

Solved

I am trying to add CSS style to a Google Charts Table. I tried this: https://developers.google.com/chart/interactive/docs/gallery/table#customproperties on the first cell (Mike) but it didn't wor...
Georginegeorglana asked 8/10, 2012 at 22:46

4

Solved

I'm generating some Google Charts and I'm stuck here. Google allows you to have your columns stacked. But it's either limited or I can't configure it to work. Taken from Google, here is an example ...
Tautomer asked 29/7, 2013 at 13:44

© 2022 - 2024 — McMap. All rights reserved.