An Javascript-based charting and data-visualization API from Google. The API allows users to embed and customize charts, populate charts with local data, or fetch data from another site.

learn more… | top users | synonyms

1
vote
1answer
33 views

Google Chart — add “recession bars”

I have a Google Chart that works great. To add context to this chart, I need to add a series in the background that distinguishes weekends visually. The desired effect shown as applied to recession ...
0
votes
0answers
51 views

Creating gauge chart for Mean time between failures

I need to create a gauge for MTBF values using google apis. It is a single value that gets updated on any refresh which needs to be shown on the gauge. I wouldnt require a database for this purpose. ...
0
votes
0answers
26 views

google chart images replacement

Is there any other free service that can replace the to be deprecated Google Chart Images API and allow generating chart images just by providing paramters in the URL. Here's an example for a URL ...
0
votes
1answer
73 views

Using Google Charts, with Date information

I have the following data being returned from a c# method: <input id="hdMessageCountByVDate" type="hidden" value="[{"Count":43,"Type":"3","Date":"2013-04-14"}, ...
0
votes
1answer
44 views

Google line charts how to NOT interpolate missing data

I have a database table with a series of events, these events have dates for when they happen. Now I would like to display the number of events for each month and show them in a line chart. I get the ...
1
vote
1answer
44 views

Hi! I am using Phantom JS to print my Google chart while printing multiple chart I can't get my X-axis co-ordinates?

I Created 4 Google chart for a report, it works fine and displays X, Y co-ordinates, but while printing it using phanthom JS I am getting the X axis co-ordinates only for the first chart not for the ...
1
vote
0answers
124 views

Html2pdf with google chart api: impossible to load image

I have a online reporting tool that uses html2pdf to generate pdf and google chart api to generate graphs used in that pdf. Since today morning there is an error: ERROR n°6 File : ...
1
vote
1answer
41 views

Remove highlight from bars google chart

I have a working Google Combochart. Now i want to remove the highlight on specific moments when i hover over an item in the legend. I used the option "enableInteractivity", but this also removes ...
0
votes
0answers
74 views

Google chart x-axis labels truncated

Problem is that when I set my x-axis labels vertical they gets truncated, tried to set more height -> then chart changes size but labels are still truncated. Is there a way/hack to set x-axis labels ...
1
vote
1answer
75 views

Create chart in webview using google charts [closed]

I have an application in which I want to create a chart like this: I want to generate a chart as it is in a webview in my activity using google charts. In what way can I do this? Sample url of a ...
0
votes
0answers
54 views

How can I round the values in Google Charts to two decimal places?

I would like to round the values of my charts and tables created using Google Charts API to 2 decimal places. How can I do that? Thanks!
1
vote
0answers
108 views

Google chart values on X axis not showing properly

I have two charts, they are being created by javascript the same exact way, one of them shows the values on x axis properly, the other doesn't. So this is the traffic chart As you can see the dates ...
0
votes
1answer
889 views

Bootstrap Responsive charts and Graphs

I am using Twitter's bootstrap for one of my application and want to show graphs and charts. I tried using Google charts and I have placed in the div container. However these charts aren't responsive. ...
0
votes
0answers
26 views

Change annotatedtimeline color

I'm working with google charts annotatedtimeline but I can't figure out how to change the color of the bottom line (the one in the zoom area) Here's my chart (I cannot embed images, not enough ...
0
votes
2answers
310 views

Google Charts API - Simple line graph with two series - nearly there

Am stuck on trying to display two series on a line chart through google charts api. I am getting my data from a database using sql and this is all working fine. I have adapted the code from: PHP ...
0
votes
1answer
66 views

Feed json repsonse into google pie chart

I'm posting a form via ajax to a page (insert.php) which then returns a json formatted response. I want to use the json response to load a google pie chart. If I manually paste the json response into ...
0
votes
0answers
30 views

i am getting isuue to positioning google line chart legend

