Uses of Class
com.oorian.chartjs.CjInteractionConfig
Packages that use CjInteractionConfig
-
Uses of CjInteractionConfig in com.oorian.chartjs
Methods in com.oorian.chartjs that return CjInteractionConfigModifier and TypeMethodDescriptionCjChartOptions.getHover()CjChartOptions.getInteraction()Sets the axis to use for interaction.CjInteractionConfig.setIntersect(boolean intersect) Sets whether to only trigger when directly over an element.CjInteractionConfig.setMode(InteractionMode mode) Sets the interaction mode.Methods in com.oorian.chartjs with parameters of type CjInteractionConfigModifier and TypeMethodDescriptionCjChartOptions.setHover(CjInteractionConfig hover) Sets the hover configuration.CjChartOptions.setInteraction(CjInteractionConfig interaction) Sets the interaction configuration.