Skip to content

Commit

Permalink
Changes HTTP Request charts for model and server metrics into a stack (
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcreasy committed Nov 10, 2023
1 parent e77d2c1 commit 99cda34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const ModelGraphs: React.FC = () => {
]}
title="Http requests (x100)"
theme={SUCCESS_FAIL_CHART_THEME}
isStack
/>
</StackItem>
</Stack>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const ServerGraphs: React.FC = () => {
}}
color="blue"
title="Http requests (x100)"
isStack
/>
</StackItem>
<StackItem>
Expand Down

0 comments on commit 99cda34

Please sign in to comment.