Sure - I think the RSSI grapher in EspruinoHub does it: https://github.com/espruino/EspruinoHub/blob/master/www/rssi.html#L106
You just need to call setData on the graph itself
setData
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Sure - I think the RSSI grapher in EspruinoHub does it: https://github.com/espruino/EspruinoHub/blob/master/www/rssi.html#L106
You just need to call
setData
on the graph itself