Skip to content

Commit a7e2b94

Browse files
authored
Force heatmap y-axis to be category type (opensearch-project#167)
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent 250a88f commit a7e2b94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/pages/AnomalyCharts/containers/AnomalyHeatmapChart.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ export const AnomalyHeatmapChart = React.memo(
633633
showgrid: false,
634634
fixedrange: true,
635635
automargin: true,
636+
type: 'category',
636637
tickmode: 'array',
637638
tickvals: heatmapData[0].y,
638639
ticktext: heatmapData[0].y.map((label: string) =>

0 commit comments

Comments
 (0)