Class DefaultDatasets
- java.lang.Object
-
- org.pepstock.charba.client.defaults.globals.DefaultDatasets
-
- All Implemented Interfaces:
IsDefaultDatasets
public final class DefaultDatasets extends Object implements IsDefaultDatasets
CHART.JS default values for DATASETS element.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IsDefaultTypedDataset
get(Type type)
Returns the data sets options by a chart type.
-
-
-
Method Detail
-
get
public IsDefaultTypedDataset get(Type type)
Description copied from interface:IsDefaultDatasets
Returns the data sets options by a chart type.- Specified by:
get
in interfaceIsDefaultDatasets
- Parameters:
type
- chart type.- Returns:
- the data sets options by a chart type
-
-