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
bar chart and pie chart
Moderator: General Moderators
Re: bar chart and pie chart
You could use Flash or ImageMagik
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
- greyhoundcode
- Forum Regular
- Posts: 613
- Joined: Mon Feb 11, 2008 4:22 am
Re: bar chart and pie chart
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).
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).
- the_last_tamurai
- Forum Commoner
- Posts: 87
- Joined: Wed Feb 28, 2007 8:24 am
- Location: cairo
- Contact:
Re: bar chart and pie chart
You can use this http://teethgrinder.co.uk/open-flash-chart/
simple + free
simple + free
- greyhoundcode
- Forum Regular
- Posts: 613
- Joined: Mon Feb 11, 2008 4:22 am
Re: bar chart and pie chart
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.
Also, for anyone else interested in CSS solutions take a look at this pure CSS line graph.
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: bar chart and pie chart
Or use the Canvas element.