Feature/SWS-50 create javascript webapplication project
-
Converted to public folder
- All files are copied to the public folder to hide npm
-
/SWS-50-create-javascript-webapplication-project: Auto stash before merge of "feature/SWS-50-create-javascript-webapplication-project" and "origin/feature/SWS-50-create-javascript-webapplication-project"
added websocket function, still not fully developed
-
added dynamic charts
- Charts are added based on an array
-
/SWS-50-create-javascript-webapplication-project:
merged codes together for charts
-
Added websocket handling
- Now graph shows actual data
- New measurements are appended
- Date fix start
-
Add various changes
- Add sidebar
- Add index.js for electron
- Add fontawesome
- Add titles
- Add icons
-
Change electron to website
- Let electron simply fetch the web version
SWS-51 SWS-52
-
Implemented range and sensor filtering
- Added range options SWS-53
- Added from option SWS-53
- Added line selection menus SWS-54
-
Make the graph neater
- Hide "missing" points
- Add custom range edit box
- Fix showing live data
-
Let the graph start wherever, not at 0
- Start not at 0
- Add labels to Y-axis