Skip to content

Smoothie Charts: smooooooth JavaScript charts for realtime streaming data

License

Notifications You must be signed in to change notification settings

microjs/smoothie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smoothie Charts

Smoothie Charts is a really small charting library designed for live streaming data. I built it to reduce the headaches I was getting from watching charts jerkily updating every second. What you're looking at now is pretty much all it does. If you like that, then read on.

See http://smoothiecharts.org

Installation

Use component:

$ component-install microjs/smoothie

You can then load it:

ES6:

let {TimeSeries, SmoothieChart} = require('smoothie');

ES5:

var TimeSeries = require('smoothie').TimeSeries;
var SmoothieChart = require('smoothie').SmoothieChart;

Getting Started

For help, use the Smoothie Charts Google Group.

License (MIT)

About

Smoothie Charts: smooooooth JavaScript charts for realtime streaming data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%