Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Chart-Clicker CPAN distribution.

Report information
The Basics
Id: 71875
Status: new
Priority: 0/
Queue: Chart-Clicker

People
Owner: Nobody in particular
Requestors: javibarroso [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.72
Fixed in: (no value)



Subject: right position seems like not works in axis
Hi, I'm trying (from Debian Sid libchart-clicker-perl version (2.72-1), perl 5.12.4): use Chart::Clicker; my $axis = Chart::Clicker::Axis->new({orientation => 'vertical', | position=> 'right', format => "%d", visible => 1, label => "Puntos"}); .. my $cc = Chart::Clicker->new; $cc->get_context('default')->range_axis($axis); $cc->add_data ("Hola", [3, 10]); $cc->write_output("problem.png"); But position of range_axis is still in the left, Am I missing something ? I would like to have in both position (left an right the same axis), it is possible adding "both-vertical" or some like to position attribute ? Thanks !