You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.charts.model.

Interface DrilldownCallback

    • Method Detail

      • handleDrilldown

        Series handleDrilldown​(DrilldownCallback.DrilldownDetails event)

        Method called when a point with drilldown enabled is clicked and should return the Series to be used as drilldown for the point.

        Parameters:

        event -

        Returns:

        a Series instance to be used as drilldown for the point or null if nothing should be done