K - The type of the x-axis ('keys') of the dataV - The type of the y-axis ('values') of the data.public interface ChartJsConfig<K extends Serializable,V extends Serializable> extends Serializable
var chart = new Chart(ctx, config).| Modifier and Type | Method and Description |
|---|---|
ChartJsChartType |
getChartType() |
ChartJsData<K,V> |
getData() |
ChartJsOptions |
getOptions() |
ChartJsChartType getChartType()
ChartJsData<K,V> getData()
ChartJsOptions getOptions()
Copyright © 2018. All rights reserved.