Javascript example histogram's data doesn't update #85
Labels
bug
Something isn't working
dataforge
dataforge-specific issue
fixed in dev
Fixed in development version
In the js-demo, the histogram x.numbers are getting updated every 300 ms, with this code:
GlobalScope.launch { while (isActive) { x.numbers = List(500) { rnd.nextDouble() } delay(300) } }
However, in the browser window, the histogram does not get redrawn as expected.
On the trace demo, one of the trace's colors is randomly changing between magenta and blue every 500 ms, as expected.
This behavior was observed on both Firefox and Chrome, and with space.kscience:plotlykt-core-js:0.5.0.
The text was updated successfully, but these errors were encountered: