regent Posted March 19, 2008 Share Posted March 19, 2008 I need an alternative to JpGraph. I can't use JpGraph because it requires at least PHP version 5.2, and we are at 5.1 and unwilling to upgrade. I found baachart, and it looks nice. Anybody have any other alternatives that are free? By the way, the charting needs to create images (no Flash), and these images will be embedded in pdfs. Does anyone know what PHP version is required to run baachart? Thanks for any help. Quote Link to comment https://forums.phpfreaks.com/topic/96989-php-charting/ Share on other sites More sharing options...
Barand Posted March 19, 2008 Share Posted March 19, 2008 It was written for PHP 4. I've had no problems running it under 5.1 or 5.2 Quote Link to comment https://forums.phpfreaks.com/topic/96989-php-charting/#findComment-496355 Share on other sites More sharing options...
PFMaBiSmAd Posted March 19, 2008 Share Posted March 19, 2008 The 2.x series states it works on 5.1 or higher - Quote The 2.x series is only for PHP5 (>= 5.1.x). If not you can use the 1.x series. Quote Link to comment https://forums.phpfreaks.com/topic/96989-php-charting/#findComment-496392 Share on other sites More sharing options...
regent Posted March 21, 2008 Author Share Posted March 21, 2008 Sorry, I meant to say that we are at version 5.0, so we do not meet the required 5.1 version. The JpGraph 1.x version states it will not work on PHP 5. Quote Link to comment https://forums.phpfreaks.com/topic/96989-php-charting/#findComment-497529 Share on other sites More sharing options...
regent Posted March 21, 2008 Author Share Posted March 21, 2008 How do I save the image generated by baachart? Quote Link to comment https://forums.phpfreaks.com/topic/96989-php-charting/#findComment-497546 Share on other sites More sharing options...
Barand Posted March 26, 2008 Share Posted March 26, 2008 $chart->displayGraph('filename'); Quote Link to comment https://forums.phpfreaks.com/topic/96989-php-charting/#findComment-501005 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.