The Google Chart API is a tool that lets people create a chart from some data and embed it in a web page. Google creates a PNG image of a chart from data and formatting parameters in an HTTP request.

learn more… | top users | synonyms

0
votes
0answers
19 views

How to make google charts data titles bold?

Below is a link showing the pictures of the column graph generated by Google but I'd like to make to make the 30 tiles on the horizontal axis be in bold ... Below is a sample code that displays the ...
1
vote
1answer
24 views

How to draw a two y axis line chart in google charts

I'm assigned to create a google chart where, I have to implement a two y axis line chart. Although, google has tutorial only for single y axis charts. How can I implement a two y axis line chart using ...
3
votes
2answers
51 views

Display a google chart in a popup window + pass parameters to the chart from a hyperlink

Can somebody please suggest a way to pass parameters (data) to the following google chart from the hyperlink(id="inline").To now I have hard-coded data in the function.plus I want to pop up the chart ...
0
votes
0answers
28 views

Google Charts Multiple Y-Axes (3+ Axes)

I've searched everywhere and can't seem to find an answer to this. Essentially, I'm creating a Google Chart that has many (more than 2) Y-Axes. The Charts allow you to do this, but they bunch the ...
0
votes
1answer
42 views

Annotating bars using Google Chart API

I'm trying to add annotations to the horizontal bars similar to the annotations in the attached chart image. [Eg: The annotation for bar '1' is "7.4% (+2.4/ -.19)", bar '3' is "11.7% (+2.9/ -2.4)" and ...
0
votes
1answer
28 views

Google Charts Custom Color Binding

Is it possible to bind data to specific colors in Google Charting API... Suppose i have 2 Pie-Charts as in the FIDDLE.. I want to bind the Data to specific colors - eg - EAT should always be RED, ...
2
votes
2answers
66 views

Google Charts API - Dashboard: Hide rows in table

I am trying to create a dashboard with the Google Charts API. The dashboard includes a ControlWrapper with the type ChartRangeFilter and two ChartWrapper (LineChart and Table). This setup is working ...
1
vote
1answer
38 views

Google Charts With Tabs - Chart Area Incorrect

Although this may seem a common problem but i was not able to find a solution to this particular problem.. I am trying to create 2 pie charts using GOOGLE CHARTING API.. The 1st Pie chart which is ...
1
vote
1answer
22 views

Google GeoCharts Pan/Zoom option?

How to Provide Pan/Zoom to Google GeoCharts؟ I know Google GeoCharts does not provide pan/Zoom i have used svgpan.js but no luck. Is there any working samples of geoCharts which has pan/zoom support?
0
votes
1answer
32 views

Google Charts, unable to plot graph

I am trying to read data from a file and display the data on a Google Coloumn Chart, however I am unable see the plots. Global Variables var tslist = new Array(); var iclist = new Array(); In ...
1
vote
1answer
22 views

Google Chart Link to same page inside a Table (basically do bookmarking within the same page)

From within the Google Chart Table; how to create a link "INSIDE" the same page (basically do bookmarking within the same page). I know how to do Link to outside web pages using data.addColumn('link', ...
0
votes
0answers
20 views

Google Line chart not working on Firefox?

line chart is working on google chrome but it is giving me an error on firefox, opera and safari ? Error is a[dc] is not a function. Please help.
1
vote
2answers
70 views

google.visualization chart - DataTable in google site

I'm not understand how to implement chart in Google site. My goal is to show spreadsheet. I'm choose to use the charts from google.visualization.DataTable with dashboard. This is my steps: 1) Create ...
0
votes
1answer
71 views

Can't load Google Charts on ASP.net MVC4

