extend_to_end: false
not supported ?
#563
Unanswered
StorageGuru
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm fairly new to this card, but have you tried |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to show a graph for a 24h period, but values after the actual time should not be shown in the graph.
I found some entries here pointing to
extend_to_end: false
but that does not seem to work. Any ideas how I can stop the card showing non-sense values after "now" ?
here is my yaml code for the card:
`type: custom:apexcharts-card
experimental:
color_threshold: true
hours_12: false
span:
start: day
header:
show: true
title: Strom Bezug/Erzeugung heute
show_states: true
colorize_states: true
now:
show: true
color: red
label: Now
series:
type: line
extend_to_end: false
group_by:
func: last
duration: 15m
stroke_width: 2
show:
header_color_threshold: true
color_threshold:
color: green
color: red`
Beta Was this translation helpful? Give feedback.
All reactions