google-visualization Questions

1

Solved

https://developers.google.com/chart/interactive/docs/gallery/linechart Hello, guys, I would like to know that is there a way to change the color of the line when it is moving down. I have googled ...
Sesquicarbonate asked 20/10, 2016 at 9:45

2

Solved

I need to format the numbers in the axis and the numbers that appear when you hover your mouse over the line chart.
Dilantin asked 13/8, 2013 at 8:54

4

Solved

How can I create the JSON source expected by the google.visualization.datatable using C#? Obviously using the JavaScriptSerializer is out of the question since the expected JSON has a weird structu...
Mantelpiece asked 2/3, 2010 at 14:22

6

The Google Chart Images API is currently deprecated and scheduled for retirement on 20th April 2015. Is there any other free service that can replace it and allow generating chart images jus...
Tangerine asked 14/4, 2013 at 19:53

4

I have the following code to creategoogle charts: google.load("visualization", "1", {packages:["corechart"]}); var options = { .... }; var data = google.visualization.arrayToDataTable([ ... ]...
Photochemistry asked 31/10, 2014 at 9:14

4

Solved

How to remove hover tooltip from Google Visualization pie chart (core chart)? Need to make it work cross-browser, eg, IE, FF, Chrome, Safari, Opera Edit: I need the slices to be be clickable too...
Thitherto asked 22/11, 2011 at 7:2

1

The tooltip gets cutoff for certain points (the bottom part gets cutoff). How can I fix this issue? following are the current options... chart.draw(data, { width: 275, height: 75, legend:'...
Fleer asked 1/4, 2011 at 11:0

1

I'm using GoogleCharts to draw a line chart with a 'datetime' type along one axis. I'd like to format the axis labels so that they display times in a specified timezone instead of the default brows...
Dissimilar asked 27/2, 2015 at 11:32

1

Solved

This is my code for displaying the chart $scope.course_chart = function(response){ var data2 = new google.visualization.DataTable(); data2.addColumn('date', 'pv_date'); data2.addColumn('string'...
Brinkley asked 4/10, 2016 at 8:36

1

Solved

The legend labels for my pie chart are being cut off when the label is too long. I have already tried to setting width to '100%' but my legend is way big to counter that. Is there a way to discrete...
Izanami asked 4/10, 2016 at 5:47

2

Solved

I created a simple ColumnChart. Is there a way to change the font color globally (through options)? I would like to change the color of the X and Y axis text. I was able to change the font, the b...
Mercola asked 25/2, 2014 at 16:34

1

Solved

working with google charts, trying to get a value from the chart after it is done drawing, I understand I need to make a callback function that will run after 'draw' is complete - but I can't get i...
Glazed asked 27/9, 2016 at 8:32

1

Solved

I'm looking to draw a fairly simple google LineChart, but I'd like to have horizontal coloured bands across the chart area, to indicate low/middle/high values. Looking at the chart API, it does n...
Wylie asked 23/9, 2016 at 21:45

3

Solved

I try to create bar chart using google chart example var data = new google.visualization.DataTable(); data.addColumn('string', 'Topping'); data.addColumn('number', 'Slices'); data.addRows([ ...
Kakapo asked 24/1, 2014 at 19:51

3

I'm using Google Chart's stacked column chart, what i wanna achieve is to display the total on top of each column and i'm using annotation for this. As you look at the image, somehow only the annot...
Valorievalorization asked 4/6, 2015 at 6:29

3

Solved

I currently have html enabled tooltips that also display "sub graphs". However, it would be nice if it was possible to have all tooltips pop up in a fixed location or have an offset that adjusted t...
Odelsting asked 17/7, 2014 at 5:21

1

Solved

I have a Sankey Chart. It has 2 sections - Vegetables and Frutis. I do not want tentacles for Vegetables. Is that possible? Here is the screenshot: This is my current code for Sankey Chart: &...
Granite asked 2/9, 2016 at 5:45

1

I would like to customize my column chart API as below 1) When I click on the legend the data set associated with it should return null and show the legend in a disabled color. My code is below. ...
Orthodontics asked 16/8, 2016 at 10:12

1

Solved

How do I change the order of pie chart slices generation? Here is my code. var DEFAULT_PIE_CHART_OPTIONS = { theme: 'material', titleTextStyle: { fontSize: 12 }, is3D: false, pieSliceText: 'la...
Fluxmeter asked 29/8, 2016 at 7:50

2

Solved

I'm using the Google Visualization API to generate some charts on a webpage and want to make use of the 'Explorer' option to allow users to zoom in on areas of Line Charts. The charts are working ...
Delhi asked 3/8, 2016 at 11:12

2

Solved

I am trying to change the border/background of an AnnotationChart from Google's Chart library. If I use the standard backgroundColor options, the chart fails to render. Per this discussion, it seem...
Radarman asked 25/8, 2016 at 1:31

3

Solved

I have a strange issue that I'm baffled with but I'm sure someone in here will know what I'm doing wrong. All my dates are displaying incorrectly (i.e. June is displaying July, July is displaying A...
Hinshelwood asked 6/8, 2011 at 7:10

1

Solved

I'm trying to create some GAUGE graphs with Google Graphs. My goal is to load the data from a php page and have an auto refresh. I was able to do that, but when the data is refreshed, the Gauge lin...
Torquemada asked 24/8, 2016 at 13:13

4

Solved

I am creating a mail in php, in a wordpress plugin, and would like to include an image created by the google chart api. I tried the following: <?php $message.= <<<HTML <script>...
Grandpapa asked 30/7, 2016 at 20:33

1

Solved

I am using ng-google-charts.js library to display a column chart. If we have data then the column chart will render like this.Column Chart with data If we don't have any data to display then the...
Sikes asked 3/8, 2016 at 11:38

© 2022 - 2024 — McMap. All rights reserved.