diff options
| author | Viktor Polyakov <[email protected]> | 2020-07-10 00:42:27 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-09 23:42:27 +0200 |
| commit | 6639f3cd5d1f64c2e947bd4f39a62d2d1d21bd7b (patch) | |
| tree | 00a59db6aae8a4522306e7876bae57e79641b974 | |
| parent | 11bf86f8ec705170a4b8d44394b5b8a2aea8f0d3 (diff) | |
| download | caxlsx-6639f3cd5d1f64c2e947bd4f39a62d2d1d21bd7b.tar.gz caxlsx-6639f3cd5d1f64c2e947bd4f39a62d2d1d21bd7b.zip | |
fix typo in documentation for label_position (#52)
| -rw-r--r-- | lib/axlsx/drawing/d_lbls.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
