Package org.apache.syncope.client.console.chartjs
package org.apache.syncope.client.console.chartjs
-
ClassDescriptionProvides a simple implementation of chart.js bar chart.BarChartData<T extends BaseDataSet>Provides chart data used by bar charts.Provides options, that are available for
Bar
.Provides all information needed forBarChartData
.Provides the simplest kind of a dataset.Chart<O extends ChartOptions>Provides chart options and a pojo-json mapper to communicate with javascript.Builds the bridge between wicket and chart.js' javascript.Provides some basic options, that are available for all kinds of charts.Provides a simple implementation of chart.js doughnut chart.Provides options, that are available forDoughnut
.LineChartData<T extends PointColorDataSet>Provides chart data used by line charts.Provides options forLine
.Provides all information needed forLineChartData
.Provides a simple implementation of chart.js pie chart.Provides options, that are available forPie
.Provides some additional point color and point stroke color information.Provides chart data and options.