Clickable graph/chart

0
HI all,  Does anyone know of a way (maybe using Anychart plot.ly, or something else? That would allow clicking on the graph in a certain place which can then create a record for that place you have click.  For example I have a scatter graph, that has days of the month on the X axis and hours of the day on the Y axis. If I then click on the graph at X14, Y10, it will create a record with the data of 14th of the month at 10:00 am? More examples:  X1 Y22 – 1st of the month at 10pm X19 Y1 – 19th of the month at 1am  
asked
2 answers
1

Garion

Anychart (and most of the chart widgets in the app store) enables you to invoke a microflow when a chart is clicked.  The microflow receives an object with info about the point you clicked (x, y, text, etc).  You could use that data to create a new record.

Hope that helps,

Mike

answered
0

Did you try AnyChart https://appstore.home.mendix.com/link/app/106517/Mendix/AnyChart

You can try it out herewith I think your specific usecase: https://charts102.mxapps.io/p/OnClickCallMicroflow

Regards,

Ronald

 

 

answered