diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-09-14 15:14:25 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-09-14 15:14:25 +0200 |
commit | 69fd124979890cac21bd0dbc7ef442563f175372 (patch) | |
tree | 8db6abea93c7daff4c3766413cc31c889a73d017 /resources/tools/dash/app/pal/trending/layout.yaml | |
parent | 8ce2df561b011243f9138332058945e957d48d63 (diff) |
UTI: Remove datepicker, unify font sizes
Change-Id: I074425dbfe46c6411b2e04cd9c36d20f60a3f4de
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/dash/app/pal/trending/layout.yaml')
-rw-r--r-- | resources/tools/dash/app/pal/trending/layout.yaml | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/resources/tools/dash/app/pal/trending/layout.yaml b/resources/tools/dash/app/pal/trending/layout.yaml index 9c35d93667..1beb5226b1 100644 --- a/resources/tools/dash/app/pal/trending/layout.yaml +++ b/resources/tools/dash/app/pal/trending/layout.yaml @@ -28,33 +28,6 @@ plot-trending-tput: tickcolor: "rgb(238, 238, 238)" tickmode: "auto" tickformat: "%m%d" - rangeselector: - buttons: - - count: 14 - label: "2w" - step: "day" - stepmode: "backward" - - count: 1 - label: "1m" - step: "month" - stepmode: "backward" - - count: 2 - label: "2m" - step: "month" - stepmode: "backward" - - count: 3 - label: "3m" - step: "month" - stepmode: "backward" - - count: 4 - label: "4m" - step: "month" - stepmode: "backward" - - count: 5 - label: "5m" - step: "month" - stepmode: "backward" - - step: "all" margin: r: 20 b: 0 @@ -101,33 +74,6 @@ plot-trending-lat: tickcolor: "rgb(238, 238, 238)" tickmode: "auto" tickformat: "%m%d" - rangeselector: - buttons: - - count: 14 - label: "2w" - step: "day" - stepmode: "backward" - - count: 1 - label: "1m" - step: "month" - stepmode: "backward" - - count: 2 - label: "2m" - step: "month" - stepmode: "backward" - - count: 3 - label: "3m" - step: "month" - stepmode: "backward" - - count: 4 - label: "4m" - step: "month" - stepmode: "backward" - - count: 5 - label: "5m" - step: "month" - stepmode: "backward" - - step: "all" margin: r: 20 b: 0 |