Highcharts filter actions in bars charts

I’ve managed to perform the filter action after adding a filter action in the Quicksight interactions >>> action section and adding this code to the Highcharts chart.

      "events": {

      "click": [

        "triggerClick", {"rowIndex": "point.index"}

      ]

      }

This article helped me with the idea: Enhance Your Amazon Quick Sight Dashboards with Dynamic Highlighting via Highcharts Visuals

It would be helpful to have documentation on QuickSight custom event syntax options for Highcharts interactions from the AWS/Quicksight Team.

Claude AI listed these possibilities but was unable to provide an official source.