rickshaw4iot icon indicating copy to clipboard operation
rickshaw4iot copied to clipboard

Visualization of data from Watson IoT Platform connected devices using Rickshaw

Results 5 rickshaw4iot issues
Sort by recently updated
recently updated
newest added

Hi, I've added the deploy to IBM Cloud Button which needed me to modify the `manifest.yml` and create the `.bluemix/pipeline.yml` files The link on the README points to my URL...

Hey Guys, I built the app to the end but could not select the device I added on IoT platform.

In realtime.js if connection to iot platform fails there is no retry. ``` var connectOptions = new Object(); connectOptions.keepAliveInterval = 3600; connectOptions.useSSL=true; connectOptions.userName=api_key; connectOptions.password=auth_token; connectOptions.onSuccess = function() { console.log("MQTT connected...

The historian.js has references to REST calls for historian api which is no longer available, this needs to be replaced with other solutions

In addition to the graphs, I'd love to be able to see a table of the raw values that are contained within the events as a visualization option.

enhancement