Author: spadkins
Date: Tue Feb 26 19:05:25 2008
New Revision: 10843
Modified:
p5ee/trunk/App-Widget-ChartDirector/CHANGES
p5ee/trunk/App-Widget-ChartDirector/Makefile.PL
Log:
checkin for release 0.966
Modified: p5ee/trunk/App-Widget-ChartDirector/CHANGES
==============================================================================
--- p5ee/trunk/App-Widget-ChartDirector/CHANGES (original)
+++ p5ee/trunk/App-Widget-ChartDirector/CHANGES Tue Feb 26 19:05:25 2008
@[EMAIL PROTECTED]
-2,6 +2,10 @[EMAIL PROTECTED]
# CHANGE LOG
#########################################
+VERSION 0.966
+ x Fixed: The x-axis does not show -1
+ x Fixed: the graph in the report section overlaps the legend since the
max value is zero
+
VERSION 0.60
x Now have the ability to use themes, get_theme_value()
x use Makefile.PL instead of Build.PL
Modified: p5ee/trunk/App-Widget-ChartDirector/Makefile.PL
==============================================================================
--- p5ee/trunk/App-Widget-ChartDirector/Makefile.PL (original)
+++ p5ee/trunk/App-Widget-ChartDirector/Makefile.PL Tue Feb 26 19:05:25
2008
@[EMAIL PROTECTED]
-12,7 +12,7 @[EMAIL PROTECTED]
%opts = (
'NAME' => 'App-Widget-ChartDirector',
'DISTNAME' => 'App-Widget-ChartDirector',
- 'VERSION' => '0.60',
+ 'VERSION' => '0.966',
#'EXE_FILES' => [ @[EMAIL PROTECTED]
],
'PREREQ_PM' => {
"App::Options" => 0, # option parsing


|