Uses of Class
org.pepstock.charba.client.sankey.Labels
-
Packages that use Labels Package Description org.pepstock.charba.client.sankey Contains all classes to activate the Sankey controller (AKAchartjs-chart-sankey.js) for CHART.js. -
-
Uses of Labels in org.pepstock.charba.client.sankey
Methods in org.pepstock.charba.client.sankey that return Labels Modifier and Type Method Description LabelsSankeyDataset. getLabels()Returns the map for labeling the sankey elements.Methods in org.pepstock.charba.client.sankey with parameters of type Labels Modifier and Type Method Description voidSankeyDataset. setLabels(Labels labels)Sets the map for labeling the sankey elements.
-