Skip to content

Multiple graphs (grid) #318

Discussion options

You must be logged in to vote

It works. Thank you !

Here is a minimal working example:

type: custom:plotly-graph
layout:  
  grid:
    rows: 3
    columns: 1
    roworder: top to bottom
defaults:
  yaxes:
    overlaying: 'y'
    showgrid: true
    visible: true
    side: left
entities:
  - entity: sensor.air_quality_temperature_scd
    yaxis: y1
  - entity: sensor.air_quality_humidity_scd
    yaxis: y2
  - entity: sensor.air_quality_co2
    yaxis: y3

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@dbuezas
Comment options

Answer selected by damiencorpataux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants