Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Series option stroke_dash is unknown #775

Open
passuff opened this issue Sep 16, 2024 · 0 comments
Open

Series option stroke_dash is unknown #775

passuff opened this issue Sep 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@passuff
Copy link

passuff commented Sep 16, 2024

I would like to use dashed lines and added "stroke_dash" as a series option. Unfortunately I receive the following error message:

/// apexcharts-card version 2.0.4 /// value.series[5] is not a ChartCardSeriesExternalConfig value.series[5].stroke_dash is extraneous value.series[5].stroke_dash is extraneous

My Code is as following:

type: custom:apexcharts-card
header:
  show: true
  title: Temperatur Anbau
  show_states: true
  colorize_states: false
series:
  - entity: sensor.INT0000006_1_ACTUAL_TEMPERATURE
    name: SZ OG
    color: orange
  - entity: sensor.INT0000005_1_ACTUAL_TEMPERATURE
    name: Wohnzimmer
    color: blue
  - entity: sensor.INT0000016_1_ACTUAL_TEMPERATURE
    name: Essküche
    color: red
  - entity: sensor.INT0000017_1_ACTUAL_TEMPERATURE
    name: SZ EG
    color: purple
  - entity: sensor.INT0000018_1_ACTUAL_TEMPERATURE
    name: Bad
    color: black
  - entity: sensor.INT0000006_1_SET_POINT_TEMPERATURE
    name: SZ OG
    color: orange
    stroke_width: 2
    curve: stepline
    stroke_dash: 0
  - entity: sensor.INT0000005_1_SET_POINT_TEMPERATURE
    name: Wohnzimmer
    color: blue
    stroke_width: 2
    curve: stepline
  - entity: sensor.INT0000016_1_SET_POINT_TEMPERATURE
    name: Essküche
    color: red
    stroke_width: 2
  - entity: sensor.INT0000017_1_SET_POINT_TEMPERATURE
    name: SZ EG
    color: purple
    stroke_width: 2
  - entity: sensor.INT0000018_1_SET_POINT_TEMPERATURE
    name: Bad
    color: black
    stroke_width: 2
@passuff passuff added the bug Something isn't working label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant