Uses of Class
com.vaadin.flow.component.charts.model.Tooltip
Packages that use Tooltip
-
Uses of Tooltip in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return TooltipModifier and TypeMethodDescriptionConfiguration.getTooltip()PlotOptionsOrganization.getTooltip()PlotOptionsSankey.getTooltip()Methods in com.vaadin.flow.component.charts.model with parameters of type TooltipModifier and TypeMethodDescriptionvoidConfiguration.setTooltip(Tooltip tooltip) Sets the options for the tooltip that appears when the user hovers over a series or point.voidPlotOptionsOrganization.setTooltip(Tooltip tooltip) A configuration object for the tooltip rendering of each single series.voidPlotOptionsSankey.setTooltip(Tooltip tooltip) A configuration object for the tooltip rendering of each single series.