Interface ChartCreator
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultChartCreator
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.component.ComponentcreateChart(org.apache.poi.xssf.usermodel.XSSFChart chartXml, Spreadsheet spreadsheet) Converts the XSSFChart model into a Chart Component
-
Method Details
-
createChart
com.vaadin.flow.component.Component createChart(org.apache.poi.xssf.usermodel.XSSFChart chartXml, Spreadsheet spreadsheet) Converts the XSSFChart model into a Chart Component- Parameters:
chartXml- metadata with the chart configurationspreadsheet- spreadsheet that chart uses as data source- Returns:
-