Uses of Class
org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Packages that use AbstractBasePlugin Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of AbstractBasePlugin in org.pepstock.charba.client.plugins
Subclasses of AbstractBasePlugin in org.pepstock.charba.client.plugins Modifier and Type Class Description class
SmartPlugin
Wraps a plugin, delegating the execution of all hooks to it.
the needed hooks can be added and CHART.JS will invoke only those hooks, improving the drawing performance.
-