html - Plotting tools for dashboard -


after browsing while available solutions, hard choose appropriate tool creating dashboard & populating plots. want have html page multiple plots , tables depicted. i'm thinking have data input stored in csv files, appropriately formatted.

the requirements are:

  • plot coordinates showing on mouse hover
  • ability show coordinates of points on plotted line (points in scatter plot or bar values bar chart) 'sticking' nearest lines on hover, appropriate handling of multiple lines (show several y values same x)
  • ability interactively switch plotted data on/off
  • easily embeddable html page, doesn't require additional plugins installed
  • a variety of plot types
  • not slow load , stable, there ~50 plots on 1 page (this internal use only, quickness not important)
  • does minimal effort

so far checked out (by no means final opinion, correct me if i'm wrong):

  • gnuplot+canvas - looks good, samples on page fail work me, not getting mouse clicks right

  • python+matplotlib+mplh5canvas - feels bit raw, understand of stuff above i'd need implement in python myself

  • rgraph looks awesome @ first glance, not sure if since never heard of , don't have experience in js, hard customize(?)

  • some other random stuff seemed bad enough

suggestions?

rgraph looks awesome, , awesome. it's not difficult use , there lot of examples online. rgraph example page they've got 22types of graphs, correct me if i'm wrong, , said, easy use. documentation possibilities , stuff each type of graph available on website.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -