Uses of Class
org.pepstock.charba.client.configuration.Interaction
-
Packages that use Interaction Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.treemap Contains all classes to activate the TreeMap controller (AKAchartjs-chart-treemap.js
) for CHART.js. -
-
Uses of Interaction in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return Interaction Modifier and Type Method Description Interaction
ConfigurationOptions. getInteraction()
Returns the interaction element. -
Uses of Interaction in org.pepstock.charba.client.treemap
Methods in org.pepstock.charba.client.treemap that return Interaction Modifier and Type Method Description Interaction
TreeMapOptions. getInteraction()
Returns the interaction element.
-