{"id":25443907,"url":"https://github.com/conormag/ember-cli-easypiechart","last_synced_at":"2025-11-01T18:30:23.444Z","repository":{"id":57223249,"uuid":"43889175","full_name":"conormag/ember-cli-easypiechart","owner":"conormag","description":"Ember CLI addon for jquery.easy-pie-chart ","archived":false,"fork":false,"pushed_at":"2022-07-30T05:50:04.000Z","size":232,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T04:35:13.620Z","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":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conormag.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}},"created_at":"2015-10-08T13:12:30.000Z","updated_at":"2023-03-05T03:30:27.000Z","dependencies_parsed_at":"2022-08-24T16:20:55.297Z","dependency_job_id":null,"html_url":"https://github.com/conormag/ember-cli-easypiechart","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conormag%2Fember-cli-easypiechart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conormag%2Fember-cli-easypiechart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conormag%2Fember-cli-easypiechart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conormag%2Fember-cli-easypiechart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conormag","download_url":"https://codeload.github.com/conormag/ember-cli-easypiechart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239132700,"owners_count":19587107,"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":"2025-02-17T15:17:41.990Z","updated_at":"2025-11-01T18:30:23.411Z","avatar_url":"https://github.com/conormag.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ember-cli-easypiechart\n\n[![Build Status](https://travis-ci.org/conormag/ember-cli-easypiechart.svg?branch=v0.1.2)](https://travis-ci.org/conormag/ember-cli-easypiechart)\n\nAn [ember-cli](http://www.ember-cli.com) addon for using [jQuery Easy Pie Chart](https://rendro.github.io/easy-pie-chart/) in Ember applications.\n\n## Installation\n`ember install ember-cli-easypiechart`\n\n## Usage\n\n```{{easy-pie-chart percent=50 symbol=\"%\"}}```\n\nThe blockless-version will render\n```\u003cspan class=\"percentage\"\u003e{{percent}}\u003c/span\u003e{{symbol}}```\n\ninside the component.\n\n#### Block Version\n```javascript\n{{#easy-pie-chart percent=50}}\n    \u003cyour layout here with {{percent}} \u0026 {{symbol}}\u003e\n{{/easy-pie-chart}}\n```\n\nAll parameters from [easy-pie-chart](https://rendro.github.io/easy-pie-chart/) are available.\nTo trigger the plugin's enableAnimation/disableAnimation methods, pass \n  `animationOn=true|false`\nto the component and change accordingly.\n\n#### Animation Callbacks\nFor example, to have the percent value change incrementally while animation is running:\n```js\n// {{! app/controllers/application.js}}\n\nexport default Ember.Controller.extend({\n  percent: 0,\n\tonStep: function(from,to,value) {\n\t\t$(this.el).find('span').text(~~value);\n  }\n});\n```\n\n```js\n// {{! app/templates/application.hbs}}\n\n{{easy-pie-chart percent=percent animate=true onStep=onStep}}\n```\n## Testing\n* `git clone` this repository\n* `npm install`\n* `bower install`\n\n## Running\n\n* `ember server`\n* Visit your app at http://localhost:4200.\n\n## Running Tests\n\n* `ember test`\n* `ember test --server`\n\n## Building\n\n* `ember build`\n\nFor more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconormag%2Fember-cli-easypiechart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconormag%2Fember-cli-easypiechart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconormag%2Fember-cli-easypiechart/lists"}