I know php can draw graphs, but they are not the best looking. Flash and Flex do a much better job, however, they usually cost a lot. I found Fusion graphs which look great and cost the earth. Does anyone know of any other graphs that look good but dont cost the earth? (i.e. $400 or less)
Cheers
3D Graphs (php vs flash/flex)
Moderator: General Moderators
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: 3D Graphs (php vs flash/flex)
http://pchart.sourceforge.net/index.php
I've never used it personally, but it looks simple & pretty enough.
I've never used it personally, but it looks simple & pretty enough.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
- andyhoneycutt
- Forum Contributor
- Posts: 468
- Joined: Wed Aug 27, 2008 10:02 am
- Location: Idaho Falls
Re: 3D Graphs (php vs flash/flex)
I use FusionCharts. They have a freely available version that doesn't have ALL the bells and whistles but works quite well and does look great. It's also a very easy package to implement.
-Andy
-Andy
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: 3D Graphs (php vs flash/flex)
Cheers guys, I will take a look at both now! 
Re: 3D Graphs (php vs flash/flex)
pickle wrote:http://pchart.sourceforge.net/index.php
I've never used it personally, but it looks simple & pretty enough.
Code: Select all
// Standard inclusions
include("pChart/pData.class");
include("pChart/pChart.class");There are 10 types of people in this world, those who understand binary and those who don't
Re: 3D Graphs (php vs flash/flex)
For some clients, shiny graphs could make or break the sale it seems 