Skip to content

Commit

Permalink
fix confusion matrix highcharts heatmap keyboard focus order accessib…
Browse files Browse the repository at this point in the history
…ility (#2452)
  • Loading branch information
imatiach-msft authored Dec 14, 2023
1 parent cc8db69 commit 0700cdc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ export class ConfusionMatrixHeatmap extends React.Component<
},
yAxis: {
categories: this.state.selectedClasses,
reversed: true,
title: {
text: `<b>${confusionMatrixLocString.confusionMatrixYAxisLabel}</b>`
}
Expand Down

0 comments on commit 0700cdc

Please sign in to comment.