Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
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":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-24 21:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found