Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
A blazing fast charting library for streaming data
- Host: GitHub
- URL: https://github.com/mesca/sensorchart
- Owner: mesca
- License: mit
- Created: 2018-08-26T15:52:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T18:11:25.000Z (over 6 years ago)
- Last Synced: 2024-08-02T05:13:40.988Z (6 months ago)
- Topics: charting, javascript, plotting, streaming, time-series, webgl
- Language: JavaScript
- Size: 452 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - sensorchart - A blazing fast charting library for streaming data (JavaScript)
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).