From 8b5164163c705e55ae10704c88534fc2ce50c407 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Mon, 21 Nov 2011 23:46:07 +0900 Subject: version bump and docs update --- doc/Axlsx/Bar3DChart.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/Axlsx/Bar3DChart.html') diff --git a/doc/Axlsx/Bar3DChart.html b/doc/Axlsx/Bar3DChart.html index 1d6f3539..82b4f37b 100644 --- a/doc/Axlsx/Bar3DChart.html +++ b/doc/Axlsx/Bar3DChart.html @@ -392,7 +392,7 @@ the category axis.

Attributes inherited from Chart

-

end_at, graphic_frame, index, pn, series, series_type, show_legend, start_at, title, view3D

+

end_at, graphic_frame, index, pn, series, series_type, show_legend, start_at, style, title, view3D

@@ -624,8 +624,6 @@ a customizable set of options
# File 'lib/axlsx/drawing/bar_3D_chart.rb', line 79
 
 def initialize(frame, options={})
-  super(frame, options)      
-  @series_type = BarSeries
   @barDir = :bar
   @grouping = :clustered
   @catAxId = rand(8 ** 8)
@@ -633,6 +631,8 @@ a customizable set of options
   @catAxis = CatAxis.new(@catAxId, @valAxId)
   @valAxis = ValAxis.new(@valAxId, @catAxId)
   @view3D = View3D.new(:rAngAx=>1)
+  super(frame, options)      
+  @series_type = BarSeries
 end
 
@@ -1144,7 +1144,7 @@ Serializes the bar chart -- cgit v1.2.3