Easy Charts is an open-source charting addon for Godot focused on fast, UI-friendly Control-based charts.
Looking for the Godot 3.x version? See the
godot-3branch.
Easy Charts currently supports Control charts only.
- ✅ Implemented: Control chart plotters
- 🚧 Not available yet: dedicated 2D and 3D chart systems
The following plotters are available in addons/easy_charts/control_charts/plotters/:
| Plotter | Status |
|---|---|
AreaPlotter |
✅ |
BarPlotter |
✅ |
LinePlotter |
✅ |
PiePlotter |
✅ |
RadarPlotter |
✅ |
ScatterPlotter |
✅ |
FunctionPlotteris the shared base plotter used internally by multiple chart types.
You can find practical examples in addons/easy_charts/examples/.
Read the full docs at: https://fenix-hub.github.io/godot-engine.easy-charts/
Local docs are in ./docs and use MkDocs.
mise install # optional: installs tooling from mise.toml
pip install -r requirements.txt
mkdocs serveTo work on the plugin, clone this repository and open it directly as a Godot project.
This addon is open source and still evolving. Use it with normal project safety practices (version control and backups), especially before integrating major updates.





