You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you recommend to show a data generated every 15 seconds in my database hosted on a remote server, specifically in the following component or if you have any ideas that can guide me
var sections = [steelseries.Section(0, 70, 'rgba(255, 0, 0, 1.0)'),
steelseries.Section(70, 95, 'rgba(255, 255, 0, 1.0)'),
steelseries.Section(95, 100, 'rgba(0, 255, 0, 1.0)') ];
single1 = new steelseries.DisplaySingle('canvasSingle1', {
width: 120,
height: 50,
value:<?php echo $extraido['Parameter that I need to show from my MySQL Database']; ?>,
section: sections
})
What do you recommend to show a data generated every 15 seconds in my database hosted on a remote server, specifically in the following component or if you have any ideas that can guide me
The text was updated successfully, but these errors were encountered: