Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
Modifier and Type | Method and Description |
---|---|
default void |
Plugin.onAfterBuildTicks(IsChart chart,
PluginScaleArgument argument)
Called after scale has build its ticks.
This hook is called separately for each scale in the chart. |
default void |
Plugin.onAfterDataLimits(IsChart chart,
PluginScaleArgument argument)
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart. |
default void |
Plugin.onBeforeBuildTicks(IsChart chart,
PluginScaleArgument argument)
Called before scale builds its ticks.
This hook is called separately for each scale in the chart. |
default void |
Plugin.onBeforeDataLimits(IsChart chart,
PluginScaleArgument argument)
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart. |