I tried to add charts to my ASP.net MVC project using Google Charts I used the simplest way to understand how does it work ! On my Controller : public JsonResult Index() { ...
0
votes
0answers
58 views

Google charts won't load through the Jquery load function , any idea why?

I've asked this question before on here but no one showed me how to actually make google charts appear via the load function.I use google charts API and the charts display fine on a normal page .. ...
0
votes
0answers
44 views

Google Charts API Map pin colors

I'm using the Google Charts API Map. My code is pretty much identical to the example included in the link. This implementation is slightly different from the standard Google Maps API. I'm aware of the ...
1
vote
1answer
18 views

How to highlight several countries using Google Chart API by country code?

I have a simple request that selects a country on a map by code (e.g. FR for France) in Google chart: ...
0
votes
1answer
89 views

Asp.net render control -> javascript error

I have a usercontrol with some charts from Google chart api. When the usercontrol is getting loaded and rendered by the server the usual way everything works as expected. But when I use a ajax ...
2
votes
1answer
57 views

Google Charts - How to pass a dynamic variable in options.series?

I'm making a reporting tool that uses Google Charts graphics. I want to create Combo Charts but the number of datas is dynamic so i have to pass a variable "nbEGP" in options.series: /* Création de ...
1
vote
1answer
34 views

Mapping election's data with google chart

I need to map the results of the last Venezuelan president elections in a Google geoMap chart. I'm trying to put in the same chart the results of both mayor candidates, but it seems Google Chart is ...
0
votes
0answers
54 views

print the value of a javascript variable inside a script taken from PHP into Google Charts

I am trying to create some google charts dinamically with PHP. I receive the result from PHP code fine, but when I try to put the content of the variable so it is created dinamically, I keep on having ...
0
votes
0answers
27 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
0answers
56 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
114 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
2answers
324 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
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
79 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
26 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. ...
0
votes
0answers
83 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 ...
1
vote
1answer
59 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" ...
0
votes
0answers
31 views

Unable to load google charts via ajax

I want to draw charts to my site using the Google Charts API. This works fine so long as everything is placed in the same document. But now I want to load the chart-code via Ajax for example in ...
0
votes
1answer
105 views

Use PHP and JSON to get the Column Name from SQLSRV

Below is the code I use and it works but only gets the rows and not columns, I am importing the data to a Google Chart Tools chart and it uses the first row as the colunm information making it ...
1
vote
1answer
123 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: ...
1
vote
1answer
57 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
50 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
105 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 ...
0
votes
1answer
365 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
vote
0answers
63 views

Parameters missing/damaged in PHP curl request

Update: I have solved the problem by using file_get_contents (or other file operations such as fopen) instead of curl, as is shown in this example: ...
0
votes
2answers
261 views

Google Visualization API - Multi-Line Chart

I've an array created after pulling records from the database. The array is like: // $xyz array Array ( [f30] => Array ( [December 2012] => 71 [November ...
2
votes
1answer
77 views

ChartWrapper is not displaying the graph

I'm using the google-chart-api to draw a graph using ChartWrapper class and ControlWrapper class. Here is the code I have been using. This is the function to load hard-coded data. function ...
0
votes
0answers
148 views

Google Bar-Chart( Having Filter) With Different Colors in Bars for each collumn

Bellow is my javascript for google-chart <script type="text/javascript"> google.load('visualization', '1.1', {packages: ['controls']}); ...
1
vote
1answer
65 views

Google Charts API: adding arguments to existing callback

I have a page with a number of charts generated from a Google spreadsheet. Typical code looks like this: var url = "http://my.googlespreadsheet.com/tq?argumentshereblahblahblah"; // create and send ...
0
votes
0answers
29 views

Fallback text if no results in Google Charts API

I am unable to find the right function from the google charts (Google Visualization API) that would set the text/message to be shown if no data is supplied to it/data supplied does not yield a ...
0
votes
0answers
59 views

Google analytics chart - formatting axis labels and tooltips

I have a google analytics chart retrieved using gadash javascript. I am showing data using following javascript: var bounceRateChart = new gadash.Chart({ 'type': 'AreaChart', ...
0
votes
0answers
89 views

Combo chart in D3

I would like to know whether are there any way to create the simlar combo chart in D3.js. I could see the individual grouped bar chart and line chart in a graph using D3. How to display the combined ...
0
votes
2answers
210 views

Google Chart: Needed Bar with “Different colors”

I have one page -- http://projectdemo.in/Dario/Dario/Panel_report_TEST_v015.html Please refer This Graph "Surgical heart valve implant: Mechanical vs Biological mix, Q4 2012" Now in this graph, i ...
0
votes
1answer
88 views

sorting data on x-axis in google line chart

I'm using google line chart to plot data by timestamp(x-axis). my problem is that the x-axis is not being sorted automatically by the google charting. e.g. "15:45:23 678" data point which should be ...
1
vote
1answer
102 views

Google Line Chart: Different colors for specific ranges

https://developers.google.com/chart/interactive/docs/gallery/linechart?hl=ja#Configuration_Options How can I specify different colors for a single line dependent on the particular range? For example, ...
0
votes
1answer
35 views

Google Charts Numeric Date

Error: column 0 is not numeric Column 0 is my date column data.addColumn('date', 'Date'); ... // The variable date here is an epoch var fullDate = new Date((parseInt(date)*1000)); r.push(new ...
1
vote
1answer
68 views

Formatting Date Using Google Charts and Epoch

I have an epoch 1362873600 and I only care about the date portion, not the time. My goal is to get: 03/10/13 I'm doing the following: var dateFormatter = new ...

1 2 3 4 5 8