Plugin - apexcharts-card

Witam, czy ktoś potrafi przesunąć daty pod wykresem aby były wyświetlane poprawnie ?
apexchart

Kod:

type: custom:apexcharts-card
graph_span: 8d
span:
  start: hour
apex_config:
  dataLabels:
    enabled: true
series:
  - entity: weather.openweathermap
    type: column
    data_generator: |
      return entity.attributes.forecast.map((entry) => {     
        return [new Date(entry.datetime), entry.precipitation];
      });
    show:
      datalabels: true
header:
  standard_format: true
  show: true
  title: Prognozowany opad
show:
  last_updated: true
1 polubienie