Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Perl Cvs P5ee > [svn:p5ee] r960...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 530 of 720
Post > Topic >>

[svn:p5ee] r9608 - p5ee/trunk/App-Widget-ChartDirector/lib/App/Widget

by spadkins@[EMAIL PROTECTED] May 24, 2007 at 10:47 AM

Author: spadkins
Date: Thu May 24 10:47:49 2007
New Revision: 9608

Modified:
   p5ee/trunk/App-Widget-ChartDirector/lib/App/Widget/ChartDirector.pm

Log:
Fix for dates labels being to close together

Modified:
p5ee/trunk/App-Widget-ChartDirector/lib/App/Widget/ChartDirector.pm
==============================================================================
---
p5ee/trunk/App-Widget-ChartDirector/lib/App/Widget/ChartDirector.pm	(original)
+++
p5ee/trunk/App-Widget-ChartDirector/lib/App/Widget/ChartDirector.pm	Thu
May 24 10:47:49 2007
@[EMAIL PROTECTED]
 -559,6 +559,7 @[EMAIL PROTECTED]
             my $r = sprintf("%.0f", $#x_date / 15);
             my $w = sprintf("%.0f", (800 / $spec->{width}));
             $r += $w if ($w > 1 && $r > 0);
+            $r += 1  if ($#x_date >= 13 && $spec->{width} <= 600);
             $chart->xAxis()->setLabelStep($r);
         }
         elsif ($x->[0] =~ /^[0-9]+$/) {
 




 1 Posts in Topic:
[svn:p5ee] r9608 - p5ee/trunk/App-Widget-ChartDirector/lib/App/W
spadkins@[EMAIL PROTECTED  2007-05-24 10:47:50 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Oct 11 2:00:22 CDT 2008.