Apex charts tap_action

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

Nobody ? :face_with_diagonal_mouth:

Remove /dashboard/ only use home
Worxx for me.

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.

I’m sorry but i coundn’t find it.

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 :frowning: