Page 1 of 1

Chart script?

Posted: Tue 8. Nov 2005, 17:12
by sustia
I am searching for a script to produce on the fly some charts.
Should be a PHP+MySQL script but with a wizard configuration, because I'm not able to configure a script like jpgraph.

What I'm searching for is a script where I can put my values in some text area (o similar) and the value are returned like a chart, but maybe I'm asking too much. :?

Posted: Mon 5. Dec 2005, 22:54
by vello
hi sustia,
use html table+css (simple to use and nice)

Image

Posted: Tue 6. Dec 2005, 19:18
by sustia
vello wrote:hi sustia,
use html table+css (simple to use and nice)

[img.]http://vello.ri.ee/images/graph.png[/img]
Hi vello, maybe it's an opportunity, but how to insert automatically the datas into the text area and into the database? :?

Posted: Tue 6. Dec 2005, 20:55
by vello
Use the table/chart as a content part, editing is simple and no need to use database :) , just use small piece of graphics and edit width/height.

I'm sorry, i don't know the simplest solution

Some links:
http://www.gerd-tentler.de/tools/phpgraphs/
http://sparkline.org/
http://www.puremango.co.uk/cm_php_graph_18.php

Posted: Wed 7. Dec 2005, 09:57
by sustia
Ok thanks, I will that scripts :)