Page 1 of 1

bar chart and pie chart

Posted: Mon Apr 12, 2010 3:46 am
by tamilmani
Hi All,

I need to create Bar chart and pie chart by using PHP without GD library . Please any one know the solution for this issue. Please help me .

Thanks

Tamilmani Mohan

Re: bar chart and pie chart

Posted: Mon Apr 12, 2010 9:57 am
by pickle
You could use Flash or ImageMagik

Re: bar chart and pie chart

Posted: Mon Apr 12, 2010 10:32 am
by greyhoundcode
I asked a similar question not so long ago, and one of the possible solutions (for bar charts if not pie charts) suggested was to do it by CSS - see this post.

The ezComponents graph component is another option which I have used previously and provides excellent results - you can switch drivers and an SVG driver is one of the options, again circumventing the need for the GD lib (though be aware of the issues surrounding SVG and IE).

Re: bar chart and pie chart

Posted: Sun Apr 18, 2010 4:36 am
by the_last_tamurai
You can use this http://teethgrinder.co.uk/open-flash-chart/
simple + free

Re: bar chart and pie chart

Posted: Sun Apr 18, 2010 5:42 am
by greyhoundcode
Yeah that looks like quite a good solution.

Also, for anyone else interested in CSS solutions take a look at this pure CSS line graph.

Re: bar chart and pie chart

Posted: Mon Apr 26, 2010 10:59 am
by Jonah Bron
Or use the Canvas element.