Class BaseDataSet
java.lang.Object
org.apache.syncope.client.console.chartjs.BaseDataSet
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BarDataSet,PointColorDataSet
Provides the simplest kind of a dataset.
Besides the list of data itself, it contains default values for fill - and stroke color.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBaseDataSet(List<? extends Number> data) Instantiates a new abstract base data set. -
Method Summary
Modifier and TypeMethodDescriptiongetData()setBackgroundColor(String backgroundColor) setBorderColor(String borderColor)
-
Constructor Details
-
BaseDataSet
Instantiates a new abstract base data set.- Parameters:
data- the data values
-
-
Method Details
-
getBackgroundColor
-
setBackgroundColor
-
getBorderColor
-
setBorderColor
-
getData
-