What are the best libraries for interactive webcharts allowing the user to add data points by clicking? I would like to basically have a graphical input device sitting on the browser.
I think google charts and JFreeChart can do something like this. Wide open license is a plus but this is just for a learning project so not a big deal.
Also, I'm hoping to mostly use Python for this.