Skip to content

Commit

Permalink
[Infra UI] Use stacked area chart for CPU usage breakdown (elastic#16…
Browse files Browse the repository at this point in the history
…5828)

Closes elastic#165807 

## Summary

Converts CPU usage breakdown chart from `area_percentage_stacked` to
`area_stacked`

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
mykolaharmash and kibanamachine authored Sep 6, 2023
1 parent c5eb3f4 commit 28aafed
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 28aafed

Please sign in to comment.