Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mesca/sensorchart

A blazing fast charting library for streaming data
https://github.com/mesca/sensorchart

charting javascript plotting streaming time-series webgl

Last synced: about 2 months ago
JSON representation

A blazing fast charting library for streaming data

Awesome Lists containing this project

README

        

# SensorChart

A blazing fast charting library for streaming data.

If you don't need bells and whistles, don't care about older browsers, and want to plot a few million points per second, then SensorChart is for you.

## Getting started

* See the `example` directory for commented boilerplate.
* You can find the full API documentation in the `doc` directory.

## Credits

Inspired by [SmoothieCharts](http://smoothiecharts.org) and built upon [regl](https://github.com/regl-project/regl) and [regl-line2d](https://github.com/a-vis/regl-line2d).