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 ...
0
votes
1answer
40 views

Received values wont enter into the graph

I cant seem to allow my graph to graph data properly, I added the values in and they receive correctly without any errors in the console although the graph graphs none of this data. This is 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
1answer
84 views

Broken axis in Google charts

Is there any way to create a break in my vertical scale on the Google charts api? I have a couple of dozen data points all about 600-2000 on the y-axis except for one value which is almost 300,000; ...
0
votes
1answer
107 views

Google charts API Y is axis scaling data

I am using the following data default data: 37.705 54.098 55.738 75.41 52.459 73.77 68.852 55.738 //chart.googleapis.com/chart ?chxs=0,676767,11.5,0,l,676767 &chxt=y &chs=300x225 ...
0
votes
1answer
182 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 ...
2
votes
2answers
546 views

Google Charts - Curved Line Chart incorrectly dips below 0

I have a Google line chart, I set 'curveType': 'function' so the graph is curved and has a nice appearance. My problem is that when a data point has a value of 0, followed by a following high value, ...
0
votes
1answer
249 views

adding a new line to a google bar chart

i am trying to add 3 static lines to a google bar chart. i have tried so hard to play with margins, but i'm not understanding the logic. can someone help me plz thnx in advance google graph
0
votes
1answer
877 views

Google Pie Chart not Showing All Data Rows

I'm trying to plot population vs. country name and I found that the Google Visualization library is rendering only the first few (actually number is seemingly random depending on the data I use) and ...
0
votes
1answer
631 views

implementing graphs in php using google chart api

i want a simple script/library by which i can draw simple graphs like line , column , pie etc. No ajax , json , flash pls... I have already tried pChart , amCharts but facing some or the other ...
0
votes
1answer
1k views

Google charts how to always shows the tooltip

Using the code below showed what Do I have to do to fix the following problems: I need to show the column values (always) at the top of the bar without make click on it. I need to assign one color a ...
0
votes
1answer
322 views

Multiple graphs with same x-axis in Google Charts

I want to use multiple line charts/annotated timeline charts using same x-axis and separate Y-axis. The way Google finance does it. http://www.google.com/finance?q=NASDAQ:GOOG When the x-axis is ...
0
votes
1answer
33 views

Libraries to create this type of chart?

The website I'm building will have content in various languages. I'm looking for a nice way to present the "langages" data, for those interested. I really like this visualisation : ...
3
votes
2answers
2k views

Formating legend and axis in Google Charts

I'm new with Google Charts and I am not able to obtain a fine result with the texts surrounding the graph. This is how my chart looks: As you can see, it does cut both Horizontal-Axis and Legends, ...
1
vote
1answer
371 views

How to scale a multi-line Google chart to have maximums at the same height?

I'm using Google Chart API to display a multi-line chart in my application. The graph shows daily income in several currencies. As you can see, there is a problem when the exchange rate between the ...
0
votes
0answers
108 views

Is there a graph API/library capable of outputting this pie chart? [closed]

Here's the pie chart I'm trying to output (including those percentage labels). I've tried Google Charts and while it can output the chart itself, I'm not able to do those labels. To be clear, I ...
0
votes
1answer
45 views

how to remove area text from google charts

iam using google charts for displaying statistics, i use a term called visits to show statistics, the area text shows the name, i want to remove the area text, please see the image below How to ...
0
votes
1answer
4k views

FusionCharts vs GoogleCharts vs HighCharts suggestions required for commercial use

I find that FusionCharts v3 evaluation and HighCharts cannot be used for commercial purpose. Google charts is the best option but those are not as good looking as any of the above. They don't even ...
1
vote
1answer
195 views

Google Chart API: Is it possible to have an incomplete chart?

I need to make a chart showing weekly activity for the current week, with each day of the week as a point on the X axis. Example: This works fine, but the problem I'm having is that, if today were ...
-4
votes
1answer
363 views

generating chart using python or google charts [closed]

i would like be able to input a dataset and get SMOOTH graph. for example i have the following graph how would i smooth this out:
0
votes
1answer
616 views

Google Charts - How to have axis label and values?

I am currently working on displaying 2 lines of data on a XY linechart using Google Charts. I have it nearly finished but I need to put labels on both the X and Y axis. Along the vertical Y axis I ...
0
votes
1answer
429 views

How do you vertically center legends using Google Charts API?

I'm having trouble vertically centering the legends in Google Charts Pie Graph. Anyone have previously experience? Or is the best bet to code my own pie graph? Thanks in advance, Walker
5
votes
4answers
680 views

API for displaying graphs in a web app? [closed]

I have graphs (nodes/arcs) that I want to display to the user. I need to be able to capture the event of a user clicking on a node. Something like Google Charts API's Simple Org Chart would be great, ...
3
votes
1answer
716 views

Do any web graphing or charting libraries have support for error bars?

I have been looking for a graphing library to use in an upcoming web application, but I have two requirements that have been tripping me up: Ability to save the graph as an image. Show error bars on ...
5
votes
4answers
7k views

Vertical labels with google charts API?

Anyone know how to get x-axis labels to be vertical with google charts API? I need to fit a lot of labels in a small chart. Thanks
18
votes
15answers
24k views

Graphs/Charts in PHP [closed]

I'm trying to find a good Graph drawing library for my PHP application. Currently I am limited to viewing the data in a table which while specific, is a bit ugly. I require a non-flash system if ...