Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.defaults.chart |
Contains the default values of chart options based on type of chart instance.
|
Modifier and Type | Method and Description |
---|---|
protected ChartOptions |
AbstractChart.createChartOptions()
Creates the chart options based on type of chart.
It can be override when a controller is implemented. |
ChartOptions |
Defaults.getOptions(Type type)
Returns the default options by a chart type, by defaults of CHART.JS.
If the type is not consistent, throws an exception. |
Constructor and Description |
---|
DefaultChartOptions(ChartOptions chartOptions)
Creates the default by a chart options instance, which represents the global options of a chart.
|