Class Chart<O extends ChartOptions>
java.lang.Object
org.apache.syncope.client.console.chartjs.Chart<O>
- Type Parameters:
O
- the generic type of options
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Bar
,Line
,SimpleChart
Provides chart options and a pojo-json mapper to communicate with javascript.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
options
The options.
-
-
Constructor Details
-
Chart
public Chart()
-
-
Method Details
-
getOptions
-