Uses of Class
org.pepstock.charba.client.sankey.SankeyElementOptions
-
Packages that use SankeyElementOptions Package Description org.pepstock.charba.client.sankey Contains all classes to activate the Sankey controller (AKAchartjs-chart-sankey.js) for CHART.js. -
-
Uses of SankeyElementOptions in org.pepstock.charba.client.sankey
Fields in org.pepstock.charba.client.sankey with type parameters of type SankeyElementOptions Modifier and Type Field Description static ElementFactory<SankeyElementOptions>SankeyElementOptions. FACTORYElement factory to get ""flow"" element.Methods in org.pepstock.charba.client.sankey that return SankeyElementOptions Modifier and Type Method Description SankeyElementOptionsSankeyElement. getOptions()Returns the element options.
-