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.
|
Doughnut |
Provides a simple implementation of chart.js doughnut chart.
|
DoughnutChartData |
Provides chart data used by doughnut charts.
|
DoughnutChartOptions |
Provides options, that are available for Doughnut .
|
DoughnutDataSet |
|
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.
|
PieChartData |
Provides chart data used by pie charts.
|
PieChartOptions |
Provides options, that are available for Pie .
|
PointColorDataSet |
Provides some additional point color and point stroke color information.
|
SimpleChart<D extends SimpleColorValueChartData,O extends ChartOptions> |
Provides chart data and options.
|
SimpleColorValueChartData |
|