HTML Bar Graphs PHP Class 1.0 BETA
Thursday, September 14, 2006HTML Bar Graphs PHP Class, News
With this PHP script you can have very nice, template driven, vertical bar graphs in plain HTML and CSS. No requirements for any external graphic libraries such as GD or ImageMagick
September 15, 2006 12:01 PM
Hello,
http://localhost/htmlgraph/examples/example1.php
brings:
Notice: Undefined variable: type in C:\Programme\xampp\htdocs\htmlgraph\class.htmlgraph.php on line 337
Notice: Undefined variable: type in C:\Programme\xampp\htdocs\htmlgraph\class.htmlgraph.php on line 347
Test graph
generated by Zebra Framework PHP HTMLGraph Class 1.0 BETA
September 15, 2006 1:53 PM
thanks for reporting the error. download the class again and you'll have a fixed version. the error was due to a last minute change...
September 19, 2006 9:56 AM
Thanks for making the 'PHP Image Manipulation Class' handle PNG24. Just a little wish for this faboulus php-class. When performing an image transform (done when uploading on my site) i would like the files original date to show, now it shows the the servers creationdate.
Maybe a little out-of-class, maybe not?
/Greetings P.
September 19, 2006 10:09 AM
Hi Patrick
I think you have a good point there. You'll have it in the next release (sometime this week).
Thanks
September 20, 2006 4:21 PM
The examples do not work in a windows IIS environment. Just an empty box with a label at the bottom. No error messages.
September 20, 2006 4:26 PM
i can't imagine what can the cause be - i've never worked on a windows iis server. i might figure it out if i'd have direct access to the files so that i can modify them and see the results...but i am sure that's not possible
September 21, 2006 6:04 PM
"The examples do not work in a windows IIS environment. Just an empty box with a label at the bottom. No error messages."
I get this exact same error execpt I am running on a Redhat box.
September 21, 2006 8:25 PM
that's odd...
i am running an apache 1.3.34 on windows with php 5.1.1
i think it might be because of the php version but have no proof on that yet.
i'll install some linux distribution myself in the weekend and a lower version of php and you'll have the answer by monday
thanks for reporting
September 22, 2006 10:43 AM
ok, it's fixed - it was indeed about the PHP version.
the class was using the get_class() function which, in PHP 4, returns the class name in lowercase whereas in PHP 5 returns the name of the class as it was defined and i was comparing to the originally defined name.
please download the class again and let me know if there's anything else not working
thank you guys!
October 09, 2006 4:14 PM
does anyone know an easy to use class for making Line graphs?
the best thing i could find was libchart, what it can only draw 1 line per chart.
June 14, 2008 5:05 PM
Hi
Nice work, but can I stop it outputting the value at the top of each bar?
As I have to plot up-to 1500 plots per chart and it doesn't work ...
any thoughts? :o)