RomRider / apexcharts-card

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

x-axis timezone seems to be wrong #677

Closed saxn-paule closed 2 months ago

saxn-paule commented 4 months ago

Checklist

Describe the bug The x-axis values are shown with a wrong timezone (GMT+2). Should be the same timezone as the values are. The values have the right timezone. (GMT+1)

Version of the card Version: v2.0.4

To Reproduce This is the configuration I used:

type: custom:apexcharts-card
header:
  show: true
  show_states: true
  colorize_states: true
  standard_format: true
  title: Netzbezug
graph_span: 12h
update_interval: 60sec
all_series_config:
  stroke_width: 2
apex_config:
  legend:
    show: false
series:
  - entity: sensor.powerfox_meter_power
    name: Realverbrauch
    color: '#FC6F03'
  - entity: sensor.hoymiles_hms_xxxxw_t2_power
    name: Erzeugung
    color: '#00FF00'

Screenshots image

image

Expected behavior Timezone of axis and values should match.

Desktop

image

Smartphone

github-actions[bot] commented 2 months 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 2 months ago

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