#Custom Dashboard - Making a very large Sankey flow chart for energy

1 messages · Page 1 of 1 (latest)

peak basalt
#

I am working on a dedicated Sankey chart for energy to show in detail all of my tracked devices, but I am having trouble making the chart truly large- how can I do this? This is what I have now:

#

I'd like to make the Sankey chart take the full screen up, this is my chart config:

winged storm
#

You have to increase the columns of the section to stretch that first. Then set the card layout to full width. Try it with another card that has a visual editor to see the exact option as I can't remember the exact one now

peak basalt
#

thank you! that did the trick. here's the yaml for anyone that finds this later: ```type: energy-sankey
grid_options:
columns: full
rows: 12
sections:

  • grid
  • solar
  • battery
  • individual_devices
    unit_of_measurement: kWh
    autoconfig_refresh: 300