I wanted to build a wxperl based gantt chart creator (turns an excel sheet into a simple bar chart to track workflow of jobs across 10 business days). Though I saw for example the php package JPGraph which can do gantt charts, pie charts, and many others, and some Java stuff my decision was finally to do it myself. I used GD and it came out quite well after banging my thumbs a bunch of times. JPGraph seems to be forcing people to buy a professional license for commercial use, though I'm not sure that is actually valid legally.. If you are allowed to fork then a port to perl would be useful. Otherwise to do something equivalent from scratch perhaps.

Probably lots of people do the same things. So it seems to me an object oriented way to link all these things together, allowing new charts to be created based on frameworks that draw nice graphs, would be good. Personally I would rather 3D be an option, I didn't need 3D but did need a way to make good bars. I also had to discover how to deal with fonts, make my own color module out of X11's rgb.txt, etc. Of course if I ever clean it up I could release it but.. (this is where lots of people stop). So more power to you!


In reply to Re: Really slick Charts and Graphs by mattr
in thread Really slick Charts and Graphs by jdrago_999

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.