Uses of Class
org.pepstock.charba.client.events.ChartClickEvent
-
Packages that use ChartClickEvent Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.events Contains all events to interact with chart instance. -
-
Uses of ChartClickEvent in org.pepstock.charba.client
Methods in org.pepstock.charba.client with parameters of type ChartClickEvent Modifier and Type Method Description void
Defaults. invokeChartOnClick(ChartClickEvent event)
Invokes theonClick
chart function provided out of the box by CHART.JS. -
Uses of ChartClickEvent in org.pepstock.charba.client.events
Methods in org.pepstock.charba.client.events with parameters of type ChartClickEvent Modifier and Type Method Description void
ChartClickEventHandler. onClick(ChartClickEvent event)
Invoked when the user clicks on the chart.
-