Lode1
(Lode Bongaerts)
November 12, 2023, 1:33pm
1
I have an apex chart that displays my solar production for the last 12 hours.
That works fine.
As far as i can see you can implement a tap_action however i can’t get it to work.
type: custom:apexcharts-card
header:
show: true
title: Export laatste 12u
graph_span: 12h
update_interval: 1min
all_series_config:
stroke_width: 1
opacity: 1
series:
- entity: sensor.stroom_naar_net
header_actions:
tap_action:
action: navigate
navigation_path: /dashboard-thuis/home
view_layout:
grid-area: b4
rira2005
(Raphi)
November 14, 2023, 9:17pm
3
Remove /dashboard/ only use home
Worxx for me.
herbert
(Herbert Rosén)
March 5, 2024, 7:23pm
4
Hi @Lode1 ,
Did you ever get this to work? I am struggling with the exact same issue, want to navigate to another tab on tap but nothing happens.
Lode1
(Lode Bongaerts)
March 10, 2024, 12:20pm
5
I’m sorry but i coundn’t find it.
MasterR
(R)
November 12, 2024, 6:53pm
6
You have to add “show_states: true” under the header option. Like this:
header:
show_states: true
Now the entity header will show. Click this entity header.
It is not possible to add a tap-action for the title