lovelace-plotly-graph-card icon indicating copy to clipboard operation
lovelace-plotly-graph-card copied to clipboard

Highly customisable Lovelace card to plot interactive graphs. Brings scrolling, zooming, and much more!

Results 53 lovelace-plotly-graph-card issues
Sort by recently updated
recently updated
newest added
trafficstars

**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...

enhancement

**Describe the bug** When editing a card under Safari, the edition window moves which makes it difficult to edit. **Screenshots** ![plotly](https://github.com/dbuezas/lovelace-plotly-graph-card/assets/6420072/445bf743-53b5-469d-a797-b3b6986cca4e) **yaml** ```yaml type: custom:plotly-graph hours_to_show: 22 title: Delta entities:...

bug

**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....

enhancement

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: ![image](https://github.com/dbuezas/lovelace-plotly-graph-card/assets/501585/e06b72d7-6ccb-4a77-ae4a-1f44724c2c7b) ... but the...

bug

### 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...

enhancement

**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...

bug

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...

bug

**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...

bug

**Describe the bug** Beside there are negative values, the negative temperature values are not shown in histogramm2dcontour. **Screenshots** ![grafik](https://user-images.githubusercontent.com/46648579/222954923-f62a9ae8-d1b9-44d5-84b0-6c1cc1101e44.png) **yaml** ```yaml type: custom:plotly-graph entities: - entity: sensor.at_yesterday statistic: mean period:...

bug

**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...

enhancement