Skip to content

Commit

Permalink
Change rest of StackedArea charts to Area charts
Browse files Browse the repository at this point in the history
  • Loading branch information
PanSpagetka committed Jan 10, 2019
1 parent 24c0313 commit 0797f06
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
- derived_vm_count_on

- :title: Instances
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
4 changes: 2 additions & 2 deletions product/charts/layouts/daily_perf_charts/EmsCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
- derived_host_count_on

- :title: Hosts
:type: StackedArea
:type: Area
:columns:
- derived_host_count_on
- derived_host_count_off
Expand All @@ -132,7 +132,7 @@
- Display-Hosts-off:Hosts that were stopped

- :title: Virtual Machines
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
2 changes: 1 addition & 1 deletion product/charts/layouts/daily_perf_charts/Host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
- derived_vm_count_on

- :title: Virtual Machines
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# - derived_vm_count_on

- :title: Instances
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
- derived_host_count_on

- :title: Hosts
:type: StackedArea
:type: Area
:columns:
- derived_host_count_on
- derived_host_count_off
Expand All @@ -109,7 +109,7 @@
- Display-Hosts-off:Hosts that were stopped

- :title: Virtual Machines
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
- derived_vm_count_on

- :title: Virtual Machines
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
4 changes: 2 additions & 2 deletions product/charts/layouts/daily_perf_charts/Storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
- derived_storage_total:Projected to hit total

- :title: Hosts
:type: StackedArea
:type: Area
:columns:
- derived_host_count_on
- derived_host_count_off
Expand All @@ -82,7 +82,7 @@
- Display-Hosts-off:Hosts that were stopped

- :title: Virtual Machines
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
- derived_vm_count_on

- :title: Instances
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
4 changes: 2 additions & 2 deletions product/charts/layouts/hourly_perf_charts/EmsCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
- derived_host_count_on

- :title: Hosts
:type: StackedArea
:type: Area
:columns:
- derived_host_count_on
- derived_host_count_off
Expand All @@ -109,7 +109,7 @@
- Display-Hosts-off:Hosts that were stopped

- :title: Virtual Machines
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
2 changes: 1 addition & 1 deletion product/charts/layouts/hourly_perf_charts/Host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
- derived_vm_count_on

- :title: Virtual Machines
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
- derived_host_count_on

- :title: Hosts
:type: StackedArea
:type: Area
:columns:
- derived_host_count_on
- derived_host_count_off
Expand All @@ -87,7 +87,7 @@
- Display-Hosts-off:Hosts that were stopped

- :title: Virtual Machines
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
- derived_vm_count_on

- :title: Virtual Machines
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
6 changes: 3 additions & 3 deletions product/charts/layouts/hourly_perf_charts/Storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
:type: None

- :title: Used Disk Space
:type: StackedArea
:type: Area
:columns:
- v_derived_storage_used
- derived_storage_free
Expand All @@ -29,7 +29,7 @@
:units: GB

- :title: Hosts
:type: StackedArea
:type: Area
:columns:
- derived_host_count_on
- derived_host_count_off
Expand All @@ -39,7 +39,7 @@
- Display-Hosts-off:Hosts that were stopped

- :title: VMs
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down

0 comments on commit 0797f06

Please sign in to comment.