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

3
votes
0answers
112 views

Googlechart error on a linechart with tooltip values coming via JSON

I have a google chart and want to add a custom tooltip. I found some great answers like this this site and set about doing this with roles. I also found this link about it and it looked like the best ...
3
votes
0answers
386 views

Tooltip cut off in google chart

chart.draw(data, { width: 275, height: 75, legend:'none', gridlineColor:'white', pointSize:2, chartArea:{left:0}, chartArea:{width:275}, colors:['red','green', ...
2
votes
0answers
60 views

Google Charts API - Dashboard: use calculated columns in a table

I have a simple display panel shows Google and I want to add a calculated column in my DataView using SetColumn as shown in this code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
2
votes
0answers
167 views

Google Charts Tooltips only works with a first row that has no tooltips

I'm trying to use tooltips in a google bar chart, and am running into a weird issue where my tooltips only work if the top row of my datatable has no tooltips in it. When I do this, the chart ...
2
votes
0answers
82 views

How to show time in addition to date in Google Charts?

My time-series-style Google Chart (google.visualization.DataTable) isn't showing times in the x-axis; only the dates. How do I get it to show time increments on the X-axis? I understand how to ...
2
votes
0answers
3k views

Google Pie Chart Legend Display

I am trying to use Google's Pie Chart API and have the chart and legend appear vertically with chart atop and legend below. I only want the chart width to be 300px and have successfully moved the ...
2
votes
0answers
459 views

Update Google Chart in real time with comet

I want to use Google Chart to create a bar chart that gets updated in realtime. When the user loads the page, I want to show the current results. But as soon as the data in my database changes, I ...
2
votes
0answers
449 views

Passing an array to Google Charts API via AJAX

I can grab the number of users who signed up a specific date by using: $query = "SELECT COUNT(*), DATE(FROM_UNIXTIME(time)) as date FROM user GROUP BY DATE(FROM_UNIXTIME(time))"; Google Charts ...
2
votes
0answers
370 views

How can I know if Google Visualization is loaded

I'm showing Google's charts in some web pages. But I can't assure my clients will have network access to Google: a client computer will be in the same LAN as my web server (which can access Google), ...
2
votes
0answers
505 views

adding dynamic markers with google charts

I have line chart I have created with Google charts. I'd like to add a dynamic marker to mark a particular point on that chart (and later I'll want to add a horizontal line). This looks like it ...
2
votes
0answers
242 views

Ajax jQuery error “google is not defined”?

I have an ajax call $.ajax({ url: "dashboard.phtml", cache: false, success: function(content){ $(#div).html(content); } }); and my dashboard.phtml is <script ...
2
votes
0answers
231 views

XML to google.visualization.DataTable

Is there any thing which can convert XML to Google DataTable? I want to use Google Chart but I think it is the difficult part, converting XML to DataTable.
2
votes
0answers
1k views

Google Visualization Column and Bar chart vaxis and haxis labels overlap in firefox 3.6.12 and IE

Can anyone help me on this problem I am having with chart labels on firefox and IE8, on chrome and safari the labels are working as they are expected to, but on Firefox and IE, the axis labels will ...
2
votes
0answers
440 views

Google SQL Pivot make 0 show NULL

I have a pivot table that I need to have return NULL whenever there is not a value in the database. This seems pretty simple when you look at the Google API for their query language: ...
1
vote
0answers
28 views

Hide a row (aka series) in Google chart

Is there please a possibility to blend out (hide) a line in Google Line Chart? We have many line charts with multiple series of close data values and my boss asks me to add a way to hide a series ...
1
vote
0answers
27 views

Google charts API doesn't decode HTML entities although I passed them decoded

So I'm using the google charts API , However when I decode HTML entities passed to the API with the data , the charts are displayed and the titles still contain the un-decoded HTML entities and I see ...
1
vote
0answers
45 views

Google line chart overlapping tooltip

I've designed a graphing application using the google charts api. Below is an example graph I draw using the data. As you can see there are two graphs in the image. when I hover on a graph a tool tip ...
1
vote
0answers
44 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 ...
1
vote
0answers
188 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
0answers
214 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 ...
1
vote
0answers
72 views

Unable to load google charts via web service

I'm having problems loading a simple chart via web services... I load user controls as html and send them back to the page via a web service to display the charts in a jquery ui popup dialog: ...
1
vote
0answers
91 views

Loading Google core charts via Ajax in jQuery UI tabs

Loading Google Visualizations via AJAX in jQueryUI tabs the link above is a similar doubt i have that is i need to use the google Visualization core charts with jqueryui tabs with ajax first it was ...
1
vote
0answers
78 views

Json to pie chart conversion error

I was trying to implement dynamic google pie chart.But while doing so it is connecting to the database via json call but I cannot implement a piechat ,.hence i am not able to get the value for the pie ...
1
vote
0answers
122 views

“Your browser does not support charts” error in IE8 thrown for Google Chart

I'm using IE8 in IE Standards Document Mode and keep getting the above error. It's the actual IE8, not an emulator. The chart renders perfectly in Firefox and Chrome. It's not wrapped by any iframes. ...
1
vote
0answers
130 views

google line-chart api for haxis for date

I am having a list of data update daily based. data.addColumn('date', 'Date'); data.addColumn('number', 'Calorie'); data.addRows([ [new Date(2012,7,1), 400], [new ...
1
vote
0answers
37 views

How to remove hyphen from Google Charts I-bar?

Is it possible to remove these hyphens (circled red in image)? edit: Chart above is Line Chart with 2 series marked as interval.
1
vote
0answers
244 views

Google app script - Chart Service / TableChart: column width & row height

How to set width of a TableChart is explained in Google app script - Chart Service: table size, column format. What I need to do is control the absolute or relative sizes of columns and rows of the ...
1
vote
0answers
123 views

Google Charts: Line Chart with multiple vAxis and Checkbox to add and remove values

I would like to make something like the Graph in Google Adnsese, where you can add more values in the chart and compare them in one graph. Has anyone some simple example of this with google charts and ...
1
vote
0answers
184 views

Google-charts remove column with multiple checkboxes

languages: jQuery, javascript Code below: Working well. (...) var check_box_values = $('#myForm [type="checkbox"]:not(:checked)').map(function () { return this.value; }).get(); Code below: ...
1
vote
0answers
198 views

Google Chart Tools - overlapping labels

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 ...
1
vote
0answers
157 views

read input from text file for data in google chart api

I am using the Google Chart API to implement a pie chart.The example on their website: https://code.google.com/apis/ajax/playground/?type=visualization#pie_chart uses static values to make the chart. ...
1
vote
0answers
233 views

Creating a pie chart (Google) from an array in JavaScript

I want to create a pie chart using a set of data from an array of a data type that returns a String and a double but when I put this values in the drwchart function it gives me nothing, this is my ...
1
vote
0answers
65 views

gchart not working

Okay, I want to draw charts within Ruby, so I've found gem called Googlecharts. Here's the problem: -> % irb 1.9.2-p320 :001 > require 'gchart' => true 1.9.2-p320 :002 > ...
1
vote
0answers
98 views

Google chart NumberRangeFilter SUM instead of filter?

Is there a way to force NumberRangeFilter to display the summed results of other rows in range? As an example I have this table: A | B | C ---------- 1 | 1 | 1 2 | 1 | 3 3 | 2 | 1 4 | 0 | 1 5 | 0 | ...
1
vote
0answers
1k views

Styling Google Charts Table

I am trying to add CSS style to a Google Charts Table. I tried this: https://developers.google.com/chart/interactive/docs/gallery/table#customproperties on the first cell (Mike) but it didn't work. ...
1
vote
0answers
142 views

Shade area chart above threshold - google charts

I have looked at a variety of javascript charting libraries and decided to use google charts. However I cannot figure out how to shade the top of my area chart (to indicate extreme values). Its sort ...
1
vote
0answers
57 views

google-graph axis formating

I am using google charts and want to place the x and y axes directly inside the graph, like this: BCG-Matrix putting the axis into the center is possible with hAxis: { baseline: 50 } the axis ...
1
vote
0answers
80 views

Is there a more bandwidth friendly Rails charting solution alternative to Google Visualr?

I am using http://googlevisualr.herokuapp.com/ in a Rails app. It is working very well, but it is not good for charts with many datapoints as it inserts inline javascript in ones HTML. That means a ...
1
vote
0answers
55 views

Empty values in Google MotionChart

I need to analyze delivery forecasts coming in from suppliers and from database I get a following data array: Array ( [0] => Array ( [delivery_date] => 2012-05-10 ...
1
vote
0answers
318 views

Google Charts Treemap - How to change font size for Responsive Web Design?

I have a google charts treemap responding well to change in resolution. It resizes and renders again with new size. Here's the resize code function resize() { var tree = new ...
1
vote
0answers
275 views

How to interact with a table in a dashboard drawn by using google graphs api?

I have a dashboard containing a table and a string filtering box. I would like to interact with the table to be able to select rows and retrieve respective data from it. after slight changes I got ...
1
vote
0answers
179 views

using for loop in google charts with javascript

Im working with Google charts, and I want to compare two values for example sales and expenses. I'm using google.visualization.arrayToDataTable method from Google charts, but I want to fetch values ...
1
vote
0answers
161 views

Show time of day on Google annotated time line chart

I am trying to use the Google charts api to create line charts that have datetimes on the x axis and values on the other. Generally these will only be for a 48 hour period, so I really need to show ...
1
vote
0answers
229 views

How to set custom intervals in the horizontal axis in Google Charts?

I'm using Google Charts. I gave it this data: var data = new google.visualization.DataTable( { cols: [{id: 'date', label: 'Date of like', type: 'date'}, {id: 'likes', label: ...
1
vote
0answers
136 views

Google Charts Table API paging by columns

I need to display a table with many rows and columns. The paging option of Google Table is by rows. But since a table could have a large number of columns, is it possible for Google Table to do ...
1
vote
0answers
250 views

Google Gauge chart only throwing error in safari mobile

listed below is my javascript code for a google gauge chart I am using in my application. This works in Safari, Firefox, IE and Chrome, but not Safari Mobile. When running, I get an error stating ...
1
vote
0answers
197 views

Annotated timeline google graph displaying issue

I am displaying data on annotated timeline google chart. It displays the data fine but if I scroll down my browser page and then scroll back up, it cuts off the top part of the chart and won't ...
1
vote
0answers
385 views

Getting Google Chart into Jquery Dialog window (using AJAX)

so the problem is as follows: I have a page lets call it somepage.phtml with originally PHP values encoded in json and added as values to drawVisualization function (the, data is there, it's fine) ...
1
vote
0answers
90 views

unable to put value labels at the end of the column

I have used the google api for creating a chart on my web page with the below code I would want to put label on top of the graph telling the value of the column that is on top of each column i want ...
1
vote
0answers
123 views

Adding icon to label in google chart

Is it possible to display a png-icon, off lets say 16x16 pixels, as a label instead of the standard text? I want to make an bar chart with on the base of the bars, a little icon which symbols the ...

1 2 3 4 5 9