Uses of Interface
org.pepstock.charba.client.events.LegendClickEventHandler
-
Packages that use LegendClickEventHandler Package Description org.pepstock.charba.client.impl.callbacks Contains some callbacks implementations, available out-of-the box. -
-
Uses of LegendClickEventHandler in org.pepstock.charba.client.impl.callbacks
Classes in org.pepstock.charba.client.impl.callbacks that implement LegendClickEventHandler Modifier and Type Class Description class
AtLeastOneDatasetHandler
Implementation of legend click handler which disable the capability to hide the last visible dataset.
In this way, always a dataset is showed.
-