Hello, I am new in HomeAssistant, after many months of searching with no solution to my sensor card graph line overflow to other cards.
Refer attached, when editing dashboard, the card looks fine, after clicking done and back to dashboard view, graph lines overflowing to other cards.
Please help or point me to the possible solutions.
Appreciate and thank you!
Did you edit your design by mistake?
post your yaml so we can take a look
Here you go, thanks!
type: grid
cards:
- type: heading
heading_style: title
heading: Wet Kitchen
icon: mdi:countertop
- type: tile
icon: mdi:ceiling-light
show_entity_picture: false
tap_action:
action: more-info
hold_action:
action: more-info
icon_tap_action:
action: toggle
grid_options:
columns: 2
rows: 1
entity: switch.countertop_light
- type: tile
icon: mdi:ceiling-light
show_entity_picture: false
tap_action:
action: more-info
hold_action:
action: more-info
icon_tap_action:
action: toggle
grid_options:
columns: 2
rows: 1
entity: switch.wet_kitchen_light
- type: heading
icon: mdi:washing-machine
heading_style: title
heading: Laundry Room
- graph: line
type: sensor
detail: 1
icon: mdi:home-thermometer
grid_options:
columns: 2
rows: 2
name: Laundry
entity: sensor.miaomiaoc_sg_blt_1_1ba274bjt4g00_t2_temperature_p_2_1
- graph: none
type: sensor
detail: 1
icon: ""
grid_options:
columns: 2
rows: 2
entity: sensor.miaomiaoc_sg_blt_1_1ba274bjt4g00_t2_relative_humidity_p_2_2
name: Laundry
- type: tile
icon: mdi:ceiling-light
show_entity_picture: false
tap_action:
action: more-info
hold_action:
action: more-info
icon_tap_action:
action: toggle
grid_options:
columns: 2
rows: 1
entity: switch.laundry_light
- type: tile
icon: mdi:hvac
show_entity_picture: false
tap_action:
action: more-info
hold_action:
action: more-info
icon_tap_action:
action: toggle
grid_options:
columns: 2
rows: 1
entity: switch.ventilation_3
- type: tile
entity: fan.dmaker_sg_454154346_p18_s_2_fan
grid_options:
columns: full
rows: 1
features_position: bottom
vertical: false
column_span: 1
can you edit you post click this

and then paste your yaml , so we all can see if is a error in your code
edit±— i see you already did sorry
i dont see any mistake in the code
what happen if you make a duplicate of this grid ?
I’ve seen it look like that on my android phone all the time…
I don’t mess with the UI stuff at all, no custom cards. No sections stuff.
Lease give me a MINIMAL code to reproduce the issue. The code provided above seems to contain some cards which are not shown on a screenshot.
In my case I only see it on mobile Android (and just sometimes at that. It won’t do it now…), never in a Browser so I don’t know that code would help.
Now I see it is only happening when I am using HA Apps (Android), assessing through Chrome on Android looks fine.
Thanks all for the tip.