The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Web Design
> Web Design Help
|
Dynamically generation of charts, graphs, curves
Discuss Dynamically generation of charts, graphs, curves in the Web Design Help forum on Dev Shed. Dynamically generation of charts, graphs, curves Web Design Help forum discussing topics such as video editing, audio editing, animation, etc. This is also the place to get recommendations on preferred web authoring tools.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

July 4th, 2000, 07:59 AM
|
|
Junior Member
|
|
Join Date: Jul 2000
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Hi,
I would like to know how dynamical
generation of:
- charts
- graphs
- curves
are done best from either Servlet
or PHP enviroment.
Thank you in advance
|

July 11th, 2000, 09:20 AM
|
|
Contributing User
|
|
Join Date: Jul 2000
Posts: 35
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
not sure about php or others but there is perl module designed to do that kind of thing
i think 'at the forge' (http://lerner.co.il/atf/) covered it
|

July 24th, 2000, 02:46 AM
|
|
Junior Member
|
|
Join Date: Jul 2000
Location: FRANCE
Posts: 9
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
u can use php to generate dynamically
what u want
php is a 'son' of perl and allows u to do it like perl
u can have details on www.php.net
|

July 24th, 2000, 10:34 AM
|
|
Gödelian monster
|
|
Join Date: Jul 1999
Location: Central Florida, USA
|
|
PHP can be compiled with support for on-the-fly graphics creation using the gd image library (http://www.boutell.com/gd). This is a very nice, tight little piece of software that generates images so fast, it seems like they just came off the hard drive.
With gd, PHP can create PNG, or Jpeg graphics using many pre-defined functions for curves, shapes, etc..., and it can interface with the Freetype library (www.freetype.org) to use TTF fonts also.
A beginning tutorial is at http://www.phpbuilder.com/columns/r...124.php3?page=1
Another: http://www.phpwizard.net/resources/...mic_images.html
Also, look up "image creation" at www.php.net
It can be a real pain to configure PHP with gd and Freetype. Let us know here if you need any help in this area.
[This message has been edited by rycamor (edited July 24, 2000).]
|

March 5th, 2013, 11:46 AM
|
|
Registered User
|
|
Join Date: Mar 2013
Posts: 1
Time spent in forums: 17 m 16 sec
Reputation Power: 0
|
|
|
Dynamic and Interactive Graphs
If you simply want to provide a dynamically generated graph image on the page for your visitors then there are pre-built and fully tests PHP graphing packages around that will allow you to quickly build this into your application.
(e.g. Advanced Graphs and Charts for PHP by JPowered )
Or as alternative you could consider a front end JavaScript solution. These have the advantage that not only do they build the graph dynamically but also can provide your visitors with interactive features.
Quote: | Originally Posted by ajo Hi,
I would like to know how dynamical
generation of:
- charts
- graphs
- curves
are done best from either Servlet
or PHP enviroment.
Thank you in advance |
|

March 8th, 2013, 10:48 AM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 14
Time spent in forums: 6 h 23 m 2 sec
Warnings Level: 5
Reputation Power: 0
|
|
|
Thanks for sharing such information.
In php we can design chart, graph, in easy ways so I think it best. since it's programming is easy than other technology.
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|