lovelace-plotly-graph-card
lovelace-plotly-graph-card copied to clipboard
Highly customisable Lovelace card to plot interactive graphs. Brings scrolling, zooming, and much more!
**Describe the solution you'd like** I sit and watch this graph for hours while adjusting my Pellet Stove..... all the while, I make small adjustments here and there. It would...
**Describe the bug** When editing a card under Safari, the edition window moves which makes it difficult to edit. **Screenshots**  **yaml** ```yaml type: custom:plotly-graph hours_to_show: 22 title: Delta entities:...
**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....
When using the deprecated `no_default_layout` (replaced by `raw_plotly_config`), eg: ```yaml type: custom:plotly-graph no_default_layout: true ... ``` ... the warning message contains 2 links to the docs:  ... but the...
### Discussed in https://github.com/dbuezas/lovelace-plotly-graph-card/discussions/305 Originally posted by **dmshimself** August 10, 2023 Now that HA allows you to select the timezone you wish to use, is it possible to get plotly...
**Describe the bug** When using a filter and using the `reset_every` setting, it resets everything based on current day **yaml** ``` filters: - derivate - integrate: reset_every: 1M # 1...
The "autorange_after_scroll" function does not seem to work correctly when I use an arbitrary function to define different X and Y values (put new values into xs and ys. It...
**Describe the bug** A clear and concise description of what the bug is. Data is often missing from graphs. Reproducible on iPad, iPhone, macOS, Ubuntu and Debian. Safari, chrome, Brave...
**Describe the bug** Beside there are negative values, the negative temperature values are not shown in histogramm2dcontour. **Screenshots**  **yaml** ```yaml type: custom:plotly-graph entities: - entity: sensor.at_yesterday statistic: mean period:...
**Describe the solution you'd like** If not already asked, can we have the min and max value text on top of the curve?" it seems that plotly do not have...