{"id":41310833,"url":"https://github.com/ileodo/budget-view-chart","last_synced_at":"2026-01-23T05:23:23.578Z","repository":{"id":148710449,"uuid":"618654654","full_name":"ileodo/budget-view-chart","owner":"ileodo","description":"📈 budget-view-chart is a React Chart component specialising in display budget for personal finance.","archived":false,"fork":false,"pushed_at":"2025-11-14T20:23:28.000Z","size":7919,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-03T12:27:39.301Z","etag":null,"topics":["budget-tracker","budget-view-chart","chart","data-visualization","escharts","personal-finance","react","visualization"],"latest_commit_sha":null,"homepage":"https://ileodo.github.io/budget-view-chart/","language":"TypeScript","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/ileodo.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-03-25T00:47:08.000Z","updated_at":"2025-08-18T10:46:51.000Z","dependencies_parsed_at":"2025-08-18T10:18:16.852Z","dependency_job_id":null,"html_url":"https://github.com/ileodo/budget-view-chart","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ileodo/budget-view-chart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ileodo%2Fbudget-view-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ileodo%2Fbudget-view-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ileodo%2Fbudget-view-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ileodo%2Fbudget-view-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ileodo","download_url":"https://codeload.github.com/ileodo/budget-view-chart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ileodo%2Fbudget-view-chart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28680684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T04:33:33.518Z","status":"ssl_error","status_checked_at":"2026-01-23T04:33:30.433Z","response_time":59,"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":["budget-tracker","budget-view-chart","chart","data-visualization","escharts","personal-finance","react","visualization"],"created_at":"2026-01-23T05:23:22.894Z","updated_at":"2026-01-23T05:23:23.567Z","avatar_url":"https://github.com/ileodo.png","language":"TypeScript","readme":"# budget-view-chart\n\n[![Deploy Github Page](https://github.com/ileodo/budget-view-chart/actions/workflows/static.yml/badge.svg)](https://github.com/ileodo/budget-view-chart/actions/workflows/static.yml)\n\n\n![npm type definitions](https://img.shields.io/npm/types/budget-view-chart)\n![NPM](https://img.shields.io/npm/l/budget-view-chart)\n[![npm](https://img.shields.io/npm/v/budget-view-chart)](https://www.npmjs.com/package/budget-view-chart)\n![npm](https://img.shields.io/npm/dw/budget-view-chart)\n\n\n\u003ca href=\"https://www.buymeacoffee.com/Ileodo\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-blue.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n\nA react Chart component specialising in display budget for personal finance.\n\n\u003e This component is built based on [echarts](https://echarts.apache.org/en/index.html).\n\n[![Demo Button Icon]][Demo Link]\n\n[Demo Link]: https://ileodo.github.io/budget-view-chart/\n[Demo Button Icon]: https://img.shields.io/badge/Demo-EF2D?style=for-the-badge\u0026logoColor=white\n\n\n\u003cp style=\"text-align:center;\"\u003e\u003cimg src=\"./examples/1.png\" width=\"800\" alt=\"example\"/\u003e\u003c/p\u003e\n\n## Get Started\n\n```bash\nnpm install budget-view-chart\n```\n\n```react\n\u003cBudgetChart config={{\n  showMonthEndLine: null,\n  showAggregate: false,\n  locale: 'en-GB',\n  currency: 'GBP'}} value={dataset}/\u003e\n\n```\nExample `dataset` can be find in [demo/src/data/](demo/src/data/)\n\n\n## Visualisation\n\nBreakdown View\n\u003cp style=\"text-align:center;\"\u003e\u003cimg src=\"./examples/1.png\" width=\"800\" alt=\"example1\"/\u003e\u003c/p\u003e\n\nHighlight on Budget Item\n\u003cp style=\"text-align:center;\"\u003e\u003cimg src=\"./examples/2.png\" width=\"800\" alt=\"example2\"/\u003e\u003c/p\u003e\n\nHighlight on Spending in a Whole Month\n\u003cp style=\"text-align:center;\"\u003e\u003cimg src=\"./examples/3.png\" width=\"800\" alt=\"example3\"/\u003e\u003c/p\u003e\n\nHighlight on Spending\n\u003cp style=\"text-align:center;\"\u003e\u003cimg src=\"./examples/4.png\" width=\"800\" alt=\"example4\"/\u003e\u003c/p\u003e\n\nNegative Spending (Income)\n\u003cp style=\"text-align:center;\"\u003e\u003cimg src=\"./examples/5.png\" width=\"800\" alt=\"example5\"/\u003e\u003c/p\u003e\n\nAggregate View\n\u003cp style=\"text-align:center;\"\u003e\u003cimg src=\"./examples/6.png\" width=\"800\" alt=\"example6\"/\u003e\u003c/p\u003e\n\nOver Spending\n\u003cp style=\"text-align:center;\"\u003e\u003cimg src=\"./examples/7.png\" width=\"800\" alt=\"example7\"/\u003e\u003c/p\u003e\n\nCurrent Line\n\u003cp style=\"text-align:center;\"\u003e\u003cimg src=\"./examples/8.png\" width=\"800\" alt=\"example8\"/\u003e\u003c/p\u003e\n\n\n## Contribution\n\nAll contributions are welcomed, especially the following aspects:\n\n- Standardise the repo\n- Standardise the build/test/linting process\n- Support custom styling\n- Performance improvements\n","funding_links":["https://www.buymeacoffee.com/Ileodo"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fileodo%2Fbudget-view-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fileodo%2Fbudget-view-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fileodo%2Fbudget-view-chart/lists"}