com.vaadin.flow.component.charts.model.

Class KeyboardNavigation

    • Constructor Detail

      • KeyboardNavigation

        public KeyboardNavigation()
      • KeyboardNavigation

        public KeyboardNavigation(Boolean enabled)
    • Method Detail

      • setEnabled

        public void setEnabled(Boolean enabled)

        Enable keyboard navigation for the chart.

        Defaults to: true

      • setSkipNullPoints

        public void setSkipNullPoints(Boolean skipNullPoints)

        Skip null points when navigating through points with the keyboard.

        Defaults to: false

      • setTabThroughChartElements

        public void setTabThroughChartElements(Boolean tabThroughChartElements)

        Enable tab navigation for points. Without this, only arrow keys can be used to navigate between points.

        Defaults to: true