google-visualization Questions
2
Solved
I have a ScatterChart where I need to draw a diagonal line (of the function y=x) that serves as a visual aid. Is it possible ? if so, how can I do it?
Diffluent asked 19/3, 2017 at 19:47
5
Solved
I've got a Google Charts Table that displays a couple of columns and rows. Say for instance we have 4 columns(A,B,C,D respectively). How would I be able to still load column C's values, but just hi...
Louisville asked 9/1, 2012 at 9:0
2
Solved
I have a Google pie chart which works fine but it is not responsive, how to make it responsive?
Here is a <div> on which i'm forming piechart.
<div id="piechart" style="width: 900px; h...
Tonie asked 26/10, 2016 at 7:17
2
Solved
Does anyone know a way to change the font size of these dates? I want to make them a little smaller so they will all fit instead of skipping one each time..
Harts asked 26/11, 2014 at 18:59
2
Solved
I want to grab Google Chart data from a page, convert it to CSV, and then hand it off to a downloader.
In chartpage.js
function downloadCSV(args) {
var csvData, filename, link;
var action = ar...
Montymonument asked 3/6, 2018 at 0:51
2
Solved
I'm using google chart in my page but the legend text is Overlapped, as the image bellow:
This is my code:
var dataTable = new google.visualization.DataTable();
dataTable.addColumn("date...
Anselmo asked 12/1, 2017 at 12:16
3
Solved
This should be simple. How can I assign my own colors to the bars in Google Gantt Charts? The gantt is ignoring my colors and automatically assigning blue, red and yellow colors (in that order) to ...
Tilda asked 2/2, 2016 at 22:45
4
Solved
I am trying to configure a Google column chart to display the vertical axis in whole numbers but when it is displaying a small number such as 1 it displaying 0.25, 0.50 etc as well.
Is there anyw...
Hanser asked 21/1, 2013 at 13:57
4
I want to integrate Google Charts in my Angular2 application.
What is the way to do this?
Is there any examples available?
I tried to load the package like Google Charts is demoed but I had proble...
Girth asked 31/5, 2016 at 9:52
2
Solved
I'm using Google Visulaization API to render a chart showing a single row with multiple values, like this:
with the following code:
var data = google.visualization.arrayToDataTable([
['', '0%',...
Throb asked 24/6, 2015 at 9:11
3
Solved
I have copied the Google Code example into a php script however I am getting the error "undefined is not a function"
it is happening specifically on this line:
var table = new
google.visualiza...
Adigun asked 5/8, 2011 at 22:53
2
Solved
I am using Google Visualisation to create line charts for my application. I have following requirements in that :
Manipulating events on legends (like doubleClick, which I have
solved somehow)
W...
Selfassertion asked 14/3, 2016 at 12:1
2
Solved
I am trying to make a line chart, but Google Charts keeps throwing this error when I try to add a row of data:
Error: Every row given must be either null or an array. @ ...corechart.I.js:162
H...
Pronator asked 17/6, 2013 at 16:50
1
Solved
I am trying to convert my website to use Foundation 6. Most of it works OK, but I have a problem with Google charts. I have put my chart inside large-12 cell:
<div class="large-12 cell">
&l...
Nariko asked 5/3, 2018 at 19:52
3
Solved
I am getting a json string from the response. How can I create a data table from that?
e.g.
var jasonString = "..........";
var data = new google.visualization.DataTable(jasonString);
Parallelepiped asked 3/6, 2013 at 11:59
4
Solved
The tooltips can be set to display percentages using the following code:
var formatter = new google.visualization.NumberFormat({
fractionDigits: 2,
suffix: '%'
});
formatter.format(data, 1); /...
Invigorate asked 17/7, 2011 at 14:24
1
Solved
I'm using a google chart (pie chart) in my Code-Igniter application. I'm displaying charts on my Dashboard view page, and I'm getting proper result. But When I'm inspecting my other pages then I go...
Enceladus asked 19/1, 2018 at 3:52
3
Solved
How to display both Percentage and Values in Google Pie Chart ?
Fenn asked 12/3, 2014 at 19:5
2
I am trying to make my Google Column Material Chart responsive, but it seems a bit choppy to me and doesnt work well at all. Can anyone help me make this flow well
The chart will only appear in th...
Goblin asked 16/11, 2017 at 16:2
4
I am trying to make Google Charts Display custom tooltips with full HTML in them.
I know how to enable tooltips and pass appropriate data - the problem is - even when allowHTML option is enabled, ...
Peddada asked 20/6, 2012 at 11:51
2
Solved
How do you integrate a google chart in an angular 4 application?
I read the answer to the SO question here, but I believe it's incomplete. Basically, I'm attempting the same strategy as the previ...
Perform asked 11/7, 2017 at 20:40
3
Solved
I'm new with Google Charts and I am not able to obtain a fine result with the texts surrounding the graph.
This is how my chart looks:
As you can see, it does cut both Horizontal-Axis and Legen...
Colonize asked 15/2, 2012 at 11:54
1
Solved
I am using Google Charts to display some data. I initialize the chart I want and then call a function that formats my data. That function will then call the drawChart(parameter) function to draw th...
Antecede asked 27/11, 2017 at 1:25
3
Solved
I'm wondering how to set axis step in a google chart built from JavaScript?
I use this to set min and max:
vAxis: {
title: 'temps (ms)',
viewWindowMode: 'explicit',
viewWindow: {
max: 180,
min...
Deice asked 1/2, 2012 at 23:22
1
Solved
I am trying to display the value of each bar and then the total value of all bars in a stacked bar chart The problem is, I get the last bar's value and the total both outside the bar. If I do not s...
Milksop asked 7/11, 2017 at 19:47
© 2022 - 2024 — McMap. All rights reserved.