From 55f4e147bf2bf687ba97aee2cb8a3c717f878fe2 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Fri, 23 Nov 2012 15:08:42 +0900 Subject: Updated thin_chars and replaced cover_me with simplecov --- lib/axlsx/drawing/chart.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/axlsx/drawing/chart.rb') diff --git a/lib/axlsx/drawing/chart.rb b/lib/axlsx/drawing/chart.rb index 35e2089a..1006f25e 100644 --- a/lib/axlsx/drawing/chart.rb +++ b/lib/axlsx/drawing/chart.rb @@ -14,7 +14,7 @@ module Axlsx # @option options [Array|String|Cell] start_at The X, Y coordinates defining the top left corner of the chart. # @option options [Array|String|Cell] end_at The X, Y coordinates defining the bottom right corner of the chart. def initialize(frame, options={}) - @style = 18 + @style = 18 @view_3D = nil @graphic_frame=frame @graphic_frame.anchor.drawing.worksheet.workbook.charts << self -- cgit v1.2.3