Highcharts Interactions in Quicksight Dashboard

Hello,

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

Is it possible 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.

image

Thank you very much for any information.

image729×334 29.5 KB

1 Like

Hi @sergiu.rotaru.tk,

The documentation regarding highcharts within Quick is still a bit limited, I was unable to find the syntax options listed anywhere on official documentation. I’ll mark this as a feature request to promote visibility to the support team as I agree this would be extremely helpful for additional documentation for highcharts.

2 Likes

Hi @sergiu.rotaru.tk , @Brett ,

Following doc pages gives the usage info for interactive Highcharts features

Regards,

Arun Santhosh

Pr Quick SA

2 Likes