ApexCharts card - A highly customizable graph card

Using the weather integration from https://community.home-assistant.io/t/deutscher-wetterdienst-dwd/217488

Until now I used a modification of https://community.home-assistant.io/t/deutscher-wetterdienst-dwd/217488/42 to display the irradiation and sun duration forecast for my region, but the ApexCharts Card is a lot better!

It is a >500 line forecast state, I cut away the middle:

data:
  - datetime: '2021-03-03T16:00:00.000Z'
    value: 640
  - datetime: '2021-03-03T17:00:00.000Z'
    value: 190
  - datetime: '2021-03-03T18:00:00.000Z'
    value: 0
  - datetime: '2021-03-03T19:00:00.000Z'
    value: 0
 
[cut]

  - datetime: '2021-03-13T19:00:00.000Z'
    value: 0
  - datetime: '2021-03-13T20:00:00.000Z'
    value: 0
  - datetime: '2021-03-13T21:00:00.000Z'
    value: 0
  - datetime: '2021-03-13T22:00:00.000Z'
    value: 0
forecast_time_utc: '2021-03-03T15:00:00+00:00'
latest_update_utc: '2021-03-03T18:36:27.001888+00:00'
station_id: H247
station_name: LUEDINGHAUSEN-BROCH.
attribution: Data provided by Deutscher Wetterdienst (DWD)
unit_of_measurement: kJ/m^2
friendly_name: Sun Irradiance Luedinghausen-Broch.
icon: 'mdi:weather-sunny-alert'

Recreated the sensor (disregard the name change)