Danny Purcell
Danny Purcell
Allows for updating the graph by replacing the series data. EX: setInterval( function() { dataText = httpGet("http://myhost/getSeriesData"); seriesDataArr = JSON.parse(dataText); graph.setSeries(seriesDataArr); graph.update(); }, 15000 );
Thank you for releasing this fine project for all of us to benefit from! While adjusting a page url with removeSearch() I noticed a slightly surprising side-effect. I thought it...
Or otherwise use the `stream_list` function to stream through all sheets without either knowing how many there are in advance or guessing until it throws an exception? It seems like...
Previously mentioned in https://github.com/pythonicrubyist/creek/issues/89 Although Creek is not intended to do any calculations or handling of formulas in cells, it is unfortunately corrupting the data in that type of cell...
Fixes https://github.com/WhisperSystems/WebSocket-Resources/issues/3 https://github.com/WhisperSystems/WebSocket-Resources/issues/2 will be resolved after a redeploy from the parent directory. I'm guessing the last deployment was done from the library directory to avoid deploying the sample projects...