Hi everyone,
I am creating a GUI with a graphical display of a sine wave. I want to add a plot trigger when data crosses zero for a consistent and easily digestible display. Due to limited memory on my device, processing data as such before sending to the GUI is not an ideal option.
In GUI Composer v2, I am currently using a line graph which does not explicitly incorporate this functionality. Is it possible for me to edit the java script (Am I correct in assuming this is where it would need to be added?) in order to add this functionality to my plot?
I am also aware of the 'Plot' widget available in v2 library which is more flexible in terms of customized plotting. I have checked the "Plotly" functions and events from https://plotly.com/javascript/plotlyjs-function-reference/ and have not found anything related. Is the trigger functionality available and/or more efficiently configured through this widget?
**side note, I have done some digging and couldn't find anything in the v3 library about this either, but if it is available, please let me know.
Any help or directions to the appropriate resources to achieve this would be great.
Thank you in advance,
Alex.