google-visualization Questions
1
Solved
I am facing a problem that I cannot custom the default legend color of this chart to multiple colors, please help me.
This is image describe my problem , I am using stacked bar chart. This is my co...
Coppery asked 15/2, 2022 at 9:25
7
Solved
When using Google Charts, sometimes the tooltip appears behind the mouse pointer, causing a flickering when the mouse is moved, even a little bit.
Is this a known issue?
Drawback asked 19/6, 2016 at 0:2
2
Solved
I have to draw charts on browser using a python backend (which may not matter here). There are numerous libraries like JQPlot, D3, Google Charts for achieving this.
But if you classify them, they...
Tadich asked 22/1, 2015 at 7:33
3
Solved
I have a Google chart that is set to 500px by 500px, yet returns 400px by 200px. I have looked at the div, and it shows 500x500. I have no reason for why the chart comes back at 400x200. the div sh...
Doroteya asked 13/1, 2013 at 15:36
2
Solved
I would like to show label and percentage in Google pie chart. Is there any way to do it? In the docs, I found that it is possible to modify text with pieSliceText option. Possible values are:
lab...
Wag asked 10/12, 2018 at 22:11
4
Solved
Just getting started in Google charts and I'm trying to create a line graph that fills the available space. Seems like the charts are locked in a certain aspect ratio though as no matter what I cha...
Groggery asked 20/1, 2017 at 19:53
4
Solved
I am working with google line charts and angularjs directive in my project, I am searching how to get vertical lines on hover like Google Trends instead put a fixed lines, but I can't find how to d...
Bastien asked 20/2, 2017 at 17:18
2
Solved
Like i mentioned in the title i get an error in the chart but no mesage so i cant fix it. Also the chart is function well. Here is a picture of the chart. it looks fine and the onhover and onclick ...
Sultry asked 31/5, 2016 at 10:49
3
Solved
I'm using google charts api (line chart) and I want to change y-axis color from black to grey.
(the same color as the grid lines)
my code:
google.load("visualization", "1", { packages: ["corech...
Polymorphism asked 17/10, 2013 at 7:40
3
I have the following code:
function drawVisualization() {
// Create and populate the data table.
var data = google.visualization.arrayToDataTable([
['Year', 'People'],
['2010',0]
]);
// Cre...
Ubangishari asked 7/6, 2012 at 18:6
6
Solved
I tried to populate google chart datatable in server side using PHP.I got JSON file properply, but the Chart not display in client Application. I got error-Data column(s) for axis #0 cannot be of t...
Colonist asked 8/2, 2012 at 14:16
4
Solved
How can I get base64 with image inside of svg? Check this Fiddle that I got from another question. If you see the second graphic, its not generating the image that overlays the bar.
var chart = ne...
Hawsepipe asked 30/4, 2015 at 18:30
3
Solved
On my web page I have a google map, as well as three charts. When the page loads the map is fine, but the charts either don't load or only one or two do. Keep getting the error TypeError: google.vi...
Phore asked 8/9, 2015 at 12:55
12
Solved
I am trying to center align my google chart but have been unsuccessful in doing so. I have played with padding to move it to the center but I don't want to sit there and play with firebug for long ...
Saberhagen asked 12/6, 2012 at 23:4
10
Solved
How do I redraw/rescale a google linechart on window resize?
Bullnecked asked 21/1, 2012 at 4:51
2
Solved
I am creating a multilevel donut chart with google charts.
I am successful to creating a single level chart. But now I have to create another chart in that chart.
Please help me. And also is that p...
Udele asked 11/12, 2014 at 12:32
2
I am trying to create an area chart in Google Charts but I want the lines to be curved instead of sharp. The option curveType: function seems to work only in line charts. Anyone cracked this earlie...
Lyudmila asked 10/5, 2016 at 12:17
2
Solved
I'm using the google visualization api to create a stacked area chart.
When a user hovers over a point inside the chart, I want it to show the total added sum of the points at that location, as wel...
Circumsolar asked 9/9, 2013 at 13:47
8
I am trying to generate multiple charts in a PDF using Google Charts. For the PDFs, I am using CakePDF with the Wkhtmltopdf engine. I appear to be having a problem with actually loading the Google ...
Corned asked 19/10, 2013 at 21:3
2
I want to use Google Charts with TypeScript, but I'm not sure if Google Charts has .d.ts file(s). Does anyone know if they're out there available for download and if yes, can you link them?
Tripinnate asked 25/5, 2017 at 0:55
2
Solved
When I use any of the stacking modes, suddenly series are not in their original order (values from the columns from left to right).
I have found this description on https://developers.google.com/c...
Bakery asked 1/7, 2019 at 10:44
2
I've just started using the (new) Google Charts api and its pretty cool. I'm successfully creating charts using this api.
I have a throughput challenge however. In my application I generate three ...
Elviselvish asked 3/6, 2014 at 20:45
5
Solved
I am trying to use Google charts to embed images of charts in the emails. So Each user will have a unique graph.
Can we use the API and embed a unique URL that will render the Charts and deliver ...
Downs asked 2/7, 2012 at 15:35
2
Solved
When I attempt to load a Google Chart in node.js, nothing happens.
I tried loading the first example from the line chart docs in both zombie.js and jsdom, but the chart never loads in either case....
Jittery asked 29/12, 2012 at 9:9
6
Solved
Can we send Google Visualization chart to an email client?
I tried to copy paste the javascript code while sending the email, but its been removed on the fly by gmail.
Thanks and Regards.
Trichite asked 19/2, 2012 at 7:31
© 2022 - 2024 — McMap. All rights reserved.