javascript - How to visualize Data in a Webapplication? -


i implemented wireless sensor network own sensornodes, famous mqtt-protocol , raspberry pi. data, published nodes, stored in sqlite database on pi. except database, on rpi webserver located communication on http enddevices smartphones or laptops. created html-form user inputs bootstrap. users can decide between different nodes, parameters , timestamps plot charts, tables , gauges. on server side programmed php-application querys user input, database , calls webside. client side wrote short javascript file using ajax recieve userinput interactiv. far good, want viszualize charts, gauges , tables containing data php-application determines. searched long while dashbaords-examples , found many different, everytime fail handling of js sources.

my question: can recommend me lightwight , easy handle dashboard following characteristics?

  • beginner tutorials less js-knowledge
  • extensive presentation possibilities (barcharts, linecharts, gauges etc.)
  • able embed in existing webpage
  • interactive usage
  • sufficient support

maybe i'm inexperienced development of webapplication , need knowledge js. useful if recommend me js tutorials jquery.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -