{"id":24434126,"url":"https://github.com/tfwright/adjustable-pie-chart","last_synced_at":"2026-02-09T13:16:48.845Z","repository":{"id":66575781,"uuid":"1157570","full_name":"tfwright/adjustable-pie-chart","owner":"tfwright","description":"An adjustable pie chart with Raphaël.js","archived":false,"fork":false,"pushed_at":"2010-12-13T00:40:35.000Z","size":128,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-01T04:33:12.585Z","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/tfwright.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2010-12-10T23:02:34.000Z","updated_at":"2014-12-11T18:56:45.000Z","dependencies_parsed_at":"2023-02-20T07:00:40.488Z","dependency_job_id":null,"html_url":"https://github.com/tfwright/adjustable-pie-chart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tfwright/adjustable-pie-chart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfwright%2Fadjustable-pie-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfwright%2Fadjustable-pie-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfwright%2Fadjustable-pie-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfwright%2Fadjustable-pie-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tfwright","download_url":"https://codeload.github.com/tfwright/adjustable-pie-chart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfwright%2Fadjustable-pie-chart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29266400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T12:53:16.161Z","status":"ssl_error","status_checked_at":"2026-02-09T12:52:30.244Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-01-20T16:54:23.585Z","updated_at":"2026-02-09T13:16:48.825Z","avatar_url":"https://github.com/tfwright.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a pure Javascript library for creating pie charts that can be adjusted on the fly.\n\n### Syntaxt\n\n    // piechart(centerX, centerY, radius, values, options)\n\n    r = Raphael(0, 0, 500, 500)\n    chart = r.piechart(250, 250, 100, [10, 22, 32, 2, 18], {color:\"blue\"})\n    \nSee test.html for full example\n    \n### Options\n\nCurrently supported:\n\n1. color: the base color for the chart\n2. onchange: a function for the chart to call when it is adjusted\n\nObviously, a work in progress, and still a bit buggy. Needless to say, bug reports/pull requests welcome.\n\nLoosely based on Dmitry Baranovskiy's examples [here](http://raphaeljs.com/pie.html), [here](http://raphaeljs.com/growing-pie.html) and [here](http://g.raphaeljs.com/piechart2.html).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfwright%2Fadjustable-pie-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftfwright%2Fadjustable-pie-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfwright%2Fadjustable-pie-chart/lists"}