{"id":15015973,"url":"https://github.com/dhilipsiva/ember-cli-piechart","last_synced_at":"2025-04-22T19:11:47.169Z","repository":{"id":57223421,"uuid":"69947687","full_name":"dhilipsiva/ember-cli-piechart","owner":"dhilipsiva","description":" A very simple Canvas based Ember CLI addon for creating pie charts","archived":false,"fork":false,"pushed_at":"2016-11-18T07:53:29.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T19:05:58.922Z","etag":null,"topics":["canvas","ember","ember-addon","ember-cli","ember-cli-piechart","javascript","pie-chart"],"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/dhilipsiva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-04T08:42:16.000Z","updated_at":"2022-07-21T07:35:28.000Z","dependencies_parsed_at":"2022-08-24T16:20:54.804Z","dependency_job_id":null,"html_url":"https://github.com/dhilipsiva/ember-cli-piechart","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhilipsiva%2Fember-cli-piechart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhilipsiva%2Fember-cli-piechart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhilipsiva%2Fember-cli-piechart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhilipsiva%2Fember-cli-piechart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhilipsiva","download_url":"https://codeload.github.com/dhilipsiva/ember-cli-piechart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250306637,"owners_count":21408926,"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":["canvas","ember","ember-addon","ember-cli","ember-cli-piechart","javascript","pie-chart"],"created_at":"2024-09-24T19:48:13.860Z","updated_at":"2025-04-22T19:11:47.150Z","avatar_url":"https://github.com/dhilipsiva.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ember-cli-piechart\n\nThis README outlines the details of collaborating on this Ember addon.\n\n# Usage\n\n`ember install ember-cli-piechart`\n\n`{{pie-chart data=model height=100 width=100}}`\n\nwhere `data` is an array of `{\"value\", \"color\"}`. `height` and `width` of canvas is optional.\n\nA valid `data` might look like this:\n\n```\nvar data = [\n  {\"value\": 1, \"color\": \"red\"},\n  {\"value\": 4.5, \"color\": \"blue\"},\n  {\"value\": 2, \"color\": \"yellow\"},\n  {\"value\": 3, \"color\": \"green\"}\n];\n```\n\nwhich will render a pie chart in a canvas like this:\n\n![ember-cli-piechart](https://raw.githubusercontent.com/dhilipsiva/ember-cli-piechart/master/ember-cli-piechart.png)\n\n\n# Development\n\n## Installation\n\n* `git clone \u003crepository-url\u003e` this repository\n* `cd ember-cli-piechart`\n* `npm install`\n* `bower install`\n\n## Running\n\n* `ember serve`\n* Visit your app at [http://localhost:4200](http://localhost:4200).\n\n## Running Tests\n\n* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)\n* `ember test`\n* `ember test --server`\n\n## Building\n\n* `ember build`\n\nFor more information on using ember-cli, visit [http://ember-cli.com/](http://ember-cli.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhilipsiva%2Fember-cli-piechart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhilipsiva%2Fember-cli-piechart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhilipsiva%2Fember-cli-piechart/lists"}