jozef / chart-ofc2

Generate html and data files for use with Open Flash Chart version 2
http://search.cpan.org/perldoc?Chart::OFC2
9 stars 4 forks source link

add visible_steps and steps attribute to labels #2

Open jbenton-adc opened 11 years ago

jbenton-adc commented 11 years ago

it would be nice if we control the visible steps for the labels http://teethgrinder.co.uk/open-flash-chart-2/doxygen/html/classx__axis__labels.html

only show every 20th label $chart->x_axis()->labels()->visible_steps(floor(scalar(@values) / 20));

this may be another way to control the spacing http://teethgrinder.co.uk/open-flash-chart-2/x-axis-labels.php

$chart->x_axis()->labels()->steps(floor(scalar(@values) / 20));

jozef commented 10 years ago

Hey,

currently I'm not using/maintaining this module anymore. Would be great if someone who is, will take it over.

What I can do, if you send me a patch, I'll apply it and upload new version to CPAN.

Best regards Jozef

jbenton-adc commented 10 years ago

The current version on cpan is 0.7. It looks like there are changes here i github that put it around 0.8*. There are some additions that were made to work with the new OFC interface, but they did not work with my code. When I get some time I will work on it and send you a patch.

Have you handed off the maintenance to someone else?

jozef commented 10 years ago

No I haven't. Interested?

jbenton-adc commented 10 years ago

Yes.

From: Jozef Kutej [mailto:notifications@github.com] Sent: Tuesday, October 01, 2013 9:53 AM To: jozef/chart-ofc2 Cc: Jeff Benton Subject: Re: [chart-ofc2] add visible_steps and steps attribute to labels (#2)

No I haven't. Interested?

— Reply to this email directly or view it on GitHubhttps://github.com/jozef/chart-ofc2/issues/2#issuecomment-25456279.

jozef commented 10 years ago

please write me an email then → jozef@kutej.net