lib/write_xlsx/chart/pie.rb in write_xlsx-0.90.0 vs lib/write_xlsx/chart/pie.rb in write_xlsx-0.97.0
- old
+ new
@@ -94,9 +94,11 @@
@writer.tag_elements('c:plotArea') do
# Write the c:layout element.
write_layout(@plotarea.layout, 'plot')
# Write the subclass chart type element.
write_chart_type
+ # Write the c:spPr eleent for the plotarea formatting.
+ write_sp_pr(@plotarea)
end
end
#
# Over-ridden method to add <c:txPr> to legend.