Module nl.crashdata.chartjs.data
Package nl.crashdata.chartjs.data
Interface ChartJsData<E extends Serializable>
-
- Type Parameters:
E- The type of the elements of the data.
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SimpleChartJsData
public interface ChartJsData<E extends Serializable> extends Serializable
Represents the data-configuration for a chart. Corresponds to theconfig.dataproperty.- Author:
- haster
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends ChartJsDataset<E>>getDatasets()List<String>getLabels()
-
-
-
Method Detail
-
getDatasets
List<? extends ChartJsDataset<E>> getDatasets()
-
-