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.
0
votes
0answers
8 views
Why google histrgram not working when calling from an AngularJS service
This way my histogram works fine,when I load it like this.
$(document).ready()
{
histScore.push('Count');
histScore.push(15);
histScore.push(5);
...
0
votes
0answers
3 views
Gauge chart maximum value
Here is the code for simple Google gauge chart copied from Google code playground.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
...
1
vote
1answer
45 views
Convert html+css+js to PDF
I want to create something like this (code is here):
in pdf format. I'm using google charts and regarding to this forum converting chart to pdf is impossible. I've already tryied iText+XMLWorker, ...
0
votes
0answers
8 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
16 views
Google chart text is missing
I created test project from google chart example. But, then after adding some css text from chart is being missed like that below. What am I doing wrong?
This is CSS:
html,
body {
font-size: ...
0
votes
1answer
16 views
Displaying dynamic data using charts and graphs in ruby on rails
I want to display dynamic data via charts,graphs which is retrieved from database. There are various gems available like highcharts, google graphs, gruff library, etc. Can anyone please site an ...
0
votes
1answer
17 views
Candlesticks is always on top of lines in combo chart google chart
I am using google charts and am very new to the API, now the thing that will most likely work for my requirments is a Combo Chart, this chart is very good with everything but only one thing is very ...
0
votes
0answers
11 views
MVC 4 Google Charts - View for Each Report?
Looking for some advice in displaying reports with Google charts (for now table reports, but will go on to other types later)
Are people creating a view for each specific report? Or is it better to ...
0
votes
1answer
30 views
enable lables for each cell in bar chart
I am trying to set each bar chart cell with lables of A, B and C for all my data to be shown on chart. I tried with data.addColumn('string', 'Alphabets'); but it is not working out.
It shall be easy ...
0
votes
0answers
22 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 ...
0
votes
1answer
14 views
Get the color value for a Google line chart?
It's possible to set the color values for a Google chart, but is it possible to get the preset color values for a chart? Is there an array that holds those values, that can be accessed?
0
votes
0answers
16 views
google chart settings not applied correctly
The following draws a google line chart in my application. A web application ( spring driven )
ajaxPost(action, "getData", params, function(data) {
var response = ...
0
votes
1answer
30 views
no data in google charts line chart
ajaxPost(action, "getData", params, function(data) {
var response = toObject(data).response;
var chartData = new google.visualization.DataTable();
var array = [];
for(var i = 0; i < ...
1
vote
1answer
9 views
Target specific google chart data set
Say if my google chart data array looks like below,
Is there a way to target specific data set for google charts and do something.
something like if data = "13 dec 11 Tue" then the point of 56 should ...
0
votes
0answers
30 views
Map ajax response data to google line chart
I'm using the following code to create a line chart using the google charts api.
var array = [];
ajaxPost(action, "getData", params, function(data) {
var response = ...
1
vote
1answer
22 views
How do you implement horizontal candlesticks using the Google Charts API?
I'd like to use the Google Charts API, but they don't seem to support this (at least publicly).
This is what I'd like to replicate (for an internal report): screenshot
Edit: This is the closest ...
1
vote
1answer
25 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 ...
0
votes
0answers
18 views
How to draw continuous charts with gwt-visualization
I'm using gwt-visualization to display some Google Charts.
Everything works fine except that I can't set up a continuous X-axis for my column chart. From my understanding, I only need to define the ...
-2
votes
0answers
16 views
Google Charts API - Höchsten Wert mit eigener Farbe markieren [closed]
weiß jemand wie ich den höchsten Wert eines Graphen mit einer eigenen Farbe markieren kann? Derzeit fake ich den Sachverhalt wie unten gezeigt: Durch ein 3er Array Collection mit 0 Werten für die eine ...
0
votes
0answers
13 views
Google Annotated Time Line graph real time update issue
I used google annotated time line graph, i want to update the data real time, but every time i provided new data to the graph, it flicks first then shows the updated graph.
Means graph disappears ...
1
vote
1answer
12 views
GEO Chart Legend/Datatable
I'm wondering if it's possible to display a kind of data table in GEO Charts. I have this code:
google.load('visualization', '1', {'packages': ['geochart']});
...
0
votes
0answers
30 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
0answers
16 views
Xammp vs webserver - file paths
Probably, this is another noob question, but I really do not get along on my own:
I developed a website, where a chart shall be included, using the google-chart-tool. Therefore, a php-file is ...
0
votes
1answer
11 views
Display multiple google chart regions in the same map
I am creating a Google Geo Chart that includes cities in the US, South Korea, Taiwan, China, and India. If I use regions: 'world' tshe map will be too big and the city bubbles will be barely visible. ...
0
votes
1answer
32 views
Creating charts with GoogleVisualr
I have a sample app created to try out GoogleVisualr
I am trying to create a line chart with datetime on the x-axis and ratings on the y-axis. So a time series of chart of ratings based on the ...
0
votes
1answer
52 views
JQuery affecting Google Chart Display
The below code displays a messed-up chart,
function() displayGoogleChart() {
/* displays chart */
}
$("#chartDiv").hide();
displayGoogleChart();
$("#chartDiv").show();
But this code displays ...
0
votes
1answer
48 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
0answers
40 views
Google-Charts won't show in WebView (Android 4.0.4)
I've encountered a problem with Google-Charts in the WebView on Android 4.0.4
I've got a little page with a Google-Chart on it, so if I display this html-page in the browser the chart shows up just ...
0
votes
1answer
29 views
google chart script for time table/bar
How to write a code to draw google chart of the time bar. The bar has a start point and the length, and a function like TimeBar(start time, duration). Have looked for the sample codes on Google, but ...
0
votes
1answer
29 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, ...
1
vote
1answer
42 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 ...
0
votes
1answer
42 views
Unable to draw Google Line chart
I was trying to draw a Google line chart through JSON. I made an HTML file and then called a PHP file using ajax which returns a JSON string which is as follows:
{
"cols": [
[
...
0
votes
0answers
29 views
Google Charts Bar charts tooltip not working
I am integrating Google Charts API, and implementing bar charts.
I found following issue, tooltip is not working on Firefox 20.0 but its working fine on Safari and Chrome.
Further investigation ...
0
votes
1answer
103 views
Convert service data to google charts data format - Angularjs - JSON
I have a service result of data below. It will expand surely. And I use google charts to show this data. But I did it static at the moment. Is there an easy way to convert my bunch of data that comes ...
0
votes
0answers
16 views
ComboChart and Django how to specify the other options? (ColumnChart and LineChart)
I am trying to display a ComboChart in Django.
Google Chart Docs about ComboChart
https://google-developers.appspot.com/chart/interactive/docs/gallery/combochart
I am using the example code from ...
0
votes
2answers
84 views
How to show a Google chart in popover in HTML5
I have just started working with HTML5 and JQuery. I'm going to show a Google column-chart inside a popover on navbar. I have the following code, but it doesn't show the chart inside the popver. Can ...
0
votes
1answer
40 views
How can I call Google Charts API from UrlFetch service in Google App Script?
I'm trying to write sort of a proxy to be able to query a Google Spreadsheet with Google Chart API without giving rights directly to the spreadsheet to people accessing the visualization.
In order to ...
0
votes
1answer
28 views
Combo Charts in Google Sites using Google Sites
Is there a way to create Combo charts using apps script? I need to create a chart using google sites, but I havent found the way.
Many thanks in advance.
0
votes
1answer
33 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
23 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
16 views
Dynamically add items to compare in annotated timeline
I have an Annotated Time Line which works statically perfect. I want users to be able to dynamically add or remove items to compare with each other. something like this:
...
0
votes
0answers
27 views
Java charting libraries to implement zoomable timeseries chart [closed]
Are there any libraries in JAVA to implement a zoomable timeseries chart? Something like this http://www.highcharts.com/demo/line-time-series
0
votes
0answers
40 views
Google Chart Category Filter Subselect
I have created the following Google dashboard, and was wondering if it is possible to apply a subselect to the date category filter? so you select the year first, then the months, has anyone done this ...
2
votes
3answers
165 views
Creating Google Pie Chart based on JSON data using CodeIgniter
I tried to create a pie chart based on example here
In my controller (mycontroller/json) i have the following code:
public function json(){
$whatever = '{
"cols": [
...
1
vote
2answers
72 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 ...
1
vote
1answer
36 views
Google Charts Threshold?
Is it possible to develop a threshold with Google Charts?
I have a Google combo chart with 5 columns. In theory, I wanted to use the addRange formatter function to change the color of the 2nd column ...
0
votes
1answer
69 views
Google Charts: Pie Chart title position
I was assigned to implement some Charts, and the bosses requested me to separate the title of the chart from the Chart, I tried to move the chart's area a little from the top, but the title moved with ...
0
votes
0answers
65 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
1answer
51 views
Google visualization data grouping
I have a sample Google visualization dashboard with two controls and two column charts in which the second column chart is drawn using the aggregation of data table as,
'dataTable' : ...
0
votes
0answers
39 views
How to make Chart area clickable in IE8
I have created a google chart. Now I want to call a javascript function when the user clicks anywhere on the chart area. I mean the JS function should fire when the user clicks on the div where the ...




