1
vote
1answer
43 views

How to label Google Column Chart bars

I am using Google Chart API to create chart for values which goes from 1 to millions. Problem The bars which are representing smaller values (ex: less than 50 or so) are invisible on graph and no ...
0
votes
0answers
19 views

How to prevent legend labels being cut off in Google charts

With a Perl script I generate numerous Google Line Charts for 20 and more series of data at once. The legend labels are of the form: a serial number appended by an iterating #counter. Unfortunately, ...
1
vote
0answers
29 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 ...
0
votes
1answer
21 views

Google LineChart does not display a single value

I parse CSV text files and generate HTML file with several Google line charts by a perl script. This works well, except for the cases, when I have just a signle one value of data: The value of ...
0
votes
1answer
24 views

Interval role i-lines are not displayed in Google line chart

I am trying to add min and max limits to a Google chart, which I generate using a Perl script from CSV data - by using the interval role for these 2 values. Unfortunately the I-lines are not ...
1
vote
1answer
18 views

On load Google LineChart animation

I'm trying to implement loading animation of chart using transition animations by adding rows and refreshing the chart. But it behaves completely differently from what I expect. Here is the Fiddle ...
0
votes
2answers
85 views

Bar chart for displaying min/max/avg

Update: I would take any chart library, not just Google charts: I would like to use the Google Charts: Bar Chart for visualising rows of acess statistics displayed with min/max values as bars and avg ...
0
votes
1answer
27 views

google line chart background color fill as per image

I am stuck up with the Google line chart below is image which explain which color I need to changes I am using the following code. <script type="text/javascript"> ...
0
votes
0answers
59 views

Google Charts with multiple dashboards more than 1 chart on same page

Chaps, I have managed to create a Google Chart with a Dashboard control. You can pick a value and it will show data for it just fine in a nice Pie Chart. This is all working perfectly. My problem is ...
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" ...
0
votes
1answer
24 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
63 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 ...
1
vote
1answer
44 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
40 views

How to disable html file to first load in titanium studio

can i know how do i stop/disable html file to load first? As i am building a simple pie chart using google chart editor, and changed the value to array retrieved from my javascript file. Is there any ...
1
vote
0answers
45 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
1answer
84 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
34 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
1answer
191 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?
0
votes
1answer
58 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.
0
votes
1answer
62 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
177 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
85 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
102 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
0answers
50 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
196 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' ...
0
votes
0answers
64 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 ...
1
vote
2answers
100 views

Specific case of Timeline chart

I am trying to create a timeline chart which is supposed to be represented like a horizontal bar chart where the horizontal bars may not have the same starting point. So it might look like this-: ...
1
vote
2answers
272 views

Gaps in Data on Google Charts Continuous Axis

I have a Google Chart with a continuous date-time X axis. My data comes in short bursts, with long delays between the bursts. I'd like to make the Chart have a non-continuous X axis, but still have ...
1
vote
1answer
643 views

Google Chart arrayToDataTable formatted value not working

I am followinf the google Chart documentation for arrayToDataTable and the example states that I can use formatted values, like that: var data = google.visualization.arrayToDataTable([ ['Employee ...
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 ...
0
votes
1answer
108 views

XSLT output Google charts

I have learned how to output images, links, and text with XSLT. However, when I try to output Google charts, I get errors. I searched for an answer for a few hours. I want to output this chart, for ...
2
votes
2answers
352 views

Google Bubble Chart custom tooltip column does not render

I am trying to add a custom tooltip to a Bubble chart, to replace the default tooltip. I have followed the instructions from the docs site (here) to add a new string column to the DataTable, with ...
0
votes
1answer
66 views

Ideas for charting data

I have a set of values (temperature readings) that are like this : 0,1,3,3.3,3.44,10,11,11,11.1,11.4,11.4,11.5,12.1,13.1,14,15,19,50,67,70,81. What I need is a type of horizontal line graph that ...
1
vote
2answers
331 views

Google Charts Bubble Charts categorical x and y axes instead of numeric

I have created a beautiful bubble chart using Google Charts. Here is a shot of the chart: The numbers along the x-axis represent individual customers. The numbers along the y-axis represent ...
-2
votes
1answer
120 views

How to generate clickable pie charts using GFlot [closed]

My requirement is to generate pie charts in my project. Currently we are using google charts API with GWT to generate pie charts. They are good and providing every function that we required But ...
0
votes
1answer
99 views

How to place an image background in a google chart

I need to place a background image in a Google Chart. I've seen solutions which suggest including the chart in a parent div and setting a background image for the parent div. However, if I do that ...
0
votes
0answers
132 views

Display vertical axis individual chart labels in google column chart

I am using google column chart for a while and I want to display the vertical columns value at top of each column. I am able to get the tool tip value but my requirement is not concerned with the ...
1
vote
1answer
605 views

Google Charts and real time updates

I'm thinking of using the google charts api, in particular column charts and scatter plots. I want to know that can these charts be updated constantly by data it receives from the server via a ...
2
votes
1answer
435 views

How to remove decimals in Google column chart

How can I show only integers on vertical axis ? I have this : http://jsbin.com/oxodab/1 But I want to have only 1 and 2 on vertical axis.
0
votes
1answer
133 views

Google Charts API Line Chart - How do I display multiple values when hovering?

When using google's line chart, if you hover over a point it gives you the information about that point. For example, if a point is at x:3, y:50 and the y-axis is called inches, hovering over the ...
0
votes
0answers
104 views

Google Charts - timeseries - separation of different time periods with vertical lines / shades

I am producing Google Charts of timeseries and would like to separate different weeks either with a vertical line or different background shades. Is this actually possible using Google Charts? Is ...
0
votes
3answers
510 views

Multiple data sources as array in google charts dashboard api

What I have done? I am building a dashboard with multiple data. The data are in form of arrays. What i need to implement? I have implemented the dashboard with the help of the tutorial but I am not ...
1
vote
0answers
53 views

Making a geographical surface chart [closed]

I have a special charting requirement. I need to show a geo heatmap (two values associated with locations like cities/states). I need a 3d surface chart where there are peaks at locations by values ...
0
votes
0answers
83 views

Google chart: dynamic update of row value in column chart

I've got a column chart that is populated with rows dynamically upon reception of messages from a server, which makes it impossible to understand the index for a specific row. My stupid question is: ...
0
votes
1answer
188 views

Static (no slider) chart (Google Charts or otherwise) with single axis?

I need to show a range of values as a chart resembling the one below: The idea is that there is a minimum value and a maximum value. The value I’m trying to show will be a range probably somewhere ...
1
vote
1answer
158 views

How to generate a line chart with too many data in ruby/ruby on rails?

I'm trying to generate a line chart with data I take from a database. The data basically have a date field, an estimated progress field and a real progress field. The progresses may be nil but the ...
0
votes
1answer
251 views

For Google Chart, how to I determine the interval of a continuous h-axis with datetime format?

Currently I am using Google Chart (Column Chart) to show the target quantity every hour for latest 48 hours. My code is like below: var oChartOptions = { height:250, hAxis: { ...
31
votes
2answers
11k views

PHP MySQL Google Chart JSON - Complete Example

I have searched a lot to find a good example for generating a Google Chart using MySQL table data as the data source. I searched for a couple of days and realised that there are few examples available ...
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 2 3 4