Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chart.streamgraph.js

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chart.streamgraph.js

A Streamgraph library and plug-in for chart.js

  • 0.0.2-alpha
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-77.78%
Maintainers
1
Weekly downloads
 
Created
Source

Chart.Streamgraph.js

Streamgraph library and plug-in using Chart.js.

This plug-in uses chart.js to enable the creation of Streamgraphs. Invented by Lee Byron and Martin Wattenberg, Streamgraphs are similar to stacked area charts with the exception that data regions do not overlap. Rather, Streamgraph regions are placed on top of one another, creating a shape that highlights the aggregate sum of all data points. While Streamgraphs do not present data with utmost clarity, they can be a cool way to present time-evolving data sets (for example).

Documentation

Documentation is available here.

Installation

Bower

bower install Chart.Streamgraph.js

NPM

npm install chart.streamgraph.js

Github

The built distributions are also available in the dst folder in the source repository at Github.

Usage

For the standalone version, which requires no dependencies:

<script src="dst/Chart.Streamgraph.S.js"></script>

For the plug-in, which requires Chart.js

<script src="Chart.js"></script>
<script src="dst/Chart.Streamgraph.js"></script>

License

MIT license

Keywords

FAQs

Package last updated on 28 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc