google-visualization Questions

1

Solved

Firstly, a big shout out to this example: https://www.c-sharpcorner.com/UploadFile/ca9151/google-charts-api-using-database-in-Asp-Net/ If you want a simple walk-through of building a Google Chart,...
Megohm asked 30/5, 2019 at 0:28

2

Solved

I am trying to set an option for a specific graph in the decimal form. I went through many questions, but I can't seem to figure out why it isn't working for me. var temp_chart_options = { title...
Demanding asked 1/5, 2017 at 13:49

2

Solved

I have draw google chart. Now, I want to put button to save the chart in pdf format. I do look from here Save google charts as pdf and other questions available in stack but it doesn't work. Print...
Playboy asked 26/9, 2017 at 3:10

5

Solved

I am making a google chart whith show and hide functionality.Means chart will be hidden on the page load and when user clicks a button chart will be made visible. My code <script type="text/jav...
Roye asked 31/12, 2013 at 9:54

2

Solved

I'm writing a Google Chart. It has stacked columns. On top of that I want to draw 2 lines, which indicate min and max allowed value. The only solution I came up with, was modifying the first exa...
Solano asked 8/5, 2014 at 7:41

2

Solved

Im plotting data with javascript using the Google Charts API. The default format for datetime data view is the 12 hour am/pm format. How can I change the view to show a 24 hour format? An example o...
Jamboree asked 5/9, 2013 at 14:51

5

Solved

I am using the Google charts API. Is there a way to hide the legend for a scatter plot?
Maunsell asked 5/3, 2011 at 5:58

3

Solved

The Flot chart api supports dual v-axis scales, as shown by this example. I'm using Google Charts - is this possible also with Google? I've had a look through the examples and docs, but can't find...
Pericycle asked 31/8, 2011 at 12:4

0

I'm using jsdom to load a html page from the server using nodejs to fetch some google charts graph URL. But the issue is i'm only able to fetch partially loaded graph URL. how to make jsdom wait un...
Secular asked 20/2, 2019 at 7:55

3

Solved

I have a csv file that looks like that: week,value1,value2 1,2,3 2,7,9 I would like to plot a stacked graph of it using google chart (week being my x (horizontal) values and values1 and values2 ...
Chelyabinsk asked 8/1, 2013 at 9:16

2

Solved

I've tried every configuration possible to get a Google Area Chart to display a single point but nothing has worked. I'm also totally open to any solutions using the Google Line Chart as long as it...
Cypro asked 28/1, 2019 at 23:47

0

I want to implement Google Charts in my android app using webview. I've a HTML file which is working fine on Google Chrome with all Zoom and Scroll Controls, but when I implement it on webview the...
Perfective asked 23/1, 2019 at 13:0

3

Solved

The following example is from Google to create a ColumnChart using Google Charts function drawVisualization() { // Create and populate the data table. var data = google.visualization.arrayToData...
Seedcase asked 21/5, 2012 at 17:49

3

Solved

I am using Google Charts to visualize data on my website. I have a problem with the 'visualization' 1.1 and the 'pakcages' line: google.load('visualization', '1.1', {packages: ['line']}); I try ...
Undercharge asked 20/12, 2015 at 14:7

5

Solved

I have my google line chart which looks something like this: 10| . | .....----''' ''--. 09| .-----''''' ''- | '. 08| \ | '. 07| '. |________________________________________________________ 20...
Tibbs asked 27/12, 2012 at 23:0

2

Solved

I'm having trouble changing the size of a google pie chart that I have made. I'm trying to draw multiple pie charts with the size of each chart proportional to the total amount of data that I'm fee...

3

Solved

I'm using Google Chart Tools to display a simple line graph for unknown reason the labels overlap no matter how I set the "legend" parameters. In the screenshot below you can see the result for leg...
Meadow asked 6/11, 2012 at 15:31

3

Solved

Is it possible to change point color in Google chart api, something like this: From this: To this: Thanks!
Mastrianni asked 27/9, 2012 at 13:27

3

Solved

I have a google Chart with percentage values from 0 to 100% (i.e. 0 to 1) When I set hAxis.gridlines.count to 10 expecting to get gridlines at 0, 10, 20, ... 90, 100 I get gridlines at 0, 12, 24, 3...
Scarce asked 28/8, 2014 at 15:40

2

Solved

I'm trying to set the color of the gridlines in the background of my Graph using Google Charts. I've got this code for setting the options of the chart: ac.draw(activityData, { title : 'Monthly ...
Coup asked 6/6, 2012 at 15:6

2

Solved

I was try to make simple line graph using Google chart that retrieve data from mysql. My json work but when I try call it in full coding, it say "c.getTimezoneOffset is not a function". Here my js...
Nathannathanael asked 22/5, 2016 at 8:51

2

Solved

I am not able to create a logarithmic vertical axis for my material Google Line Chart. Documentation states that I should set vAxis.logScale to true in the options, but this leads to no result. Cu...
Louielouis asked 17/2, 2016 at 23:8

1

This is a question for Flutter development using charts_flutter. Is there a parameter to fix the maximum value on the measure axis? I'm currently using desiredTickCount as a hack but I ideally only...
Secondbest asked 29/8, 2018 at 10:7

3

I've tried to customize the tooltip for the Gantt Google Chart and it does not seem to apply I've added : data.addColumn({type: 'string', role: 'tooltip'}); and options tooltip: {isHtml: true...
Detergency asked 18/11, 2015 at 11:30

2

Solved

I am using a Google-Chart and want to set the slice colors to the color used by bootstrap, e.g., for badge-success or badge-danger. Is there any way to access these color-codes from within JavaScri...
Volturno asked 26/8, 2018 at 9:37

© 2022 - 2024 — McMap. All rights reserved.