Charts for Godot Engine, made easy.
Note Looking for 3.x version? š 3.x
There is a WIKI with some tutorials, even if it is a work in progress.
You can also find practical examples in addons/easy_charts/examples/
.
This library offers a set of charts for each main Godot Node:
Control | 2D | 3D | |
---|---|---|---|
ScatterChart | ā | ā | ā |
LineChart | ā | ā | ā |
BarChart | ā | ā | ā |
AreaChart | ā | ā | ā |
PieChart | ā | ā | ā |
RadarChart | ā | ā | ā |
BubbleChart | ā | ā | ā |
DonutChart | ā | ā | ā |
ParliamentChart | ā | ā | ā |
SunburstChart | ā | ā | ā |
Flourish
Chart.js
Google Charts
plotly
matplotlib
Warning This 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. As a "work in progress" project, there is no warranty for any eventual issue and bug that may broke your project.
I 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.