Uses of Class
org.apache.syncope.client.console.chartjs.Chart
-
Packages that use Chart Package Description org.apache.syncope.client.console.chartjs -
-
Uses of Chart in org.apache.syncope.client.console.chartjs
Subclasses of Chart in org.apache.syncope.client.console.chartjs Modifier and Type Class Description class
Bar
Provides a simple implementation of chart.js bar chart.class
Doughnut
Provides a simple implementation of chart.js doughnut chart.class
Line
class
Pie
Provides a simple implementation of chart.js pie chart.class
SimpleChart<D extends DoughnutAndPieChartData,O extends ChartOptions>
Provides chart data and options.Methods in org.apache.syncope.client.console.chartjs that return Chart Modifier and Type Method Description Chart<?>
ChartJSPanel. getChart()
Constructor parameters in org.apache.syncope.client.console.chartjs with type arguments of type Chart Constructor Description ChartJSPanel(String id, IModel<? extends Chart<?>> model)
-