How to Open a Specific Page by Clicking a Bar in an XY Chart?

Hi all,

I am creating a bar chart using the XY Chart (Ignition Perspective) component and retrieving data through database queries. I would like to implement functionality where clicking on a specific bar opens a different page, with each bar leading to a unique page containing detailed information related to that data point. Is there a way to achieve this in Ignition? If so, what is the best approach to implement it?

Thank you.

You could enable the "selection" property and create an onDoubleClick event using its data:

image

Hello Ryan, thank you for your support.