google-visualization Questions
3
Solved
GAS is quite powerful and you could write a full fledged web-app using a Google Sheet as the DB back-end. There are many reasons not to do this but I figure in some cases it is okay.
I think the bi...
Noah asked 24/6, 2019 at 13:31
10
Solved
Anyone know how to get x-axis labels to be vertical with Google Charts API?
I need to fit a lot of labels in a small chart.
Erotomania asked 24/4, 2009 at 17:9
4
Solved
I have implemented Google Pie Chart.
All works perfectly but when i try to add data less than 10 it do not plot on chart instead of that it add a new entry under legend named - "Other"
My Script i...
Tasso asked 18/7, 2013 at 6:43
7
// Load the Visualization API and the piechart package.
google.load('visualization', '1.0', {'packages':['corechart']});
// Set a callback to run when the Google Visualization API is loaded...
Colchicum asked 12/3, 2012 at 3:37
2
Solved
With my google Chart I use this options:
chartOptions: {
hAxis: {
title: 'Tasks'
},
vAxis: {
title: 'Duration'
},
animation:{
duration: 2000,
startup: true
},
colors: ['#6f9654']
}
...
Erythrite asked 1/11, 2018 at 16:9
2
I am creating an area chart using angular-google-chart. I am trying to show different colors for the particular area. But you can see the area of red and green lines(areas) are overlapped by the ...
Seymore asked 28/9, 2017 at 7:59
3
Solved
I need to format my pie and column charts to show the $ and comma in currency format ($###,###) when you hover over the charts. Right now, it is displaying the number and percentage but the number ...
Reproval asked 30/11, 2012 at 17:32
5
Solved
Using google area chart: http://code.google.com/apis/chart/interactive/docs/gallery/areachart.html
Does anyone know how I can freelly manipulate the legends?
Pretty much I want one of two:
Be a...
Snakemouth asked 18/10, 2011 at 8:1
6
How do you set the size of a google chart in percentage :
I have this in the html:
<div id="chart_div" width="90%" height="20%"></div>
and no width nor height in the options in the j...
Wolfy asked 11/5, 2014 at 13:59
8
Solved
I'm trying to find a link which allows me to download a CSV formatted version of my Google Spreadsheet. Currently I'm using:
https://docs.google.com/spreadsheets/d/DOCID/export?format=csv
This w...
Krystin asked 14/11, 2015 at 20:38
9
I'm styling a google chart using the javascript api. I want to change the background of the area where the data is plotted. For some reason when I set background options like so:
chart.draw(data, ...
Myramyrah asked 10/1, 2012 at 18:0
2
Solved
I am using Google Visualization Library my application was working correctly, I am unable to figure out how on chrome (specifically) this err starts coming up. Working fine in Firefox
function dra...
Therontheropod asked 6/5, 2014 at 9:58
3
Solved
I'm trying to create a black chart with Google Charts, but I can't seem to change the text color of the axis. I tried some code pieces I found on the web, like:
hAxis: {
color: '#FFF'
}
But it ...
Deane asked 16/10, 2014 at 13:57
4
Solved
How do I remove the horizontal grid lines in a Google visualization line chart? I have already tried setting
minorGridlines: {count: 0 }, gridlines: {count: 0 }
on both hAxis and vAxis.
Here i...
Bulganin asked 4/8, 2013 at 4:14
2
Solved
I am using google visulaization for drawing pie chart.Issue i am facing is, i cant able to capture click event on pie chart.i am doing like this.
function drawchartfromRe()
{
dashboard = new goog...
Chavira asked 26/3, 2013 at 8:45
5
Solved
Question is simple, by default Google Charts uses some predefined colors for factors on the charts. First four are:
Blue #3366CC
Red #DC3912
Yellow #FF9900
Green #109618
Fine. When your chart mus...
Madea asked 21/8, 2015 at 2:56
3
Solved
I've recently dropped use of Graphael and and extensions package Ico. I think it's still a great library, it just needs better documentation and a proper API before it can be widely adopted.
I've ...
Kilroy asked 13/1, 2012 at 8:35
6
Solved
I want to display Charts in my email - Bar, Area, Pie Charts. I tried a few CSS based Charts with inline styles but it still doesnt show up. Which is the best way to display Charts in email.
Are i...
Dna asked 2/6, 2012 at 13:45
6
Hi I am using google visualization api to draw a timeline chart in my website. It works just fine. But there is one little thing that is bothering me. I want to display a vertical line in the chart...
Anachronism asked 19/2, 2014 at 6:37
2
Solved
A client has many Google spreadsheets containing data from which they have generated charts on new sheets within the workbook. I have provided code which enables them to publish the chart (which pr...
Azar asked 16/1, 2015 at 11:12
1
On a Google Line Chart like https://jsfiddle.net/j2jbLt9e/, how do I change the direction of the zoom? I want my graph to zoom in when I scroll up on the mouse wheel instead of zooming out (the def...
Presa asked 8/11, 2016 at 15:46
2
Solved
I'm trying to export this Sheet to a csv for use in a webmap using this link:
https://docs.google.com/spreadsheets/d/1XQnp7RK-Ddq4wCjpHjmcnVEKood1U08kIfRGr8sDRoU/gviz/tq?tqx=out:csv&sheet=Sheet...
Delbert asked 22/3, 2022 at 21:58
8
Referring to the kind of chart shown here:
http://code.google.com/apis/visualization/documentation/gallery/barchart.html
There doesn't seem to be a simple switch, and changing the axis color to wh...
Griseofulvin asked 7/4, 2009 at 1:46
3
Solved
I'm trying to work with Google charts API, but I get an error I can't understand:
Here is my code:
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<scri...
Anaanabaena asked 9/2, 2014 at 13:35
10
Solved
With Google Charts bar graph, is it possible to to change the color of one bar. For example I'd like to make the 2006 data red (other bars are blue).
function drawVisualization() {
// Create and...
Lagrange asked 15/5, 2012 at 0:32
1 Next >
© 2022 - 2024 — McMap. All rights reserved.