Hi,
I have setup apexcharts-card to show my hourly power consumption.
I want to select a date & show the data of that date in the graph. Is this possible?
If yes, please show me how to configure this.
This is my existing card
type: custom:apexcharts-card
header:
show: true
title: Hourly usage with Brealer
show_states: true
colorize_states: true
apex_config:
chart:
height: 280px
tooltip:
enabled: true
shared: true
followCursor: true
graph_span: 1d
now:
show: false
color: grey
label: Now
span:
start: day
offset: '-0day'
all_series_config:
type: column
show:
legend_value: true
extremas: true
in_header: true
series:
- entity: sensor.hourly_with_breaker
name: Usage
type: column
float_precision: 2
color: '#ff9800'
opacity: 1
yaxis_id: capacity
extend_to: now
group_by:
func: last
duration: 1h