HTML Bar Graphs PHP Class 1.0 BETA

Thursday, September 14, 2006
,

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

11 comments:

  1. Anonymous said...

    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

  2. Stefan Gabos said...

    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...

  3. Patrik [swe] said...

    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.

  4. Stefan Gabos said...

    Hi Patrick

    I think you have a good point there. You'll have it in the next release (sometime this week).

    Thanks

  5. Anonymous said...

    The examples do not work in a windows IIS environment. Just an empty box with a label at the bottom. No error messages.

  6. Stefan Gabos said...

    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

  7. Anonymous said...

    "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.

  8. Stefan Gabos said...

    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

  9. Stefan Gabos said...

    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!

  10. Anonymous said...

    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.

  11. Anonymous said...

    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)

Post a Comment

GlossyBlue Blogger by Black Quanta. Theme & Icons by N.Design Studio
Entries RSS Comments RSS