From 98a94261cfe836afbb405fdb6acd065be07db205 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Thu, 30 Aug 2012 13:03:45 +0900 Subject: add none options for tick_lbl_pos --- lib/axlsx/drawing/axis.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/axlsx/drawing/axis.rb b/lib/axlsx/drawing/axis.rb index e13426cd..12e4f481 100644 --- a/lib/axlsx/drawing/axis.rb +++ b/lib/axlsx/drawing/axis.rb @@ -102,7 +102,7 @@ module Axlsx # the position of the tick labels # must be one of [:nextTo, :high, :low1] - def tick_lbl_pos=(v) RestrictionValidator.validate "#{self.class}.tick_lbl_pos", [:nextTo, :high, :low], v; @tick_lbl_pos = v; end + def tick_lbl_pos=(v) RestrictionValidator.validate "#{self.class}.tick_lbl_pos", [:nextTo, :high, :low, :none], v; @tick_lbl_pos = v; end alias :tickLblPos= :tick_lbl_pos= # The number format format code for this axis -- cgit v1.2.3