Thanks so much for your help!

I'm pulling my hair out with Chart::Clicker.

I copied your code to my server and ran it. On my server, the resulting .PNG is simply a white rectangle with one thin horizontal line running along the bottom.

This is typical of the output I usually see. When I run the tutorial programs on CPAN, I get the same sort of results.

Do you think there might be a problem with the Chart::Clicker installation on my server? I've taken great care to load ALL of the prerequisite Perl modules. I did have some trouble getting Cairo loaded, but the server now reports that all modules are loaded okay (via CPanel). It just seems like things aren't working right (i.e. it seems like I'm not getting the results you are getting).

My own program produces a chart that is about 85% complete. Like I said, some of the tick labels are incomplete. And no matter what I do, I cannot get the vertical axis to work!

I am totally stuck, and I'd rather not pull the plug on this because I have too much time invested and need a good charting solution.

Any other suggestions?


In reply to Re^2: Chart::Clicker Question by Perobl
in thread Chart::Clicker Question by Perobl

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.