{"id":13471266,"url":"https://github.com/entronad/graphic","last_synced_at":"2025-04-10T17:16:01.914Z","repository":{"id":37783754,"uuid":"242307648","full_name":"entronad/graphic","owner":"entronad","description":"A grammar of data visualization and Flutter charting library.","archived":false,"fork":false,"pushed_at":"2025-01-23T02:21:18.000Z","size":6996,"stargazers_count":1675,"open_issues_count":82,"forks_count":184,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-04-03T09:45:05.319Z","etag":null,"topics":["chart","charting-library","charts","dart","dartlang","data-visualization","flutter","flutter-package","flutter-widget","graph","graphic","visualization"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/graphic","language":"Dart","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/entronad.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"entronad","open_collective":"graphic","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2020-02-22T08:36:12.000Z","updated_at":"2025-04-01T22:58:47.000Z","dependencies_parsed_at":"2023-11-07T17:07:10.231Z","dependency_job_id":"150190bf-c743-4bd2-8af9-9f50730622ce","html_url":"https://github.com/entronad/graphic","commit_stats":{"total_commits":157,"total_committers":15,"mean_commits":"10.466666666666667","dds":"0.21656050955414008","last_synced_commit":"02689aebd46e8a278269fbcfff233b993153b6f3"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entronad%2Fgraphic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entronad%2Fgraphic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entronad%2Fgraphic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entronad%2Fgraphic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/entronad","download_url":"https://codeload.github.com/entronad/graphic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217203,"owners_count":20903009,"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","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","charting-library","charts","dart","dartlang","data-visualization","flutter","flutter-package","flutter-widget","graph","graphic","visualization"],"created_at":"2024-07-31T16:00:42.411Z","updated_at":"2025-04-10T17:16:01.664Z","avatar_url":"https://github.com/entronad.png","language":"Dart","funding_links":["https://patreon.com/entronad","https://opencollective.com/graphic"],"categories":["Dart","组件","Charts [🔝](#readme)","Components"],"sub_categories":["图表","Charts"],"readme":"# Graphic\n\n\u003cp align=\"left\"\u003e\n\u003ca href=\"https://pub.dev/packages/graphic\"\u003e\n\u003cimg src=\"https://img.shields.io/pub/v/graphic.svg\" /\u003e\n\u003c/a\u003e\n\u003c/p\u003e\nGraphic is a grammar of data visualization and Flutter charting library.\n\n- **Flexible declarative grammar**: This visualization grammar derives from Leland Wilkinson's *The Grammar of Graphics*, and tries to balance between theoretical beauty and practicability. Data processing steps and mark shapes can be composed freely in a declarative specification, not limited to certain chart types. And shape draw methods are customizable.\n- **Interaction**: With the *event* and *selection* definition, the chart is highly interactive, such as highlighting selected items, popping a tooltip, or scaling the coordinate.\n- **Animation**: Mark transition animation can be set when a chart is built or changed. The entrance animation has various forms.\n\n## Documentation\n\nSee in the [documentation](https://pub.dev/documentation/graphic/latest/graphic/graphic-library.html).\n\n## Examples\n\nExample of charts can be seen in the [Example App](https://github.com/entronad/graphic/tree/main/example). Please clone this repository and run the example project in example directory.\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://github.com/entronad/graphic/raw/main/devdoc/animation1.gif\" width=\"40%\" height=\"40%\" /\u003e\n\u003cimg src=\"https://github.com/entronad/graphic/raw/main/devdoc/animation2.gif\" width=\"40%\" height=\"40%\" /\u003e\n\u003cimg src=\"https://github.com/entronad/graphic/raw/main/devdoc/animation3.gif\" width=\"40%\" height=\"40%\" /\u003e\n\u003cimg src=\"https://github.com/entronad/graphic/raw/main/devdoc/animation4.gif\" width=\"40%\" height=\"40%\" /\u003e\n\u003cimg src=\"https://github.com/entronad/graphic/raw/main/devdoc/signal_channel.gif\" width=\"40%\" height=\"40%\" /\u003e\n\u003cimg src=\"https://github.com/entronad/graphic/raw/main/devdoc/selection_channel.gif\" width=\"40%\" height=\"40%\" /\u003e\n\u003c/div\u003e\n\n![examples](https://github.com/entronad/graphic/raw/main/devdoc/examples.jpg)\n\n## Tutorials\n\n[The Versatility of the Grammar of Graphics](https://medium.com/@entronad/the-versatility-of-the-grammar-of-graphics-d1366760424d)\n\n[How to Build Interactive Charts in Flutter](https://medium.com/@entronad/how-to-build-interactive-charts-in-flutter-e317492d5ba1)\n\n## Share this Lib\n\n[![Twitter](https://img.shields.io/badge/share%20on-twitter-03A9F4?style=flat-square\u0026logo=twitter)](https://twitter.com/share?url=https://github.com/entronad/graphic\u0026text=Graphic:%20A%20grammar%20of%20data%20visualization%20and%20Flutter%20charting%20library.)\n[![HackerNews](https://img.shields.io/badge/share%20on-hacker%20news-orange?style=flat-square\u0026logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https://github.com/entronad/graphic)\n[![Reddit](https://img.shields.io/badge/share%20on-reddit-red?style=flat-square\u0026logo=reddit)](https://reddit.com/submit?url=https://github.com/Kanaries/pygwalker\u0026title=Graphic:%20A%20grammar%20of%20data%20visualization%20and%20Flutter%20charting%20library.)\n\n## License\n\nGraphic is [MIT License](https://github.com/entronad/graphic/blob/main/LICENSE).\n\n## Keep Informed\n\n[Twitter](https://twitter.com/entronad_viz)\n\n[Medium](https://medium.com/@entronad)\n\n[Zhihu](https://www.zhihu.com/people/entronad)\n\nThanks for reading.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentronad%2Fgraphic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fentronad%2Fgraphic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentronad%2Fgraphic/lists"}