google-visualization Questions

1

Solved

Currently I have this formula : =QUERY(A:C,"select SUM(B), SUM(C) where A = date """&text("26/10/2017","yyyy-mm-dd")&""" label SUM(B) '', label SUM(C) '' ") And this formula gives me a...

2

Solved

I have an issue with displaying a Google Chart in a Boostrap tab. I have two tabs, and a Google Chart in each. In the first one, the chart is correctly displayed, but in the second one, the chart i...
Dislike asked 13/4, 2017 at 21:23

3

Solved

I am using two (or more) Google charts in a page with Bootstrap tabs. Depending on my tab navigation, the chart lose the size going for a default(?) size. Bellow is a reduced test case with a step ...
Berber asked 26/5, 2015 at 16:10

6

Solved

I have been playing around with Google charts quite a bit over in the google charts play ground here: Link The code I have been playing with is this: function drawVisualization() { // Create an...
Aggy asked 3/10, 2012 at 4:11

4

I'm working with the Google Charts API to create a graph of a student's test-taking performance. On the X axis, the graph shows the days of the week. On the Y axis, the graph shows how long the stu...
Secretariat asked 13/12, 2011 at 22:50

3

Solved

I have a page that dynamically loads a google timeline chart onto a div. The timeline increases in height as you add items on to it. If the chart is smaller than the div, it will be visible with em...
Excel asked 30/5, 2014 at 11:13

1

Solved

I want to draw a chart like this using ChartJS. But I couldn't find a solution for connect first and last dots and show single unique dot inside that connected area. And also I need to style each d...
Telepathist asked 15/9, 2017 at 6:2

1

Solved

I get the above message when I try and load a Google Charts script. I'm pretty sure the issue is that I'm trying to load the dataTable using jQuery's getJSON method, but I've read through the answ...
Concerto asked 23/8, 2017 at 2:32

1

Solved

This has been something I've been working on for hours now and I can't seem to find a solution that works. I have a page (ASP.NET Core) that has bootstrap tabs on it. Each tab displays a different ...
Ingate asked 16/8, 2017 at 16:56

3

Solved

I am trying save the chart generated by google charts as a png image. The code works fine for all charts except GeoChart.The image sometimes does appears but often its just blank. Here is the code ...
Astigmia asked 4/4, 2013 at 13:22

8

Solved

I am using Google org chart and it works great on every browser except Chrome. On Chrome I see these extra lines in between the boxes like this: For all other browsers, the same page shows up as...
Hunch asked 14/2, 2016 at 22:19

2

Solved

I have an array and the second column with values like this 2050.878456 and inside my javascript function to create a Area Chart I made the following function drawVisualization() { var data = nul...
Pustulate asked 23/6, 2014 at 12:17

2

Solved

With a Perl script I generate numerous Google Line Charts for 20 and more series of data at once. The legend labels are of the form: a serial number appended by an iterating #counter. Unfortunate...
Elgin asked 7/6, 2013 at 8:53

5

Solved

I am generating this Google Line Chart using the Google JS API. As you can see, the labels are very narrow. How do I make it so that the whole label text is visible?
Ganoid asked 29/7, 2011 at 7:35

2

Solved

Is there any way to create a break in my vertical scale on the Google charts api? I have a couple of dozen data points all about 600-2000 on the y-axis except for one value which is almost 300,000...
Rearrange asked 21/1, 2013 at 11:47

4

Solved

I have a page that displays data in a form of a Pie Chart. I use Google Charts to do this. Here's the code: <script type="text/javascript" src="https://www.google.com/jsapi"></script> ...
Achates asked 20/11, 2013 at 7:23

1

Solved

I'm using the google script tag from their CDN (tried body and head) <script src="https://wikitags.com/js/googlecharts.min.js"></script> The Google Chart in my app works fine, howeve...
Caucasus asked 20/6, 2017 at 15:25

0

I have some doubts about Google Charts library when we talk about maps and GeoCharts. I was having this issue that maps stopped working when simply changed the name of the file and this error poppe...
Hamza asked 17/6, 2017 at 16:26

1

Solved

I'm using Google Charts' Annotation Chart to display data. Everything's working but it's not showing the volume section, as seen in this google finance chart that, I believe, uses the same chart. ...
Caramelize asked 26/5, 2017 at 19:25

1

This is pretty weird. I have a Geochart that is pulling data from a Google Sheet. I am using Latitude and Longitude to identify the location of the markers as it is way faster and precise that usin...
Steffie asked 25/5, 2017 at 16:7

3

I have searched a lot to find a good example for generating a Google Chart using MySQL table data as the data source. I searched for a couple of days and realised that there are few exampl...
Soidisant asked 21/10, 2012 at 1:57

2

Solved

How can I remove the horizontal grid line in my google column chart? I tried some of the solutions but can't still remove it. Thanks. function drawVisualization() { // Create and populate the dat...
Miniaturize asked 28/10, 2013 at 5:16

1

Solved

google.charts.load('current', {'packages':['geochart']}); google.charts.setOnLoadCallback(drawRegionsMap); function drawRegionsMap() { var query = new google['visualization'].Query('https://docs...
Egis asked 18/5, 2017 at 21:25

1

Solved

I'm using the below code to produce a column chart with the figures inside the columns, but I'd really like them to be positioned at the bottom of the bars and not the top. Here's a visual of the ...
Maurizio asked 8/5, 2017 at 10:16

1

Solved

I have a timeline chart, very similar to the very first example at this page (https://developers.google.com/chart/interactive/docs/gallery/timeline). I have activities on the Y axis (making lunch,...

© 2022 - 2024 — McMap. All rights reserved.