I've developed an application in pyqt
and matplotlib
which allows the user to drag and edit plot data and I need to provide the same functionality in a web browser. I've looked at d3.js
but the learning curve seems too steep for the time I have available.
I need advice on which Library/Framework can deliver my needs. Users should be able to select a number of points on a chart and be able to drag them without any noticeable performance penalty. bokeh
and mpld3
seem like good candidates. Can anyone advise if these libraries or any other would work well for my needs?