Skip to content

Graph bleeding onto next card.. but only on Mobile phone #1300

@brucetp

Description

@brucetp

I've tried several different dashboards and I see the same thing each time. This only happens on my Android mobile phone in the companion app. Viewing this same dashboard on a desktop web browser works fine. Don't know about iPhone. Anyone else see this issue?

Image

type: sections
cards: []
background:
  opacity: 33
  alignment: center
  size: contain
  repeat: repeat
  attachment: fixed
icon: ""
sections:
  - type: grid
    cards:
      - type: heading
        heading_style: title
      - type: custom:mini-graph-card
        name: pH
        entities:
          - sensor.apex_ph
        line_width: 4
        font_size: 75
      - type: custom:mini-graph-card
        name: Temp
        entities:
          - sensor.apex_temp
        line_color: green
        line_width: 4
        font_size: 75
        color_thresholds:
          - value: 79
            color: "#16E2F5"
          - value: 79.3
            color: "#FFFF33"
          - value: 79.5
            color: "#C04000"
          - value: 79.5
            color: "#B21807"
      - type: custom:mini-graph-card
        name: ORP
        entities:
          - sensor.apex_orp
        line_color: green
        line_width: 4
        font_size: 75
  - type: grid
    cards:
      - type: heading
        heading_style: title
      - type: statistics-graph
        entities:
          - sensor.apex_volt_4
      - type: horizontal-stack
        cards:
          - type: custom:mini-graph-card
            name: No3
            entities:
              - sensor.apex_no3x6
            line_color: blue
            line_width: 8
            font_size: 75
          - type: custom:mini-graph-card
            name: Po4
            entities:
              - sensor.apex_po4x6
            line_color: green
            line_width: 8
            font_size: 75
      - type: horizontal-stack
        cards:
          - type: custom:mini-graph-card
            name: Alk
            entities:
              - sensor.apex_alkx5
            line_color: blue
            line_width: 8
            font_size: 75
          - type: custom:mini-graph-card
            name: Ca
            entities:
              - sensor.apex_cax5
            line_color: "#e74c3c"
            line_width: 8
            font_size: 75
          - type: custom:mini-graph-card
            name: Mg
            entities:
              - sensor.apex_mgx5
            line_color: var(--accent-color)
            line_width: 8
            font_size: 75
      - show_name: true
        show_icon: true
        type: button
        entity: switch.apex_growlight
        name: Grow Light
        icon: mdi:lightbulb
        show_state: false```

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions