Skip to content

Simplified API to create interactive data summaries using d3js

License

Notifications You must be signed in to change notification settings

debyte/d3Stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d3Stream

A data stream library to create interactive data summaries using D3.js

The stream supports different data transformations, such as map and filter. It also includes one-liner commands to create different visualizations, such as bar and line charts. The visualizations focus on data and have minimum extra elements. The SVG presentation is controlled via CSS styles.

The visualizations offer javascript hooks to attach UI interactions. The data stream can be re-transformed or updated from a source and all the attached visualizations will automatically update. For example, the stream can load an HTTP request and the stream will automatically compute at response time.

See out/index.html for example.