{"id":16231517,"url":"https://github.com/hustcc/react-g2plot","last_synced_at":"2025-07-30T12:05:16.052Z","repository":{"id":66093486,"uuid":"230555014","full_name":"hustcc/React-G2Plot","owner":"hustcc","description":":robot: Unofficial react component wrapper for @antvis/G2Plot","archived":false,"fork":false,"pushed_at":"2020-09-28T13:40:35.000Z","size":27,"stargazers_count":22,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-30T10:03:03.036Z","etag":null,"topics":["antv","g2","g2plot","visualization"],"latest_commit_sha":null,"homepage":"https://git.hust.cc/React-G2Plot/","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/hustcc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://paypal.me/hustcc","https://hust.cc","https://atool.vip"]}},"created_at":"2019-12-28T03:53:05.000Z","updated_at":"2023-09-24T08:26:34.000Z","dependencies_parsed_at":"2023-03-10T16:30:34.904Z","dependency_job_id":null,"html_url":"https://github.com/hustcc/React-G2Plot","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hustcc/React-G2Plot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hustcc%2FReact-G2Plot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hustcc%2FReact-G2Plot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hustcc%2FReact-G2Plot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hustcc%2FReact-G2Plot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hustcc","download_url":"https://codeload.github.com/hustcc/React-G2Plot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hustcc%2FReact-G2Plot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267865827,"owners_count":24157343,"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-07-30T02:00:09.044Z","response_time":70,"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":["antv","g2","g2plot","visualization"],"created_at":"2024-10-10T13:05:55.879Z","updated_at":"2025-07-30T12:05:16.021Z","avatar_url":"https://github.com/hustcc.png","language":"TypeScript","funding_links":["https://paypal.me/hustcc","https://hust.cc","https://atool.vip"],"categories":[],"sub_categories":[],"readme":"# React-G2Plot\n\n\n\u003e `react-g2plot` is an unofficial react component wrapper for [@antv/g2plot](https://github.com/antvis/G2Plot). \n\n\n[![npm](https://img.shields.io/npm/v/react-g2plot.svg)](https://www.npmjs.com/package/react-g2plot)\n[![Build Status](https://github.com/hustcc/react-g2plot/workflows/build/badge.svg)](https://github.com/hustcc/react-g2plot/actions)\n[![npm](https://img.shields.io/npm/dm/react-g2plot.svg)](https://www.npmjs.com/package/react-g2plot)\n[![React Supported](https://img.shields.io/badge/React-%3E=16.8.0-blue.svg)](https://github.com/hustcc/react-g2plot)\n[![npm](https://img.shields.io/npm/l/react-g2plot.svg)](https://www.npmjs.com/package/react-g2plot)\n\n\n\n## Install\n\n```bash\n$ npm install react-g2plot\n``` \n\n\n\n## Usage\n\n```jsx\nimport ReactDOM from 'react-dom';\nimport React from 'react';\n\nimport { Line } from '@antv/g2plot';      // import plot from G2Plot\nimport ReactG2Plot from 'react-g2plot';   // import React wrapper\n\nReactDOM.render(\n  \u003cReactG2Plot\n    className=\"your-classname\"\n    Ctor={Line}\n    options={options}\n  /\u003e,\n  mountNode,\n);\n```\n\n\n## Documents\n\nAll documents about `plot` and `options` are [here](https://g2plot.antv.vision/).\n\n\n\n## Development\n\n```bash\n$ npm install\n\n# run test case\n$ npm run test\n\n# run live demo\n$ npm run demo\n```\n\n\n## LICENSE\n\nMIT@[hustcc](https://github.com/hustcc).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhustcc%2Freact-g2plot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhustcc%2Freact-g2plot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhustcc%2Freact-g2plot/lists"}