Weird layout for graphs

Hi,

the graphs in version 3 of the web server component definitively do not look like shown in the documentation. As you can see, they are showing up “in the background” instead of below the entity name. What can I do to fix this?

I already tried:

  • Set local to true as well as false
  • Check different browser (Firefox, Safari)
esphome:
  name: particulate-meter
  friendly_name: particulate-meter

esp32:
  board: esp32dev
  framework:
    type: arduino

uart:
  rx_pin: GPIO18
  tx_pin: GPIO17
  baud_rate: 9600

sensor:
  - platform: pmsx003
    type: PMSX003
    pm_1_0:
      name: "Particulate Matter <1.0µm Concentration"
    pm_2_5:
      name: "Particulate Matter <2.5µm Concentration"
    pm_10_0:
      name: "Particulate Matter <10.0µm Concentration"

web_server:
  port: 80
  version: 3
  local: True
  log: False
  

Thanks in advance
Jan

Just saw the issue on GitHub: [v3] Safari iOS and Firefox graph is almost not visible and has wrong height · Issue #135 · esphome/esphome-webserver · GitHub

Does anyone know how long it takes until the changes are rolled out?