Skip to content

Commit

Permalink
fix typo in documentation for label_position (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorpo committed Jul 9, 2020
1 parent 11bf86f commit 6639f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/axlsx/drawing/d_lbls.rb
Expand Up @@ -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.
Expand Down

0 comments on commit 6639f3c

Please sign in to comment.