Class BubbleSeriesDataWriter
java.lang.Object
com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.AbstractSeriesDataWriter
com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.BubbleSeriesDataWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.flow.component.charts.model.DataSeriesItemcreateDataSeriesItem(AbstractSeriesData.SeriesPoint point, boolean blanksAsZeros) protected com.vaadin.flow.component.charts.model.AbstractPlotOptionsThis should only instantiate the object, configuration is done in configureDataSeries.Methods inherited from class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.AbstractSeriesDataWriter
configureChart, configureDataSeries, convertSeries, getPlotOptions, getSeriesData
-
Constructor Details
-
BubbleSeriesDataWriter
-
-
Method Details
-
createPlotOptions
protected com.vaadin.flow.component.charts.model.AbstractPlotOptions createPlotOptions()Description copied from class:AbstractSeriesDataWriterThis should only instantiate the object, configuration is done in configureDataSeries.- Specified by:
createPlotOptionsin classAbstractSeriesDataWriter
-
createDataSeriesItem
protected com.vaadin.flow.component.charts.model.DataSeriesItem createDataSeriesItem(AbstractSeriesData.SeriesPoint point, boolean blanksAsZeros) - Overrides:
createDataSeriesItemin classAbstractSeriesDataWriter
-