-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
scope: chartsChanges related to the charts.Changes 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.It’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature.
Description
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
Labels
scope: chartsChanges related to the charts.Changes 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.It’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature.