{"id":18623995,"url":"https://github.com/lloydzhou/g2v","last_synced_at":"2026-04-25T22:32:36.928Z","repository":{"id":185039321,"uuid":"640913883","full_name":"lloydzhou/g2v","owner":"lloydzhou","description":"Vue component wrapper for @antv/g2.","archived":false,"fork":false,"pushed_at":"2023-11-13T17:59:14.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-09T06:38:58.564Z","etag":null,"topics":["antv","g2","vue","vue3"],"latest_commit_sha":null,"homepage":"","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/lloydzhou.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":"2023-05-15T11:46:33.000Z","updated_at":"2024-02-23T18:14:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b99da3b-16c2-4be9-bab2-ec0bc0aa6094","html_url":"https://github.com/lloydzhou/g2v","commit_stats":null,"previous_names":["lloydzhou/antv-g2-vue","lloydzhou/g2v"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lloydzhou/g2v","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lloydzhou%2Fg2v","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lloydzhou%2Fg2v/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lloydzhou%2Fg2v/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lloydzhou%2Fg2v/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lloydzhou","download_url":"https://codeload.github.com/lloydzhou/g2v/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lloydzhou%2Fg2v/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32279654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","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":["antv","g2","vue","vue3"],"created_at":"2024-11-07T04:27:00.106Z","updated_at":"2026-04-25T22:32:36.885Z","avatar_url":"https://github.com/lloydzhou.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# g2v\n\nVue component wrapper for [@antv/g2](https://github.com/antvis/g2).  \n\n\u003ca href=\"https://www.npmjs.com/package/g2v\"\u003e\u003cimg alt=\"NPM Package\" src=\"https://img.shields.io/npm/v/g2v.svg?style=flat-square\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/g2v\"\u003e\u003cimg src=\"https://img.shields.io/bundlejs/size/g2v\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/g2v\"\u003e\u003cimg alt=\"NPM Downloads\" src=\"https://img.shields.io/npm/dm/g2v?logo=npm\u0026style=flat-square\"\u003e\u003c/a\u003e\n\u003ca href=\"/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/lloydzhou/g2v?style=flat-square\" alt=\"MIT License\"\u003e\u003c/a\u003e\n\n\n## demo\n```\nimport { Chart, ... } from \"g2v\"\n\n\n\u003ctemplate\u003e\n  \u003cChart :width=\"640\" :height=\"480\" @before-render=\"beforerender\" @interval-click=\"intervalclick\"\u003e\n    \u003cSpaceLayer\u003e\n      \u003cFetchData value=\"https://gw.alipayobjects.com/os/bmw-prod/fb9db6b7-23a5-4c23-bbef-c54a55fee580.csv\" format=\"csv\" /\u003e\n      \u003cInterval\u003e\n        \u003cTitle title=\"test title\" align=\"center\" /\u003e\n        \u003cEncode name=\"x\" value=\"letter\" /\u003e\n        \u003cEncode name=\"y\" value=\"frequency\" /\u003e\n        \u003cFieldEncode name=\"color\" value=\"letter\" /\u003e\n        \u003cSortX :reverse=\"true\" by=\"y\" /\u003e\n      \u003c/Interval\u003e\n      \u003cInterval :x=\"300\" :y=\"65\" :width=\"300\" :height=\"300\" :legend=\"false\"\u003e\n        \u003cFieldEncode name=\"y\" value=\"frequency\" /\u003e\n        \u003cEncode name=\"color\" value=\"letter\" /\u003e\n        \u003cStackY /\u003e\n        \u003cThetaCoordinate /\u003e\n      \u003c/Interval\u003e\n    \u003c/SpaceLayer\u003e\n  \u003c/Chart\u003e\n\u003c/template\u003e\n```\n\n![image](https://github.com/lloydzhou/antv-g2-react/assets/1826685/759ca66d-6d1b-428b-a651-172db3147dbb)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flloydzhou%2Fg2v","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flloydzhou%2Fg2v","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flloydzhou%2Fg2v/lists"}