I am currently monitoring 38 individual LED Lighting current and the data is being displayed/imported to a MySQL table. However, that is not what I want to achieve. I want to instead have a concept similar to a table you see in Stock market, where the values(current) are being replaced every other minute or so. Please do advice on how I am suppose achieve the desired outcome. Thank you.
2 Answers
I suggest you use some kind of JS graph library. You can make a PHP script the get you data from the database, and use ajax to reload your data into a graph.
I'm, suggesting using HighChart.
This is a good example: Auto Update Highcharts with Ajax