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 @@ def d_lbl_pos # @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.