14
votes
10answers
1k views
Graphs/Charts in PHP
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- …
1
vote
4answers
397 views
How to use dates in x axis with google chart api
Is there a way to plot a chart with google chart api so that the X-axis values are days in a month?
I have data points that are not provided with the same frecuency. For example: …
1
vote
7answers
430 views
What powers Google Charts?
Does any body know what powers Google Charts? I have been using it for a while but not sure what Google used to build it.
0
votes
1answer
28 views
Has anyone produced SPC charts with the Google Chart API?
I've decided to take the advice in this question: create-excel-chart-programmatically-in-php and NOT attempt to do graphics myself.
I'd also like to follow the advice to use Googl …
0
votes
1answer
26 views
Please post some tutorials links on charts4j.
I have to generate charts on my Web application, and after getting the answer of Is there any free library which can be used to generate Graphs in J2EE environment?, i chose Chart4 …
1
vote
1answer
103 views
Rose diagrams in Google Chart
I searched around for ways to make rose diagrams (circular histograms) in Google Chart. The API has only radar diagrams, so it seems not technically possible (am I correct?). This …
0
votes
0answers
39 views
Google Doc Api: Spreadsheets with Charts
Is there a way to automate the process of creating a chart within a google doc from a .NET application.
The workflow I'm looking for is...
Create Excel Document.
Upload to Googl …
0
votes
0answers
48 views
How to customize the legend in Google Chart?
Hi,
I need to specify labels (and associated colors) of a legend NOT in the same order as my data sets.
Actually I have only one data set but I display my bar chart with 2 colors …
0
votes
1answer
60 views
how to convert query result to formatted string for google chart API
Hi all
I have the results of a query on a wordpress site. The query results are::-
h COUNT( * )
0 7
1 5
2 2
The query is something like this this:-
$sql = 'SELECT HOUR …
0
votes
1answer
64 views
how do I chart this data with the google chart api?
Hi I have a query that I have run with MySql and I need to chart the data. I would be grateful if someone can tell me how I can format the output using php and feed it to Google in …
0
votes
1answer
65 views
Help with showing a simple graph using google chart
I'm pulling my hair out on this problem.
I would like to show a very simple vertical bar graph which will represent the amount of sales during a week. So the data it would be fed …
2
votes
2answers
87 views
Google Chart HtmlHelper for Asp.net Mvc
Hi,
Are there any HtmlHelper Extensions for Google Chart Api? (I like to use for some basic charts, e.g. Pie Chart, Bar Chart)
Soe Moe
0
votes
0answers
78 views
Google Chart - Bar Chart Stacked Data Point labels
Hi,
I've been asked to change a bar chart to stacked.
http://chart.apis.google.com/chart?chbh=24,0,0&chxp=2,200,600&chxtc=1,10|2,25&chxs=0,000000|1,000000|2,000000,12 …
2
votes
1answer
35 views
Google Charts API: Using a fixed set of datapoints
Is there a way to set the length of a data series using Google Charts i.e. send in 40 values and stipulate that the range is 256 values and have it plot the 40 values and leave roo …
0
votes
1answer
490 views
How to use Google API finance and Google chart API?
How do I use the Google Finance and Chart APIs? I want to embed them in my website.
Thanks.
