The dashboard should:
- Display real time stats
- Be modular
- Be mobile friendly
Thanks for anyone willing to help.
1–5 of 5 posts
The dashboard should:
- Display real time stats
- Be modular
- Be mobile friendly
Thanks for anyone willing to help.
You might not even need to make one on your own, or at worst you can re-use a lot of it for your use case. It uses batman.js i think.
Here's a demo: http://dashingdemo.herokuapp.com/sample
Take a look at http://shopify.github.io/dashing/ You might not even need to make one on your own, or at worst you can re-use a lot of it for your use case. It uses batman.js i think. Here's a demo: http://dashingdemo.herokuapp.com/sample
Take a look at http://shopify.github.io/dashing/ You might not even need to make one on your own, or at worst you can re-use a lot of it for your use case. It uses batman.js i think. Here's a demo: http://dashingdemo.herokuapp.com/sample
I actually ran into this while doing some research. One thing that worries me about using this framework is how much freedom would I get? I really need custom widgets, such as chat, videos, images and many other types. Do you think this will handle the large amount of custom code on top of it?
This was just posted but it has some useful info. http://chartio.com/blog/2013/08/informationdashboarddesign
The D3 charting library has some really unusual diagrams that seem like they would add an extra dimension to a dashboard. https://github.com/mbostock/d3/wiki/Gallery
Kibana 3 looks like it could be useful, It also led me to the Logstash library which looks helpful. http://three.kibana.org
I've not built the system yet so I don't have much practical experience with these libraries, but they seem like my leading candidates for the display side of the project.