lib/write_xlsx/chart/scatter.rb in write_xlsx-0.57.0 vs lib/write_xlsx/chart/scatter.rb in write_xlsx-0.58.0

- old
+ new

@@ -167,9 +167,12 @@ :x_axis => @x2_axis, :y_axis => @y2_axis, :axis_ids => @axis2_ids, :position => 'l' ) + + # Write the c:spPr element for the plotarea formatting. + write_sp_pr(@plotarea) end end # # Write the <c:xVal> element.