From 8bd9cd3d0fc965d68f5d3cc490efde44140636a1 Mon Sep 17 00:00:00 2001 From: DimaAmega Date: Wed, 18 Dec 2024 14:42:56 +0400 Subject: [PATCH] wip --- src/evidently/ui/dashboards/test_suites.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/evidently/ui/dashboards/test_suites.py b/src/evidently/ui/dashboards/test_suites.py index cea5c97da21..214387cb58a 100644 --- a/src/evidently/ui/dashboards/test_suites.py +++ b/src/evidently/ui/dashboards/test_suites.py @@ -130,6 +130,7 @@ def _create_aggregate_fig(self, points: TestResultPoints): layout={"showlegend": True}, ) fig.update_layout(barmode="stack") + fig.update_xaxes(type="category") return fig def _create_detailed_fig(self, points: TestResultPoints):