Question about Apexcharts - display values between hour X and hour Y #4958
Unanswered
dverleysen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Use in HomeAssistant
I have already a graph that shows me the amount of water that is used per day. But I want to see also the amount of water that is used between 00h and 06h, is this possible with Apexcharts? ChatGPT asks me to define a sensor in the configuration.yaml but I don’t receive any values when I use this.
My question is, is it possible to show via Apexchart only the values between eg. 0h and 6h?
This is my Apexchars script.
`type: custom:apexcharts-card
apex_config:
chart:
height: 300px
experimental:
color_threshold: true
graph_span: 14d
span:
end: day
show:
last_updated: true
header:
show: true
show_states: true
colorize_states: true
yaxis:
max: ~400
series:
float_precision: 2
show:
header_color_threshold: true
extremas: true
type: column
name: Water
group_by:
func: diff
duration: 1d
start_with_last: true
color_threshold:
color: 4287f5
color: orange
color: red`
Solution that I want: "When defined I see a graph with a overview per day, that shows me the amount of water that is used between eg. 0h and 6h"
Beta Was this translation helpful? Give feedback.
All reactions