d3-nelson-rules

0.3.1 • Public • Published

d3-nelson-rules

Greenkeeper badge

build status

d3 utility to apply nelsons rules of process control to a set of data.

Installing

If you use NPM, npm install d3-nelson-rules. Otherwise, download the latest release.

API Reference

var data = [{
  name: 'foo',
  val: 3
} ...];
 
var nelson = d3.d3_nelson_rules()
  .std(5)
  .mean(1)
  .value(function(d) { return d.val; });
 
svg.selectAll('rect')
  .data(data)
  .enter()
  ...
  .call(nelson);

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.1
    1
  • 0.3.0
    0
  • 0.2.0
    0

Package Sidebar

Install

npm i d3-nelson-rules

Weekly Downloads

1

Version

0.3.1

License

MIT

Last publish

Collaborators

  • kiernan