From 6639f3cd5d1f64c2e947bd4f39a62d2d1d21bd7b Mon Sep 17 00:00:00 2001 From: Viktor Polyakov Date: Fri, 10 Jul 2020 00:42:27 +0300 Subject: fix typo in documentation for label_position (#52) --- lib/axlsx/drawing/d_lbls.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/axlsx/drawing/d_lbls.rb b/lib/axlsx/drawing/d_lbls.rb index d2185033..3cb8409f 100644 --- a/lib/axlsx/drawing/d_lbls.rb +++ b/lib/axlsx/drawing/d_lbls.rb @@ -55,7 +55,7 @@ module Axlsx # @see DLbls#d_lbl_pos # Assigns the label postion for this data labels on this chart. - # Allowed positions are :bestFilt, :b, :ctr, :inBase, :inEnd, :l, + # Allowed positions are :bestFit, :b, :ctr, :inBase, :inEnd, :l, # :outEnd, :r and :t # The default is :bestFit # @param [Symbol] label_position the postion you want to use. -- cgit v1.2.3