dbuezas / lovelace-plotly-graph-card

Highly customisable Lovelace card to plot interactive graphs. Brings scrolling, zooming, and much more!
411 stars 20 forks source link

Documentation Error/Typo #475

Closed CzarDestructo closed 1 week ago

CzarDestructo commented 1 week ago

I believe there is a bug in the documentation front page, took me a while of stepping on that rake until I noticed it, there is several mentions of 'yaxes' the plural of 'yaxis' but then in some of the configuration examples 'yaxes' is used but this doesn't parse, only 'yaxis'.

image

In summary, config should be:

defaults:
  entity:
    fill: tozeroy
    line:
      width: 2
  yaxis: 
    fixedrange: true # disables vertical zoom & scroll
dbuezas commented 1 week ago

I think you are mixing two similar ones:

layout:
   yaxis:
   yaxis2:
   ...etc...

And

defaults:
   yaxes:
      .... <--- default for layout: yaxis, yaxis2, yaxis3, etc