{"id":13664843,"url":"https://github.com/fenix-hub/godot-engine.easy-charts","last_synced_at":"2025-05-15T08:07:27.978Z","repository":{"id":37812758,"uuid":"263761437","full_name":"fenix-hub/godot-engine.easy-charts","owner":"fenix-hub","description":"A Godot Engine addon for plotting general purpose charts. A collection of Control, 2D and 3D Nodes to plot every chart possible.","archived":false,"fork":false,"pushed_at":"2025-05-09T07:37:20.000Z","size":18622,"stargazers_count":700,"open_issues_count":8,"forks_count":54,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-05-09T08:37:14.133Z","etag":null,"topics":["addon","charts","easy-charts","godot-engine","hacktoberfest","plot","plot-charts","plugin","tool"],"latest_commit_sha":null,"homepage":"","language":"GDScript","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/fenix-hub.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,"zenodo":null},"funding":{"github":"fenix-hub"}},"created_at":"2020-05-13T22:56:16.000Z","updated_at":"2025-05-09T07:37:24.000Z","dependencies_parsed_at":"2025-03-28T01:00:53.918Z","dependency_job_id":"394e433f-ab4d-45e0-8300-dc97a52c39ce","html_url":"https://github.com/fenix-hub/godot-engine.easy-charts","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fenix-hub%2Fgodot-engine.easy-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fenix-hub%2Fgodot-engine.easy-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fenix-hub%2Fgodot-engine.easy-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fenix-hub%2Fgodot-engine.easy-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fenix-hub","download_url":"https://codeload.github.com/fenix-hub/godot-engine.easy-charts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254301433,"owners_count":22047904,"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":["addon","charts","easy-charts","godot-engine","hacktoberfest","plot","plot-charts","plugin","tool"],"created_at":"2024-08-02T05:03:09.142Z","updated_at":"2025-05-15T08:07:27.917Z","avatar_url":"https://github.com/fenix-hub.png","language":"GDScript","funding_links":["https://github.com/sponsors/fenix-hub"],"categories":["GDScript","Plugins and scripts","Uncategorized"],"sub_categories":["Uncategorized"],"readme":"\u003cimg src=\"easy_charts.svg\" align=\"middle\"\u003e\n\n\u003e Charts for Godot Engine, made easy.\n\n\u003e **Note**\nLooking for 3.x version? 👉 [3.x](https://github.com/fenix-hub/godot-engine.easy-charts/tree/godot-3)\n\n## How does it work?\nThere is a [WIKI](https://github.com/fenix-hub/godot-engine.easy-charts/wiki) with some tutorials, even if it is a work in progress.  \nYou can also find practical examples in `addons/easy_charts/examples/`.\n\n# Available Charts and when to use them    \nThis library offers a set of charts for each main Godot Node:   \n- ![control](https://raw.githubusercontent.com/fenix-hub/godot-engine.easy-charts/036d7126a16547ff1f1199531160cd1e1b01dc72/addons/easy_charts/utilities/icons/linechart.svg) **Control Charts:** Fast Charts plotted in a Control Node. They offer basic Control properties, such as Margins, size inheritance and control. No animations, best suited for UIs that rely on Control Node structures.\n- **2D Charts:** plotted in 2D Nodes. They offer additional tools, such as animations. They can be used to implement more aesthetic charts in 2D contexts. Compatibility not guaranteed in Canvas and Control nodes.\n- **3D Charts:** Plotted using 3D nodes, but can be used both in 2D and 3D spaces. They offer the possibility to plot 3D datasets, which are common in machine learning contexts or just data analysis. A Camera Control will also be available, which can be used to move around the chart.\n\n### Available Charts\n|              | Control | 2D | 3D |\n|--------------|---------|----|----|\n| ScatterChart | ✅ | ❌ | ❌ |\n| LineChart | ✅ | ❌ | ❌ |\n| BarChart | ✅ | ❌ | ❌ |\n| AreaChart | ✅ | ❌ | ❌ |\n| PieChart | ✅ | ❌ | ❌ |\n| RadarChart | ❌ | ❌ | ❌ |\n| BubbleChart | ❌ | ❌ | ❌ |\n| DonutChart | ❌ | ❌ | ❌ |\n| ParliamentChart | ❌ | ❌ | ❌ |\n| SunburstChart | ❌ | ❌ | ❌ |\n\n### Some Examples    \n\u003cdetails\u003e\n  \u003csummary\u003eRealtime LineChart\u003c/summary\u003e\n\n  ![example_LineChart_realtime](imgs/real_time_line.gif)\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eRealtime PieChart\u003c/summary\u003e\n\n  ![example_Piechart](imgs/pie_chart_realtime.gif)\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eRadarChart\u003c/summary\u003e\n\n  ![exampleradar](imgs/radar.png)\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eScatterChart\u003c/summary\u003e\n\n  ![example01](imgs/scatter.gif)\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eComposite Chart\u003c/summary\u003e\n\n  ![example03](imgs/example03.gif)\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eMultiplot\u003c/summary\u003e\n\n  ![example03](imgs/multiplot.png)\n\u003c/details\u003e\n\n##### Some references for charts and plots\n[Flourish](https://app.flourish.studio/projects)   \n[Chart.js](https://www.chartjs.org/samples/latest/)   \n[Google Charts](https://developers.google.com/chart) \n[plotly](https://plotly.com)\n[matplotlib](https://matplotlib.org)  \n\n\u003e **Warning**\nThis addon was built for a **personal use** intention. It was released as an open source plugin in the hope that it could be useful to the Godot Engine Community.\nAs a \"work in progress\" project, there is *no warranty* for any eventual issue and bug that may broke your project.  \nI don't assume any responsibility for possible corruptions of your project. It is always advisable to keep a copy of your project and check any changes you make in your Github repository.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffenix-hub%2Fgodot-engine.easy-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffenix-hub%2Fgodot-engine.easy-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffenix-hub%2Fgodot-engine.easy-charts/lists"}