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. FACTORY
Element factory to get ""flow"" element.Methods in org.pepstock.charba.client.sankey that return SankeyElementOptions Modifier and Type Method Description SankeyElementOptions
SankeyElement. getOptions()
Returns the element options.
-