Looking for way to have a Panel view that will display its contents full screen without needing to scroll in either direction.
I have Panel view with a Vertical Stack that has an apexcharts-card and a history-graph. When viewed on any device (laptop, tablet, phone) the bottom of the graph and the history graph are not visible without scrolling down. Any way to fix this so no scrolling needed?
type: vertical-stack
cards:
- type: custom:apexcharts-card
graph_span: 24h
header:
show: true
title: Humidity vs. PM10.0µm
show_states: true
colorize_states: true
all_series_config:
stroke_width: 2
series:
- entity: sensor.bedroom_pm_10_0um
yaxis_id: first
- entity: sensor.bedroom_humidity
yaxis_id: second
yaxis:
- id: first
decimals: 0
max: 50
min: 0
apex_config:
tickAmount: 4
- id: second
opposite: true
decimals: 0
max: 50
min: 30
apex_config:
tickAmount: 4
- type: history-graph
entities:
- entity: switch.living_room_humidifier
hours_to_show: 24
show_names: false