Package | Description |
---|---|
org.pepstock.charba.client.data |
Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).
|
org.pepstock.charba.client.sankey |
Contains all classes to activate the Sankey controller (AKA
chartjs-chart-sankey.js ) for CHART.js. |
Modifier and Type | Method and Description |
---|---|
Clip |
Dataset.getClipAsObject()
Returns how to clip relative to the chart area.
Positive value allows overflow, negative value clips that many pixels inside the chart area. |
Modifier and Type | Method and Description |
---|---|
void |
Dataset.setClip(Clip clip)
Sets how to clip relative to the chart area, by an object which configures clipping per side.
Positive value allows overflow, negative value clips that many pixels inside the chart area. |
Modifier and Type | Method and Description |
---|---|
Clip |
SankeyDataset.getClipAsObject()
Returns always
Clip instance with Undefined.DOUBLE because is always disabled. |
Modifier and Type | Method and Description |
---|---|
void |
SankeyDataset.setClip(Clip clip)
Sets how to clip relative to the chart area.
This is ignored in order to disable clipping. |