Hi,
thanks for great chart!
I’m currently configuring my first chart and I have a question: my chard displays only one sensor data for period of 2 days. Is it possible to display max value of sensor on the right side of div id=header__states and how to do that?
I checked this (https://github.com/RomRider/apexcharts-card/issues/218), but this is not what I want. I want to see max history value “max 25.4°C” in the header.
This is my card:
type: custom:apexcharts-card
hours_12: false
graph_span: 2d
header:
show: true
title: Out temperature
show_states: true
colorize_states: true
show:
loading: true
last_updated: true
experimental:
color_threshold: true
series:
- entity: sensor.viking_0203502038_51_06_temperature
stroke_width: 4
type: column
group_by:
func: avg
duration: 30min
color_threshold:
- value: 0
color: blue
- value: 1
color: yellow
- value: 10
color: orange
- value: 25
color: red
Thanks for help.