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

Add a "year" grouping option in period #339

Open FillR2 opened 11 months ago

FillR2 commented 11 months ago

Describe the solution you'd like

Ability to do period grouping by year, today, limited to month as seen below:

Error: at [entities.1.on_click]: Error parsing automatic period config: "year" not expected. **Must be 5minute,hour,day,week,month**

How would it be defined in yaml?

type: custom:plotly-graph

    period:
      0m: 5minute
      25h: hour
      1M: day
      3M: week
      12M: year