How to create a plotly-graph on all the width of the dashboard?

I am trying to create a dashboard with a plotly-graph card, and I want the card to take 100% width of the dashboard :slight_smile:
I think I am missing something but after a few hours, I think it is time to ask for help :thinking:

here is my code

type: horizontal-stack
cards:
  - type: custom:plotly-graph
    entities:
      - entity: sensor.h5075_1b1c_temperature
      - entity: sensor.h5075_cc88_temperature
      - entity: sensor.h5075_c4a6_temperature
      - entity: sensor.h5075_d0d5_temperature
      - entity: sensor.h5075_93b1_temperature
      - entity: sensor.h5075_4cb2_temperature
    hours_to_show: 168
    refresh_interval: 10
    layout:
      height: 600
      width: 100vw

Thanks a lot

Assuming this is the only card in the view, use β€œPanel (1 card)” mode when you edit the view - the pencil beside the view icon/title in the top menu.