| Bar |
Provides a simple implementation of chart.js bar chart.
|
| BarChartData<T extends BaseDataSet> |
Provides chart data used by bar charts.
|
| BarChartOptions |
Provides options, that are available for Bar.
|
| BarDataSet |
|
| BaseDataSet |
Provides the simplest kind of a dataset.
|
| Chart<O extends ChartOptions> |
Provides chart options and a pojo-json mapper to communicate with javascript.
|
| ChartJSBehavior |
Builds the bridge between wicket and chart.js' javascript.
|
| ChartJSPanel |
|
| ChartOptions |
Provides some basic options, that are available for all kinds of charts.
|
| ChartOptions.Axis |
|
| ChartOptions.Scales |
|
| Doughnut |
Provides a simple implementation of chart.js doughnut chart.
|
| DoughnutAndPieChartData |
|
| DoughnutAndPieChartData.DataSet |
|
| DoughnutChartOptions |
Provides options, that are available for Doughnut.
|
| Line |
|
| LineChartData<T extends PointColorDataSet> |
Provides chart data used by line charts.
|
| LineChartOptions |
Provides options for Line.
|
| LineDataSet |
|
| Pie |
Provides a simple implementation of chart.js pie chart.
|
| PieChartOptions |
Provides options, that are available for Pie.
|
| PointColorDataSet |
Provides some additional point color and point stroke color information.
|
| SimpleChart<D extends DoughnutAndPieChartData,O extends ChartOptions> |
Provides chart data and options.
|