Hello folks,
I’m looking for a chart library for my project that using React + Golang to monitor brain wave. I saw this post https://plotly.com/python/v3/ipython-notebooks/mne-tutorial/ is similar with the chart I want
My criteria for the chart are
- be able to plot multiple line like
- be able to draw a line and make annotation like
- be able to save the drawn line and annotation. So that I can see it when I open it again.
I would like to know if all of the criteria can be met using plotly.js?
If so, how to achive it using plotly.js?
I’m really new with plotly. and open for any suggestion