Skip to content

Show_value not shown in rangebreaks #530

Closed Answered by elbertov
elbertov asked this question in Q&A
Discussion options

You must be logged in to vote

Perfect! Thx!

type: custom:plotly-graph
hours_to_show: 240
entities:
  - entity: sensor.buienradar_temperature
    show_value: true
    texttemplate: <i>text</i>
layout:
  xaxis:
    tickformat: "%d-%m"
    dtick: 86400000
    rangebreaks:
      - pattern: day of week
        bounds:
          - sat
          - mon

type: custom:plotly-graph
hours_to_show: 240
entities:
  - entity: sensor.buienradar_temperature
    show_value: true
    texttemplate: <i>text</i>
    filters:
      - filter: x.getDay() != 0 && x.getDay() != 6
layout:
  xaxis:
    tickformat: "%d-%m"
    dtick: 86400000
    rangebreaks:
      - pattern: day of week
        bounds:
          - sat
          - mon

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by elbertov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants