Uses of Class
org.pepstock.charba.client.data.Clip
-
Packages that use Clip 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 (AKAchartjs-chart-sankey.js
) for CHART.js. -
-
Uses of Clip in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return Clip Modifier and Type Method 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.Methods in org.pepstock.charba.client.data with parameters of type Clip Modifier and Type Method 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. -
Uses of Clip in org.pepstock.charba.client.sankey
Methods in org.pepstock.charba.client.sankey that return Clip Modifier and Type Method Description Clip
SankeyDataset. getClipAsObject()
Returns alwaysClip
instance withUndefined.DOUBLE
because is always disabled.Methods in org.pepstock.charba.client.sankey with parameters of type Clip Modifier and Type Method Description void
SankeyDataset. setClip(Clip clip)
Sets how to clip relative to the chart area.
This is ignored in order to disable clipping.
-