Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaAmega committed Dec 18, 2024
1 parent add6266 commit 8bd9cd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/evidently/ui/dashboards/test_suites.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8bd9cd3

Please sign in to comment.