Accessing HighCharts visual code using boto3

Hi,
I would like to know if it is possible to access and modify Highcharts chart code taken from a visual in a QuickSight dashboard using Boto3 through Python code.
Thanks

@ggg Yes, you can use describe_analysis_definition to dump the analysis definition including the Highchart visuals into JSON. Once you modify the Highchart visual definition as desired within the JSON, you can call update_analysis to update it back to the original analysis. I have tested this and it works as just any other visuals.

1 Like