{"id":13454118,"url":"https://github.com/jstrace/chart","last_synced_at":"2025-03-24T05:33:04.212Z","repository":{"id":14541625,"uuid":"17256590","full_name":"jstrace/chart","owner":"jstrace","description":"Ansi charts for nodejs","archived":false,"fork":false,"pushed_at":"2022-05-16T04:17:48.000Z","size":17,"stargazers_count":235,"open_issues_count":4,"forks_count":19,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-12T22:51:13.590Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jstrace.png","metadata":{"files":{"readme":"Readme.md","changelog":"History.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-27T16:59:18.000Z","updated_at":"2025-02-20T01:29:40.000Z","dependencies_parsed_at":"2022-08-02T23:00:17.769Z","dependency_job_id":null,"html_url":"https://github.com/jstrace/chart","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstrace%2Fchart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstrace%2Fchart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstrace%2Fchart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstrace%2Fchart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jstrace","download_url":"https://codeload.github.com/jstrace/chart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245217260,"owners_count":20579289,"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-31T08:00:51.024Z","updated_at":"2025-03-24T05:33:03.947Z","avatar_url":"https://github.com/jstrace.png","language":"JavaScript","readme":"\n# Chart\n\n  Ascii bar chart for nodejs.\n\n  ![](https://dl.dropboxusercontent.com/u/6396913/misc/Screen%20Shot%202014-02-27%20at%208.56.42%20AM.png)\n\n## Installation\n\n```\n$ npm install jstrace/chart\n```\n\n## Example\n\n When `data` exceeds the available width the data will \"roll\" to the tail-end\n of the array. This may become an option in the future, but that's the default\n behaviour for now ;)\n\n```js\nvar chart = require('chart');\nvar clear = require('clear');\n\nvar data = [1, 2, ...];\n\nclear();\nconsole.log(chart(data, {\n  width: 130,\n  height: 30,\n  pointChar: '█',\n  negativePointChar: '░'\n}));\n```\n\n# License\n\n  MIT\n","funding_links":[],"categories":["Packages","Web 后端","包","JavaScript","目录","Command-line utilities"],"sub_categories":["Command-line utilities","命令行工具","命令行实用工具"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjstrace%2Fchart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjstrace%2Fchart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjstrace%2Fchart/lists"}