lib/write_xlsx/chart/line.rb in write_xlsx-0.69.0 vs lib/write_xlsx/chart/line.rb in write_xlsx-0.70.0
- old
+ new
@@ -20,9 +20,10 @@
include Writexlsx::Utility
def initialize(subtype)
super(subtype)
@default_marker = {:type => 'none'}
+ @smooth_allowed = 1
end
#
# Override the virtual superclass method with a chart specific method.
#