K - The type of the x-axis ('keys') of the dataV - The type of the y-axis ('values') of the data.public interface ChartJsDataset<K extends Serializable,V extends Serializable> extends Serializable
config.data.datasets property.| Modifier and Type | Method and Description |
|---|---|
ChartJsRGBAColor |
getBackgroundColor() |
ChartJsRGBAColor |
getBorderColor() |
List<ChartJsDataPoint<K,V>> |
getData() |
String |
getFill() |
String |
getLabel() |
String getLabel()
ChartJsRGBAColor getBackgroundColor()
ChartJsRGBAColor getBorderColor()
String getFill()
List<ChartJsDataPoint<K,V>> getData()
Copyright © 2018. All rights reserved.