Skip to contents

Holds series and bubble data points (x, y, bubble size). Use add_series() to add a series, then call add_data_point() on each returned series object.

Super classes

rpptx::BaseChartData -> rpptx::XyChartData -> BubbleChartData

Methods

Inherited methods


Method add_series()

Usage

BubbleChartData$add_series(name, number_format = NULL)


Method bubble_sizes_ref()

Usage

BubbleChartData$bubble_sizes_ref(series)


Method .workbook_writer()

Usage

BubbleChartData$.workbook_writer()


Method clone()

The objects of this class are cloneable with this method.

Usage

BubbleChartData$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.