From 1e0b1fa7ac2ad0ae07591aca296e3ef33839ef5e Mon Sep 17 00:00:00 2001 From: marwolaethblack Date: Fri, 24 Nov 2017 10:48:31 +0100 Subject: add real time data every 60sec --- .idea/workspace.xml | 171 +++++++++++++++++++------ app/Resources/views/default/index.html.twig | 7 +- src/AppBundle/Controller/NewDataController.php | 45 +++++++ web/js/realtime.js | 27 ++++ 4 files changed, 211 insertions(+), 39 deletions(-) create mode 100644 src/AppBundle/Controller/NewDataController.php create mode 100644 web/js/realtime.js diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 82e5509..2cf848a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,6 @@ - + + + + + + + + + $PROJECT_DIR$/web + + @@ -73,7 +101,10 @@ @@ -157,7 +188,31 @@ - + + + + + + + + + + + + + + + + + + + + + + + + +