Smoothie Charts - Charting Library for Live Streaming Data
There’s tons of great JavaScript charting libraries out there. Too many to choose from. Although many of the charting libraries allow you to dynamically update data, none have really been optimized for a constant stream of data.
Smoothie Charts is a really small charting library designed for live streaming data such as real time streaming data pushed over a WebSocket. It only works on Chrome and Safari. It doesn’t support legends Or pie-charts. In fact, it’s inferior in virtually every way to a library like Flot. But, it’s very good at displaying streaming data.
Requirements: -
Demo: http://smoothiecharts.org/
License: MIT License