Uses of Class
org.pepstock.charba.client.sankey.Column
-
Packages that use Column Package Description org.pepstock.charba.client.sankey Contains all classes to activate the Sankey controller (AKAchartjs-chart-sankey.js
) for CHART.js. -
-
Uses of Column in org.pepstock.charba.client.sankey
Methods in org.pepstock.charba.client.sankey that return Column Modifier and Type Method Description Column
SankeyDataset. getColumn()
Returns the map for assigning the start or ending position to the sankey elements.Methods in org.pepstock.charba.client.sankey with parameters of type Column Modifier and Type Method Description void
SankeyDataset. setColumn(Column column)
Sets the map for assigning the start or ending position to the sankey elements.
-