Hi all
i have a problem with a simple apex chart:
/// apexcharts-card version 2.1.2 /// value.series[0] is not a ChartCardSeriesExternalConfig value.series[0].data is extraneous value.series[0].entity is missing value.series[0].data is extraneous
/
type: custom:apexcharts-card
apex_config:
chart:
type: column
series:
- name: Monthly Values
data:- x: Januar
‘y’: ‘{{ states(’‘sensor.quintus_2024_01_value’‘) | float }}’ - x: Februar
‘y’: ‘{{ states(’‘sensor.quintus_2024_02_value’‘) | float }}’
/
- x: Januar
Both entites exist. I tried 2.1.0 as well-same error.
I´m lost now. Can anybody help ?
best regards
Karl