This is a discussion on creating lots of different charts, incl. zoom function within the alt.comp.lang.php forums, part of the PHP Programming Forums category; My company (service provider for scientific community) needs software to create lots of different charts on a website, incl. possibility ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
My company (service provider for scientific community) needs software
to create lots of different charts on a website, incl. possibility to zoom in on a chart, drag, .... I've found chartdirector, looks good, not free. Are there alternatives (free or not free) for chartdirector ? Thanx, Pugi! |
|
|||
|
Pugi! wrote:
> My company (service provider for scientific community) needs software > to create lots of different charts on a website, incl. possibility to > zoom in on a chart, drag, .... I've found chartdirector, looks good, > not free. Are there alternatives (free or not free) for > chartdirector ? > > Thanx, > > Pugi! I have used rrdtool in the past. Not sure if this is what you need though. http://oss.oetiker.ch/rrdtool/ Bob De Mars -- A man without an answer Is like a bird with broken wings wrapped up in its misery forgetting how to sing |
|
|||
|
On Jun 17, 3:47*pm, "Pugi!" <pugin...@gmail.com> wrote:
> My company (service provider for scientific community) needs software > to create lots of different charts on a website, incl. possibility to > zoom in on a chart, drag, .... I've found chartdirector, looks good, > not free. Are there alternatives (free or not free) for > chartdirector ? > > Thanx, > > Pugi! JPGraph is a really good piece of software - its free for non- commercial usage (and evaluation) but only costs about 100 euro. Alternatively for something which looks flashy - check out PHP/SWF charts - but not really very suitable for scientific apps. Try Google for URLS HTH C. |