RomRider / apexcharts-card

📈 A Lovelace card to display advanced graphs and charts based on ApexChartsJS for Home Assistant
MIT License
1.15k stars 78 forks source link

Help? - graph is rendering very strangely #562

Closed lenwar closed 1 year ago

lenwar commented 1 year ago

Hi, I have a graph that is rendering really strangely. Any suggestions are welcome afbeelding

It seems to jump from 21:02 to 13:02 and back to 22:02

The current data is:

{{ states('sensor.zonneplan_current_electricity_tariff') }}   ##### -->  0.1507167

This is how it looks in the 'history' afbeelding

configuration:

type: custom:apexcharts-card
experimental:
  color_threshold: true
apex_config:
  legend:
    show: false
header:
  show: true
  show_states: true
  colorize_states: true
span:
  end: hour
graph_span: 24h
yaxis:
  - id: kosten
    opposite: true
    decimals: 2
    apex_config:
      decimalsInFloat: 3
series:
  - entity: sensor.zonneplan_current_electricity_tariff
    name: Elektriciteitsprijs
    yaxis_id: kosten
    unit: €/kWh
    stroke_width: 2
    float_precision: 3
    show:
      header_color_threshold: true
    extend_to: false
lenwar commented 1 year ago

Interesting update: Graph span: 36 hours: afbeelding Graph span 48 hours: afbeelding Graph span 72 hours afbeelding But :) 96 hours: afbeelding

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 10 days with no activity.