Class SimpleChart<D extends DoughnutAndPieChartData,O extends ChartOptions>
java.lang.Object
org.apache.syncope.client.console.chartjs.Chart<O>
org.apache.syncope.client.console.chartjs.SimpleChart<D,O>
- Type Parameters:
D
- the generic type of chart dataO
- the generic type of chart options
- All Implemented Interfaces:
Serializable
public abstract class SimpleChart<D extends DoughnutAndPieChartData,O extends ChartOptions>
extends Chart<O>
Provides chart data and options.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.syncope.client.console.chartjs.Chart
getOptions
-
Field Details
-
data
The data.
-
-
Constructor Details
-
SimpleChart
public SimpleChart()
-
-
Method Details
-
getData
-
setData
-