paper-pptxAPI referencechart.data
BubbleDataPoint
paper-pptx 0.2.0 API reference
A data point in a bubble chart series. Provides access to the x, y, and size values of the datapoint.
BubbleDataPoint(series_data, x, y, size, number_format)Attributes
bubble_size
attributebubble_sizeThe value representing the size of the bubble for this data point.
number_format
attributenumber_formatThe formatting template string that determines how the value of this data point is formatted, both in the chart and in the Excel spreadsheet; for example '#,##0.0'. If not specified for this data point, it is inherited from the parent series data object.
x
attributexThe X value for this XY data point.
y
attributeyThe Y value for this XY data point.