google-visualization Questions
1
Solved
I have this data in a Google DataTable:
I need to merge rows that have the same date. So the result would be:
Is there a build in method in the DataTable to achieve this or can somebody give ...
Vested asked 18/4, 2017 at 20:10
2
Solved
I'm using VueCharts which is a Google Charts plugin for vue.
I'm trying to give the newer Material Design looks to the charts. I've tried passing "google.charts.Bar" to chart-type prop and it did ...
Probabilism asked 30/3, 2017 at 11:31
2
I'm using google visualization
var data2 = new google.visualization.DataTable();
data2.addColumn('string', 'time');
data2.addColumn('number', 'amount');
data2.addColumn({ type: 'string', role: ...
Cynic asked 2/4, 2013 at 21:45
3
Solved
I want to simply set the marked place legend on top of the graph.
The following is the Google Chart code which does not work:
var wrapper = new google.visualization.ChartWrapper({
chartType: 'Col...
Thornton asked 12/8, 2013 at 10:20
2
Solved
https://google-developers.appspot.com/chart/interactive/docs/gallery/linechart#Example
How can I add units to the vertical axis like "$" or "€"? In the example, it should be 1.200 $, 1.000 $, 800 ...
Yahiya asked 10/3, 2013 at 18:23
2
Solved
Is there any way to customize Google charts to prevent them from displaying this 'red' message? E.g., silently drawing nothing instead?
Filiation asked 9/7, 2013 at 22:56
3
Solved
Is there any way to make google charts tooltip always visible, no matter where the mouse pointer is?
it should be constantly on after page load
Etra asked 25/3, 2014 at 13:7
2
Solved
The new Google Chart API creates charts as SVGs (not PNGs as it used to). I'd like to be able to save the generated SVG. How can I do this?
If I use Chrome to inspect elements on the page, I can f...
Flame asked 2/10, 2012 at 20:43
1
Solved
I am using the Google-Charts Treemap to display a very large number of nodes. The default behavior is to move down the tree when a user left-clicks a node and to move back up the tree when a user r...
Chace asked 10/2, 2017 at 17:48
4
Solved
I'm using google charts tools (https://developers.google.com/chart/) for displaying data, sometimes my values are really high (100.000+).
My graphs are pretty small in dimensions and 100.000 doesn...
Ureide asked 6/3, 2013 at 7:15
6
Solved
I have this Google Bar Chart:
function drawChart() {
var data = new google.visualization.DataTable();
data.addColumn('string', '');
data.addColumn('number', '');
data.addRows(2);
data.setVal...
Ejective asked 16/6, 2011 at 16:24
2
I'm following @Sam Farajpour Ghamari 's answer from: How to populate google charts using data from database created via code first - ASP.Net MVC
That is my script.js
google.charts.load('current'...
Carboloy asked 27/7, 2016 at 22:23
4
How do i make the value of y-axis into integer?
i currently have this value 0.0 1.0 1.5 2.0 2.5 3.0. i want to change it to some thing like this 0 1 2 3 etc....
thank you! cheers!
Evildoer asked 4/11, 2011 at 1:51
4
Solved
How to add the target line in google column chart like this.
Lifelong asked 1/11, 2012 at 13:22
1
Solved
I've got a google line chart which shows the correct line; but the annotation of the Date is off by one month exactly. The json data has the correct date; but somehow google charts transforms it:
...
Saffron asked 29/11, 2016 at 9:38
1
Can anyone explain why I get a HTML1504: Unexpected end tag warning when using the Google Visualization API to display a chart?
I have been debugging a website where the chart displayed fine in Fi...
Vermeil asked 24/9, 2014 at 22:50
1
I'm trying to add some pizazz to a Google ColumnChart by adding a gradient to the SVG rects that are drawn for the columns. The code below will add gradients to the iframe svg>defs and replace the ...
Sinter asked 9/2, 2012 at 19:2
1
I have been trying to migrate some existing charts to the newer Google Material view however the Line chart won't allow me to display it with a curved line.
You can see their new chart half way do...
Slighting asked 20/2, 2015 at 13:26
1
Solved
I would like to change the color of the bar in the gantt chart based in the value I am passing. When Percent done equals of higher than 100 the bar should be red. Is it possible?
https://jsfiddle....
Cultism asked 17/11, 2016 at 12:47
2
Solved
I'm creating a stacked bar graph and need to show the label inside the stack. But Few of the label's are getting overlapped. for reference image
Can you please help me how to avoid overlapping usi...
Groomsman asked 29/9, 2016 at 12:58
1
Solved
For a reason that totally escapes me, I can't get the maxValue property of vAxis to work:
var options = { vAxis: { maxValue: .85 } }
The vAxis is a percentage with a range of 0 to 100% and I'd li...
Eaglewood asked 11/11, 2016 at 11:30
2
I'm using Google Charts API to draw timeline of a multipart process. Right now it is adjusted automatically; for the chart shown below the window between grid lines is two days, and if I put more e...
Sydelle asked 27/10, 2016 at 9:18
5
Solved
I'm using the Google Charts API to include various graphs on a webapp I'm working on. I'm using the javascript chart tools (not the image chart tools), and am wondering if it's possible to use a tr...
Pumice asked 14/9, 2011 at 8:39
2
Solved
This is driving me nuts. I can't get the legend to move at all. This produces a chart with the legend in it's default location on the right.
I clearly have legend position declared as "bottom" bu...
Boaten asked 1/11, 2016 at 14:37
1
Solved
I am using Google Charts API to display a vertical line on a LineChart (at a specific point) using annotations.
Is it possible to style the annotation line, to make it more visible (change its co...
Lith asked 26/10, 2016 at 12:3
© 2022 - 2024 — McMap. All rights reserved.