Any Chart widget tooltip

0
Hi Guys, I was wondering if anyone can help me with the any chart widget tooltip. I am displaying orders for a group in the chart and have different charts for each groups and I want to show information in the tooltip for that order. I am currently using the x and y coordinate from the chart JSON to find the order by retrieving from the database, the issue is that if two orders in different groups have the same x and y coordinate then I don’t know if I am retrieving the correct one. If anyone has insight on this or have had a smilar issue I would appreciate any help. Thanks, Jack
asked
2 answers
0

Hi Jack,

Is this still a problem? If so could you post some screenshots of your mapping and JSON structure?

answered
0

Hi Jack,

Did you find the documentation https://docs.mendix.com/refguide/charts-any-configuration#7-events

Maybe we can add a section in the how-to about the tooltip https://docs.mendix.com/howto/extensibility/charts-any-usage

You can also have a look at a sample the development TestProject.mpk for charts, which could be found on the GitHub repo

https://github.com/mendixlabs/charts/releases

Cheers, Andries

answered