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
1answer
183 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
203 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
34 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
60 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
174 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
83 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
69 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
46 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
129 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
107 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
50 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
72 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
62 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
176 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
52 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
114 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
117 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
406 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 | ...
0
votes
0answers
30 views
Google Multi Line Chart : What format should the array be in? [duplicate]
I'm trying to plot multi-line chart using an array which contains
# $activities array
Array
(
[First] => Array
(
[Gaming] => 53
[Reading] => 44
...
0
votes
0answers
156 views
Google Charts with MySQL data and PHP
I'm trying to produce a Combo Chart based on a data from my database, but can't generate a satisfactory json output as required by Google Charts. I'm trying to replicate the following result in PHP:
...
0
votes
2answers
105 views
Using Google Visualization: Organizational Chart offline
Can i use Google Visualization: Organizational Chart in offline mode ?
0
votes
1answer
96 views
Google line chart x-axis shrinks on transition
I am using a google Line Chart on my page. Which is refreshed after every 5 seconds. But the weird thing is that each refresh causes the lines inside the chart to shrink, though chart size remains the ...
2
votes
1answer
78 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
150 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']});
...
0
votes
1answer
63 views
How to serve all dependencies for Google Charts from the local server itself
Scenario: We are developing a web application, which basically works locally on LAN. It consists of report module which in-turn includes chart report. I had developed a prototype for pie, bar, column ...
0
votes
0answers
86 views
How to hide graph/chart container div after chart load in Google chart?
I have two charts in a same page, i want to load both charts when page gets loaded but second chart should be hidden. on change of select option second chart will be loaded and first will be hidden.
...
1
vote
2answers
95 views
How to divide jquery tab to 4 equal divs?
I'm using jquery tabs, and in one of my tabs have 4 google charts (each contained by a div).
I want to positions each div on 1/4 of the tab area. (in north, south, east and west of the screan).
...
0
votes
0answers
39 views
How to generate Google Visualization Data Table with gviz_api for a Column Chart?
Any idea how to generate the same data table (as in the following link) for a google column chart with the gviz_api.DataTable api ?
...
2
votes
1answer
65 views
Javascript Chart Draw
I am using Google Charts API to integrate into a group project. The project is a visualisation toolkit for social media trends and such.
The problem is though, I have written a PHP program that ...
0
votes
1answer
21 views
Function works as expected in Code Playground not on production server.
Any ideas why this loads and runs on the Code Playground and not on my production web server?? It should all function the same correct? I am new to js. I just need a few pointers maybe??
...
0
votes
0answers
94 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
219 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
0answers
43 views
Custom legend options in JSAPI
I am new to JSAPI. I am trying to implement combo chart (link). I am in the need to change the position of the legend that is respect to the line in the chart. In the above example, Average is the ...
0
votes
2answers
175 views
HTML Table Display from SQL Database
Struggling with integrating Google (pie) charts with a MYSQL Database. It is trying to retrieve data from a database called 'mxp937_AddStakeholder' and in particular the column name is, 'ProjectRoles' ...
1
vote
1answer
48 views
GeoMap for austria with lower austria and vienna
When I use gwt-visualization and GeoMap it happens that when I give a value to Vienna it works fine, but if I give a value to lower austria -> Vienna is not shown anymore on the map.
Heres the code ...
0
votes
0answers
59 views
Strange Error when using chartEditor of Google Visualization API
I have a strange error when I want to use the chartEditor of Google Visualization API in my GWT project
I use The JavaScript Native Interface (JSNI) feature of GWT because the visualization wrapper ...
0
votes
0answers
47 views
how to center data in google charts table that is dynamically
I am using the table in google charts. All of the data in the table is aligned right. I need to align the text in the center. I am building the table dynamically so I cannot apply the set cell ...
2
votes
1answer
107 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
93 views
Analyze system memory/cpu stats with Java
I want simple results like Total Memory, Free Memory, CPU Usage,etc on my Unix system.
Currently I am using the shell command top.
Is there any functionality in Java for doing the same thing ?
My ...
0
votes
1answer
46 views
putting JSON into Google Charts
I'm trying to build a Google chart.
Current, I'm building an array using PHP's json_encode($array). So,, my array variable looks like this:
var array = [{"name":"John ...
1
vote
0answers
58 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:
...
3
votes
1answer
89 views
Understanding data privacy with Google Web Toolkit, and Google Charts
I have been playing around with GWT and GWT Visualization Wrapper API. One thing I learned recently is that GWT Visualization API does not work without an internet connection (I was working offline ...
1
vote
0answers
88 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 ...
2
votes
1answer
428 views
How to switch from Google Chart Tools to D3.JS?
I use Google Charts to visualize a match data, but I want to use D3.JS from now on because of its large community and rich graphic tools. I had written a code for Google Chart, which pulls data from ...
1
vote
1answer
183 views
Google Charts: One Tooltip for Entire Column
I have a basic Area Chart using Google Charts. I am able to set up tooltips for each point on the graph, but is there a way to have a single tooltip for all the points in a column.
Here's a ...
0
votes
1answer
98 views
Google Chart in Chrome Extension Popup?
I would like to have my Chrome extension's popup page display a Google Chart that shows information on the user's news-reading habits. I notice (particularly here: Chrome extension doesn't work) ...
1
vote
1answer
87 views
Google Line Chart: How to change decimal mark in tooltips?
https://google-developers.appspot.com/chart/interactive/docs/gallery/linechart#Example
How can I change the decimal mark in the tooltips from period to comma?

