{"id":13481643,"url":"https://github.com/53seven/d3-nelson-rules","last_synced_at":"2025-04-21T03:32:15.700Z","repository":{"id":143379232,"uuid":"47863488","full_name":"53seven/d3-nelson-rules","owner":"53seven","description":"d3 utility to apply nelsons rules of process control to a set of data","archived":false,"fork":false,"pushed_at":"2020-06-02T18:12:56.000Z","size":146,"stargazers_count":17,"open_issues_count":4,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-01T09:11:46.022Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/53seven.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-12-12T04:03:47.000Z","updated_at":"2024-11-27T17:20:47.000Z","dependencies_parsed_at":"2023-04-22T10:31:21.630Z","dependency_job_id":null,"html_url":"https://github.com/53seven/d3-nelson-rules","commit_stats":null,"previous_names":["kiernanmcgowan/d3-nelson-rules"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/53seven%2Fd3-nelson-rules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/53seven%2Fd3-nelson-rules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/53seven%2Fd3-nelson-rules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/53seven%2Fd3-nelson-rules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/53seven","download_url":"https://codeload.github.com/53seven/d3-nelson-rules/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249991122,"owners_count":21357203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T17:00:53.654Z","updated_at":"2025-04-21T03:32:15.471Z","avatar_url":"https://github.com/53seven.png","language":"JavaScript","funding_links":[],"categories":["Utils"],"sub_categories":[],"readme":"# d3-nelson-rules\n\n[![Greenkeeper badge](https://badges.greenkeeper.io/53seven/d3-nelson-rules.svg)](https://greenkeeper.io/)\n\n[![build status](https://travis-ci.org/53seven/d3-nelson-rules.svg)](https://travis-ci.org/53seven/d3-nelson-rules)\n\nd3 utility to apply [nelsons rules](https://en.wikipedia.org/wiki/Nelson_rules) of process control to a set of data.\n\n## Installing\n\nIf you use NPM, `npm install d3-nelson-rules`. Otherwise, download the [latest release](https://github.com/53seven/d3-nelson-rules/releases/latest).\n\n## API Reference\n\n```js\nvar data = [{\n  name: 'foo',\n  val: 3\n} ...];\n\nvar nelson = d3.d3_nelson_rules()\n  .std(5)\n  .mean(1)\n  .value(function(d) { return d.val; });\n\nsvg.selectAll('rect')\n  .data(data)\n  .enter()\n  ...\n  .call(nelson);\n```\n\nLicense\n---\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F53seven%2Fd3-nelson-rules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F53seven%2Fd3-nelson-rules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F53seven%2Fd3-nelson-rules/lists"}