{"id":30729592,"url":"https://github.com/tmkx/echarts-react","last_synced_at":"2025-09-03T15:48:05.573Z","repository":{"id":310151429,"uuid":"1036504290","full_name":"tmkx/echarts-react","owner":"tmkx","description":"Using ECharts in React the Idiomatic Way, with Treeshaking Support! 🍃","archived":false,"fork":false,"pushed_at":"2025-08-28T09:59:27.000Z","size":174,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-28T14:54:40.735Z","etag":null,"topics":["chart","component","echarts","echarts-for-react","react","visualization"],"latest_commit_sha":null,"homepage":"https://tmkx.github.io/echarts-react/","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/tmkx.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-12T07:09:07.000Z","updated_at":"2025-08-28T09:59:30.000Z","dependencies_parsed_at":"2025-08-16T05:31:53.509Z","dependency_job_id":"382ddc80-c7dd-49a1-825e-156c6146107d","html_url":"https://github.com/tmkx/echarts-react","commit_stats":null,"previous_names":["tmkx/echarts-react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tmkx/echarts-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmkx%2Fecharts-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmkx%2Fecharts-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmkx%2Fecharts-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmkx%2Fecharts-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmkx","download_url":"https://codeload.github.com/tmkx/echarts-react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmkx%2Fecharts-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273467967,"owners_count":25111133,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["chart","component","echarts","echarts-for-react","react","visualization"],"created_at":"2025-09-03T15:48:03.118Z","updated_at":"2025-09-03T15:48:05.549Z","avatar_url":"https://github.com/tmkx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @fanciers/echarts-react\n\n\u003e Using ECharts in React the Idiomatic Way, with Treeshaking Support! 🍃\n\n```shell\nnpm install @fanciers/echarts-react\n```\n\n```typescript\nimport { CanvasRenderer, LineChart, echarts } from '@fanciers/echarts-react';\n\necharts.use([CanvasRenderer]);\n\nfunction Demo() {\n  return (\n    \u003cLineChart\n      style={{ width: 480, height: 300 }}\n      xAxis={{\n        type: 'category',\n        data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],\n      }}\n      yAxis={{ type: 'value' }}\n      series={[\n        {\n          type: 'line',\n          data: [150, 230, 224, 218, 135, 147, 260],\n        },\n      ]}\n    /\u003e\n  );\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmkx%2Fecharts-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmkx%2Fecharts-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmkx%2Fecharts-react/lists"}