{"id":15576724,"url":"https://github.com/sgratzl/boxplots","last_synced_at":"2025-09-11T12:31:37.435Z","repository":{"id":42583981,"uuid":"279700671","full_name":"sgratzl/boxplots","owner":"sgratzl","description":"A simple boxplot Javascript library with various quantiles options (like R)","archived":false,"fork":false,"pushed_at":"2024-12-17T07:31:39.000Z","size":6440,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-28T11:41:58.182Z","etag":null,"topics":["boxplot","boxplots","javascript","stats","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/sgratzl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["sgratzl"]}},"created_at":"2020-07-14T21:51:48.000Z","updated_at":"2024-11-16T18:04:20.000Z","dependencies_parsed_at":"2023-02-18T09:16:04.843Z","dependency_job_id":"50562f31-1cfe-4305-a320-9cba2cdaa665","html_url":"https://github.com/sgratzl/boxplots","commit_stats":{"total_commits":108,"total_committers":3,"mean_commits":36.0,"dds":"0.43518518518518523","last_synced_commit":"b048d36533336ef310b7c3e3761d0d7cc6ed749d"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgratzl%2Fboxplots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgratzl%2Fboxplots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgratzl%2Fboxplots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgratzl%2Fboxplots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgratzl","download_url":"https://codeload.github.com/sgratzl/boxplots/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232646346,"owners_count":18555272,"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":["boxplot","boxplots","javascript","stats","typescript"],"created_at":"2024-10-02T18:55:16.207Z","updated_at":"2025-01-05T21:46:25.351Z","avatar_url":"https://github.com/sgratzl.png","language":"TypeScript","funding_links":["https://github.com/sponsors/sgratzl"],"categories":[],"sub_categories":[],"readme":"# BoxPlots\n\n[![License: MIT][mit-image]][mit-url] [![NPM Package][npm-image]][npm-url] [![Github Actions][github-actions-image]][github-actions-url]\n\nA small library for computing boxplot objects with various quantiles options\n\n## Install\n\n```sh\nnpm install --save @sgratzl/boxplots\n```\n\n## Usage\n\n```ts\nimport boxplot from '@sgratzl/boxplots';\n\nconst arr = [\n  -0.402253, -1.4521869, 0.135228, -1.8620118, -0.5687531, 0.4218371, -1.1165662, 0.5960255, -0.5008038, -0.394178,\n  1.3709885,\n];\nconst b = boxplot(arr);\n```\n\nsee [Samples](https://github.com/sgratzl/boxplots/tree/master/samples) on Github\n\nor at this [![Open in CodePen][codepen]](https://codepen.io/sgratzl/pen/VweGdvO)\n\n## Development Environment\n\n```sh\nnpm i -g yarn\nyarn set version latest\ncat .yarnrc_patch.yml \u003e\u003e .yarnrc.yml\nyarn\nyarn pnpify --sdk vscode\n```\n\n### Common commands\n\n```sh\nyarn clean\nyarn compile\nyarn test\nyarn lint\nyarn fix\nyarn build\nyarn docs\nyarn release\nyarn release:pre\n```\n\n[mit-image]: https://img.shields.io/badge/License-MIT-yellow.svg\n[mit-url]: https://opensource.org/licenses/MIT\n[npm-image]: https://badge.fury.io/js/%40sgratzl%2Fboxplots.svg\n[npm-url]: https://npmjs.org/package/@sgratzl/boxplots\n[github-actions-image]: https://github.com/sgratzl/boxplots/workflows/ci/badge.svg\n[github-actions-url]: https://github.com/sgratzl/boxplots/actions\n[codepen]: https://img.shields.io/badge/CodePen-open-blue?logo=codepen\n[codesandbox]: https://img.shields.io/badge/CodeSandbox-open-blue?logo=codesandbox\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgratzl%2Fboxplots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgratzl%2Fboxplots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgratzl%2Fboxplots/lists"}