Skip to content

Commit

Permalink
[Infra UI] Use stacked area chart for CPU usage breakdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mykolaharmash committed Sep 6, 2023
1 parent 55936a8 commit 18f98b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const cpuUsageBreakdown: XYConfig = {
hostLensFormulas.cpuUsageSystem,
],
options: {
seriesType: 'area_percentage_stacked',
seriesType: 'area_stacked',
},
type: 'visualization',
},
Expand Down

0 comments on commit 18f98b8

Please sign in to comment.