{"id":22097013,"url":"https://github.com/pguso/js-plugin-circliful","last_synced_at":"2025-12-12T03:50:54.263Z","repository":{"id":12936368,"uuid":"15614198","full_name":"pguso/js-plugin-circliful","owner":"pguso","description":"javascript circle statistic plugin","archived":false,"fork":false,"pushed_at":"2023-04-15T16:54:08.000Z","size":2538,"stargazers_count":887,"open_issues_count":20,"forks_count":307,"subscribers_count":49,"default_branch":"master","last_synced_at":"2025-05-05T19:15:46.183Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://stackblitz.com/edit/js-2m2bs7","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/pguso.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,"governance":null}},"created_at":"2014-01-03T16:45:01.000Z","updated_at":"2025-03-05T16:03:56.000Z","dependencies_parsed_at":"2022-08-31T03:01:14.894Z","dependency_job_id":"07a6d4a8-5d90-4d76-89d5-60305b0b7d33","html_url":"https://github.com/pguso/js-plugin-circliful","commit_stats":{"total_commits":53,"total_committers":4,"mean_commits":13.25,"dds":"0.49056603773584906","last_synced_commit":"f04d806a3ba868f9aa2da0850b15d09626b84079"},"previous_names":["pguso/jquery-plugin-circliful"],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pguso%2Fjs-plugin-circliful","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pguso%2Fjs-plugin-circliful/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pguso%2Fjs-plugin-circliful/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pguso%2Fjs-plugin-circliful/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pguso","download_url":"https://codeload.github.com/pguso/js-plugin-circliful/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254384988,"owners_count":22062422,"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-12-01T04:13:56.112Z","updated_at":"2025-12-12T03:50:49.236Z","avatar_url":"https://github.com/pguso.png","language":"TypeScript","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=D3F2MMNDHQ9KQ"],"categories":[],"sub_categories":[],"readme":"# Circle Statistics #\n\nTest it https://stackblitz.com/edit/js-2m2bs7\n\nNew implementation of circliful, without any dependencies - dependencies are only used for development like webpack, jest, typescript, tslint and babel.\n\n* show Infos as Circle Statistics, no images used\n* based on SVG\n* many options can be set\n* fully responsive\n\n## How to use circliful\n\nInclude circliful to your Site via script tag. If you want to use font-awesome icons you need to include the files separately.\n\nGithub clone / download\n\n```\n\u003clink href=\"dist/main.css\" rel=\"stylesheet\" type=\"text/css\" /\u003e\n\n\u003cdiv id=\"circle\"\u003e\u003c/div\u003e\n\n\u003cscript src=\"dist/circliful.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n    circliful.newCircle({\n        percent: 50,\n        id: 'circle',\n        type: 'simple',\n    });\n\u003c/script\u003e\n```\n\nnpm package\n\n```\nnpm i js-plugin-circliful\n```\n   \n```javascript\nimport {circliful} from 'js-plugin-circliful';\n\ncircliful.newCircle({\n  percent: 50,\n  id: 'circle',\n  type: 'simple',\n});\n```\n\n```css\n@import 'js-plugin-circliful/dist/main.css';\n```\n\n```html\n\u003cdiv id=\"circle\"\u003e\u003c/div\u003e\n```\n\n## Documentation\n\n* [Api](./docs/api.md)\n* [Create custom circle](./docs/create-new-circle.md)\n* [Setup dev enviroment (with webpack)](./docs/dev-environment.md)\n* [List of available options](./docs/options.md)\n* [Style your cirles via css](./docs/style-elements.md)\n\nIf you feel there is something missing in the documentation or the library please open a issue.\n\nDonation\n--------\nIf you find this plugin useful or/and use it commercially feel free to donate me a cup of coffee :)\n\n[![](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=D3F2MMNDHQ9KQ)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpguso%2Fjs-plugin-circliful","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpguso%2Fjs-plugin-circliful","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpguso%2Fjs-plugin-circliful/lists"}