{"id":13808269,"url":"https://github.com/willsoto/ng-chartist","last_synced_at":"2025-05-15T18:08:46.955Z","repository":{"id":8997955,"uuid":"60042686","full_name":"willsoto/ng-chartist","owner":"willsoto","description":"Angular component for Chartist.js","archived":false,"fork":false,"pushed_at":"2025-05-12T08:32:46.000Z","size":40438,"stargazers_count":125,"open_issues_count":1,"forks_count":44,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-12T09:57:15.647Z","etag":null,"topics":["angular","charting-library","chartist","chartistjs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willsoto.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null},"funding":{"github":["willsoto"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2016-05-30T22:34:28.000Z","updated_at":"2025-05-12T08:32:49.000Z","dependencies_parsed_at":"2023-02-11T00:30:55.314Z","dependency_job_id":"7f446708-a263-4b64-bb60-b2d283dad819","html_url":"https://github.com/willsoto/ng-chartist","commit_stats":{"total_commits":1353,"total_committers":18,"mean_commits":75.16666666666667,"dds":0.6289726533628972,"last_synced_commit":"ccd569a63a0ccb2af5879df23542f1465d3db8a5"},"previous_names":[],"tags_count":75,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willsoto%2Fng-chartist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willsoto%2Fng-chartist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willsoto%2Fng-chartist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willsoto%2Fng-chartist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willsoto","download_url":"https://codeload.github.com/willsoto/ng-chartist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254394722,"owners_count":22063984,"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":["angular","charting-library","chartist","chartistjs","typescript"],"created_at":"2024-08-04T01:01:38.604Z","updated_at":"2025-05-15T18:08:46.920Z","avatar_url":"https://github.com/willsoto.png","language":"TypeScript","funding_links":["https://github.com/sponsors/willsoto"],"categories":["Third Party Components"],"sub_categories":["Charts"],"readme":"# Angular Chartist\n\n## Installation\n\n```bash\nnpm install ng-chartist chartist\n```\n\n```bash\npnpm add ng-chartist chartist\n```\n\n## Usage\n\n```typescript\nimport { ChartistModule } from \"ng-chartist\";\nimport { NgModule } from \"@angular/core\";\n\n@NgModule({\n  imports: [ChartistModule],\n})\nexport class SomeModule {}\n```\n\n```ts\nimport { Component } from \"@angular/core\";\nimport { Configuration } from \"ng-chartist\";\n\n@Component()\nexport class SomeComponent {\n  public configuration: Configuration = {\n    // Specify the type of chart and the rest of the config will be typed\n    type: \"Bar\",\n    // Required\n    data: {},\n    // Optional\n    options: {},\n    // Optional\n    responsiveOptions: {},\n  };\n}\n```\n\n```html\n\u003cx-chartist [configuration]=\"configuration\"\u003e\u003c/x-chartist\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillsoto%2Fng-chartist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillsoto%2Fng-chartist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillsoto%2Fng-chartist/lists"}