Skip to content

[charts] Expand keyboard navigation to other series type #19838

@alexfauquette

Description

@alexfauquette

Leverage series config to support more series type

// bar, line, 
seriesConfig: {
  keyboardNavigation: {
    ArrowUp: "nextSeries",
    ArrowDown: "prevSeries",
    ArrowRight: "nextSeriesItem",
    ArrowLeft: "prevSeriesItem"
  }
}

// heatmap
seriesConfig: {
  keyboardNavigation: {
    ArrowUp: "nextRowItyem",
    ArrowDown: "prevRowItem",
    ArrowRight: "nextcolumnItem",
    ArrowLeft: "prevColumnItem"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    scope: chartsChanges related to the charts.type: enhancementIt’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions