Class Pie
java.lang.Object
org.apache.syncope.client.console.chartjs.Chart<PieChartOptions>
org.apache.syncope.client.console.chartjs.SimpleChart<DoughnutAndPieChartData,PieChartOptions>
org.apache.syncope.client.console.chartjs.Pie
- All Implemented Interfaces:
Serializable
public class Pie
extends SimpleChart<DoughnutAndPieChartData,PieChartOptions>
implements Serializable
Provides a simple implementation of chart.js pie chart.
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.chartjs.SimpleChart
data
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.syncope.client.console.chartjs.SimpleChart
getData, setData
-
Constructor Details
-
Pie
public Pie()
-
-
Method Details
-
getOptions
- Overrides:
getOptions
in classChart<PieChartOptions>
-