diff options
Diffstat (limited to 'lib/axlsx/drawing/bubble_series.rb')
| -rw-r--r-- | lib/axlsx/drawing/bubble_series.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/axlsx/drawing/bubble_series.rb b/lib/axlsx/drawing/bubble_series.rb index 4fdf86ad..7d6e7bf6 100644 --- a/lib/axlsx/drawing/bubble_series.rb +++ b/lib/axlsx/drawing/bubble_series.rb @@ -1,12 +1,10 @@ module Axlsx - # A BubbleSeries defines the x/y position and bubble size of data in the chart # @note The recommended way to manage series is to use Chart#add_series # @see Worksheet#add_chart # @see Chart#add_series # @see examples/example.rb class BubbleSeries < Series - # The x data for this series. # @return [AxDataSource] attr_reader :xData |
