From e121fe875ac8492dcd36ba71993e00b2eb4a9ed0 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Sun, 8 Jul 2012 11:17:34 +0900 Subject: parsing out shape for bar series --- lib/axlsx/drawing/bar_series.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/axlsx/drawing/bar_series.rb b/lib/axlsx/drawing/bar_series.rb index 9a528dda..d85345c9 100644 --- a/lib/axlsx/drawing/bar_series.rb +++ b/lib/axlsx/drawing/bar_series.rb @@ -64,8 +64,8 @@ module Axlsx @labels.to_xml_string(str_inner) unless @labels.nil? @data.to_xml_string(str_inner) unless @data.nil? - # looking at the output from excel - this may not be needed - # str_inner << '' + # this is actually only required for shapes other than box + str_inner << '' end end -- cgit v1.2.3