diff options
| author | Brad Stewart <[email protected]> | 2015-03-03 16:33:25 -0600 |
|---|---|---|
| committer | Brad Stewart <[email protected]> | 2015-03-03 16:33:25 -0600 |
| commit | 72ba558c20f671f65ea8ac77bf9497083d380b73 (patch) | |
| tree | 28815de61710d15fdfaef7944299244bcf4eb489 /lib | |
| parent | ed8d37a2766e729d60c513198c103f46be7716aa (diff) | |
| download | caxlsx-72ba558c20f671f65ea8ac77bf9497083d380b73.tar.gz caxlsx-72ba558c20f671f65ea8ac77bf9497083d380b73.zip | |
Minor change
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/axlsx/drawing/chart.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/drawing/chart.rb b/lib/axlsx/drawing/chart.rb index 17106035..322f9463 100644 --- a/lib/axlsx/drawing/chart.rb +++ b/lib/axlsx/drawing/chart.rb @@ -183,7 +183,7 @@ module Axlsx str << '</c:plotArea>' if @show_legend str << '<c:legend>' - str << '<c:legendPos val="' << @legend_position << '"/>' + str << ('<c:legendPos val="' << @legend_position.to_s << '"/>') str << '<c:layout/>' str << '<c:overlay val="0"/>' str << '</c:legend>' |
