Hello
what is the way to show the correct information about min and max temperature from last midnight to now when the graph show more than one day?
type: custom:apexcharts-card
experimental:
color_threshold: true
header:
title: Temperatura
show: true
show_states: true
colorize_states: true
graph_span: 2d
all_series_config:
stroke_width: 2
curve: smooth
type: line
show:
last_updated: true
apex_config:
legend:
show: true
series:
- entity: sensor.balcone_temperature
name: Balcone
stroke_width: 4
color: black
type: area
opacity: 0.2
show:
extremas: true
header_color_threshold: true
color_threshold:
- value: -10
color: steelblue
- value: 10
color: midnightblue
- value: 15
color: lightblue
- value: 20
color: green
- value: 25
color: orange
- value: 30
color: orangered
- value: 35
color: red