Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.callbacks |
All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.
|
org.pepstock.charba.client.impl.plugins |
Contains some plugins implementations, available out-of-the box.
|
org.pepstock.charba.client.items |
Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.
|
Modifier and Type | Method and Description |
---|---|
List<LegendLabelItem> |
Defaults.generateLabels(Chart chart)
Returns an unmodifiable list of legend labels for that chart with the callback provided by CHART.JS out of the box.
|
List<LegendLabelItem> |
Defaults.generateLabels(IsChart chart)
Returns an unmodifiable list of legend labels for that chart with the callback provided by CHART.JS out of the box.
|
Modifier and Type | Method and Description |
---|---|
List<LegendLabelItem> |
LegendLabelsCallback.generateLegendLabels(IsChart chart,
List<LegendLabelItem> defaultLabels)
Generates legend items for each thing in the legend.
|
Modifier and Type | Method and Description |
---|---|
List<LegendLabelItem> |
LegendLabelsCallback.generateLegendLabels(IsChart chart,
List<LegendLabelItem> defaultLabels)
Generates legend items for each thing in the legend.
|
Modifier and Type | Method and Description |
---|---|
LegendLabelItem |
HtmlLegendItem.getLegendItem()
Returns the legend item instance, needed to create the point style for legend.
|
Modifier and Type | Method and Description |
---|---|
LegendLabelItem |
LegendLabelItem.LegendLabelItemFactory.create(NativeObject nativeObject) |