summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/axlsx/drawing/scatter_series.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/drawing/scatter_series.rb b/lib/axlsx/drawing/scatter_series.rb
index 6cb077c0..8158c373 100644
--- a/lib/axlsx/drawing/scatter_series.rb
+++ b/lib/axlsx/drawing/scatter_series.rb
@@ -49,7 +49,7 @@ module Axlsx
end
@ln_width = options[:ln_width] unless options[:ln_width].nil?
@show_marker = [:lineMarker, :marker, :smoothMarker].include?(chart.scatter_style)
- @marker_symbol = options[:marker_symbol] || :default
+ @marker_symbol = :default
super(chart, options)
@xData = AxDataSource.new(:tag_name => :xVal, :data => options[:xData]) unless options[:xData].nil?