After browsing for a while for available solutions, it is really hard to choose the most appropriate tool for creating dashboard & populating it with plots. I would want to have an html page with multiple plots and tables depicted. I'm thinking to have data input stored in csv files, appropriately formatted.
The requirements are:
So far I checked out (by no means a final opinion, correct me if I'm wrong):
gnuplot+canvas - looks good, but samples on their page fail to work well for me, not always getting mouse clicks right
python+matplotlib+mplh5canvas - feels a bit raw, as I understand some of the stuff above I'd need to implement in Python myself
RGraph looks awesome at first glance, not sure if it is good since never heard of it and don't have any experience in js, hard to customize(?)
some other random stuff which seemed bad enough
Suggestions?
I end up using Highcharts because of its very advance features and ready-to-use templates (in addition to the things mentioned in the question).