Uses of Class
io.mateu.mdd.vaadin.components.charts.ChartData
-
Packages that use ChartData Package Description io.mateu.mdd.vaadin.components.charts -
-
Uses of ChartData in io.mateu.mdd.vaadin.components.charts
Constructor parameters in io.mateu.mdd.vaadin.components.charts with type arguments of type ChartData Constructor Description BarChart(com.vaadin.data.provider.ListDataProvider<ChartData> dataProvider)BarChart(String title, com.vaadin.data.provider.ListDataProvider<ChartData> dataProvider)LineChart(com.vaadin.data.provider.ListDataProvider<ChartData> dataProvider)LineChart(String title, com.vaadin.data.provider.ListDataProvider<ChartData> dataProvider)PieChart(com.vaadin.data.provider.ListDataProvider<ChartData> dataProvider)PieChart(String title, com.vaadin.data.provider.ListDataProvider<ChartData> dataProvider)
-