lib/axlsx/drawing/series_title.rb in axlsx-1.0.6 vs lib/axlsx/drawing/series_title.rb in axlsx-1.0.7

- old
+ new

@@ -1,6 +1,6 @@ module Axlsx - # A series title is a Title with a slightly different serialization + # A series title is a Title with a slightly different serialization than chart titles. class SeriesTitle < Title # Serializes the series title # @param [Nokogiri::XML::Builder] xml The document builder instance this objects xml will be added to. # @return [String]