How to Create a Custom Chart with Clickable Segments to Display Related Data in Mendix?

0
Hello Mendix Community, I am working on a feature where I need to create a custom chart in Mendix. The requirements are: The chart should have clickable segments (e.g., pie slices, bars, etc.). When a user clicks on a specific segment, it should dynamically display the corresponding data related to that segment, either in a data grid, list view, or another chart. I would like to know: How can I achieve this functionality using Mendix? Do I need to use any custom widgets or JavaScript for handling the click events? What is the best way to pass the clicked segment's data to another page or display it dynamically in the same view? Any suggestions, examples, or guidance would be greatly appreciated. Thanks in advance!
asked
1 answers
1

Hi Lilu,

 

I'm not sure if you have tried to Any chart widget which is coming as a default chart option in Mendix. Under the hood, this widget using plot.ly. This widget supports all the operations you have asked.

answered