I am getting problem with google chart legend. The legents are overlaping each other. I am using this option to set legend possition... var options = { region: 'world', width:400,height:300, ...
0
votes
1answer
70 views

data.addRows not working in google chart

I am trying to draw a line chart using google API. But the chart is not drawn and I could identify some error in data.addRows(rows); because the alert after this data.addRows line does not pop-up. ...
0
votes
0answers
9 views

I can't reload GVAreaChart?

I've just implemented google chart for my site, and want a smooth ajax function. Markup: <cc1:GVAreaChart ID="TotalErrorsAreaChart" runat="server" ...
0
votes
0answers
25 views

How to format weekly occurring dates in Google Charts?

I have a dashboard that contains an area graph and a chart range filter control. I want the h-axis(horizontal axis) in the chart and control to show week of year values instead of the default date. ...
1
vote
1answer
123 views

Create Google Chart data table array from two arrays

I'm trying to use Google's chart api: https://google-developers.appspot.com/chart/interactive/docs/gallery/columnchart I have two arrays that I'd like to use to generate and label the visualization. ...
0
votes
1answer
120 views
+100

How do I set a date range variable dynamically and redraw a Google chart?

I am using PHP to set a date range for creating a Google Line Chart. For each date in the range a variable is set ($running_balance) to create the points on the line chart using data in a database. ...
0
votes
0answers
77 views

Use gauge chart in Google Apps Script

I am building a web app with Google Apps Script, and now need to implement a Gauge-meter from the Google Charts API into the web app. But I'm not sure how to achieve this, as it is not implemented in ...
0
votes
0answers
10 views

A very simple Google ColumChart with different colors?

I want just simple (too simple?) column chart with different colours. Look: http://www.petke.info/tilasto2.html (There is a PieChart too in that page). And I want there where is "Slice" text same kind ...
1
vote
1answer
54 views

Google Chart - date & gridlines

This strange thing seeme to let me see only 4 gridlines on the horizontal line. Can anybody help? <html> <head> <script type="text/javascript" ...
1
vote
1answer
51 views

show percentages google charts on tooltip

I want to show a ratio with google charts, using percentages. I know how to change the vAxis to percentages: vAxis: {format:'#%'}, but the problem is my data is not shown as percentages on the ...
0
votes
2answers
58 views

How can I get this chart to display next to data table in CSS?

Please refer to this jsfiddle: Google chart API example Is there something obvious this CSS that reveals how I can get the chart to display to the right of the data table instead of below it? Or is ...
0
votes
1answer
174 views

Populating chart from javascript data object object issue

I'm currently trying to implement the use of Google Charts on my JSP page. I'm trying to return the result of an sql statement into an arraylist, from which I want to take the information from the ...
2
votes
1answer
164 views

PhantomJs to save png image of google chart's API GeoChart

I am trying save the chart generated by google charts as a png image. The code works fine for all charts except GeoChart.The image sometimes does appears but often its just blank. Here is the code . ...
0
votes
1answer
153 views

Best JavaScript Framework for drawing Graph/Chart for mobile/Tablet devices? [closed]

Which one is the best JavaScript Framework among FusionChart, Touch Chart, Google chart api for mobile/tablet devices?
1
vote
2answers
188 views

Populate Google Chart with Search Data from Elasticsearch

I'm just learning Elasticsearch and Javascript and I just started using Google Charts due to their ease of use. I'm attempting to render a Google Chart based on an Elasticsearch query. The chart ...
0
votes
0answers
39 views

Google Charts ChartEditor API Issue with multi-axis ComboChart

So I've been trying to implement the Google chart editor with some of my chart implementations. It works on most setups, but I am running into an issue with the ComboCharts. When using code, I am able ...
1
vote
1answer
29 views

google charts vAxis to the right

I'm using google visualization var data2 = new google.visualization.DataTable(); data2.addColumn('string', 'time'); data2.addColumn('number', 'amount'); data2.addColumn({ ...
1
vote
1answer
57 views

line chart issue

I have made the line chart given above. The problem is that I can't make that red line stop at the current hour. I want to be drawn only when the value is updated. I tried not defining the value, ...
0
votes
1answer
151 views

Charts with MySQL and Java Web Application

I've been looking through examples online about charting libraries to work with in a Java Web Application but they all keep trying to implement some form of php to get the data before the chart is ...
2
votes
1answer
79 views

Google chart: how to make right side of the “white space” empty?

I use Google Chart in order to build some graphichs together with text description. On the first iteration I used small "title" for each graph type and that was looking well. But at some point I've ...
0
votes
1answer
68 views

Using PHP with charts and MySQL data

I'm using google charts to output a very simple pie chart google.load("visualization", "1", {packages:["corechart"]}); google.setOnLoadCallback(drawChart); function drawChart() { var data = ...
0
votes
1answer
45 views

Google Charts tooltips

Is there any way to make tooltips in Google Charts always visible? As I could find in API, I can only disable them at all.
1
vote
1answer
118 views

Google Chart API JavaScript change max hAxis value using a function

I was wondering, once the chart is loaded, is there a way to change Horizontal Max Window value (date range) with a function WITHOUT having to call the drawChart function again? For example: ...
0
votes
1answer
102 views

Setting starting value for Google Line Chart dynamically and redrawing chart

I am using the code below to generate a line chart for a projected financial balance. Data is generated from information in a MySQL database. What I would like to be able to do is to have a form ...
1
vote
1answer
47 views

Duplicated Numbers on Google Charts Vertical Axis

I was working on a bugfix with Google visualizations for a combo (column/line) chart when one of the axes went strange and started repeating numbers ( ie: 1, 1, 2, 2 instead of 1, 2, 3, 4). Please ...
0
votes
0answers
69 views

google graph json php annotatedtimeline not working

I am having a problem with the google graph api. The problem is that the Date not work in the annotatedtimeline graph. the graph is not visible. The data come from a MySQL database and that works ...
0
votes
1answer
23 views

Why does longer vAxis label in google chart appends 3 dots ( . ) at the end

I have a google chart that has a vAxis setting as below .. vAxis: { textStyle: { color: 'white' }, baselineColor: '#666666', format: '######.#' }, but ...
1
vote
1answer
55 views

Google Charts - graph not displaying

This bit of code is meant to display a chart, but doesn't: google.load("visualization", "1", {packages:["corechart"]}); google.setOnLoadCallback(drawChart); function drawChart() { ...
0
votes
1answer
26 views

Add leading '$' to google charts

I am working with Google Charts. I need to add a '$' before the values on the y-axis as well as the value in the bubbles. Is there a setting for this? take care, lee UPdate, Here is the data being ...
1
vote
1answer
149 views

google visualization-Click event

I am using google visulaization for drawing pie chart.Issue i am facing is, i cant able to capture click event on pie chart.i am doing like this. function drawchartfromRe() { dashboard = new ...
0
votes
1answer
49 views

Is there a way to draw merged cells on Google Chart Table?

I have designed a general purpose Dashboard editor based on Google Charts API. I have been finding a way to draw merged cells on tables. I have readed all documentation about that, but there is not ...
0
votes
1answer
101 views

gannt chart formed by google bar chart: different color to each bar

I have the following sort of gantt chart coded up using Google Charts, but I would like to assign different color to each bar. Now in my case since I am assigning a transparent color to spacer , I ...
1
vote
1answer
112 views

drawing world map with provinces

I want to draw a geochart map of the world together with US states and canadian provinces. By default it is set that United States and Canada are shown on the map as a single country without states ...
0
votes
1answer
337 views

Populating MySQL data with Google Charts

I'd like to create a pie chart which basically should display how many tasks a student has completed out of all tasks he has been assigned to. so my table for tasks looks like this tasks task_id | ...

1 2 3 4 5 24