Skip to main content

Godot DataViz UI Kit

Godot Toolkit

Godot DataViz UI Kit

Charts, KPI tiles, gauges and data grids for Godot, written in C++ so they stay fast with real data — a 100,000-point line redraws in the time a frame has to spare. Every control is themed from one resource, emits the same interaction signals, and works from the keyboard or a gamepad.

Charts Dashboard preview
14Controls
4Categories
100%Theme-aware

Pick a control to start building

Use the categorized gallery below to jump straight into component docs. Each card links to detailed usage guidance, editable code, and theme recommendations so you can compose dashboards without pixel pushing.

Charts Dashboard preview

Charts

Plot timelines, quartiles, and categorical breakdowns with responsive chart controls.

6 items
Bar Chart thumbnail
StableUpdated Aug 31, 2026

Bar Chart

Categorical bars that read honestly: the value axis includes zero, stacks scale to the stack total, and hover, click and keyboard selection all report the same item.

categoricalcomparisons
View docs
Box Plot thumbnail
StableUpdated Aug 31, 2026

Box Plot

Visualize spread and skew with automatic quartile computation and optional outlier dots.

distributionstats
View docs
Line Chart thumbnail
StableUpdated Aug 31, 2026

Line Chart

Decimates above roughly two samples per pixel column, keeping spikes, so a 100,000-point series costs about what a 1,000-point one does.

time-seriestrends
View docs
Moving averages & Bollinger Bands thumbnail
StableUpdated Aug 31, 2026

Moving averages & Bollinger Bands

Hand a series an overlay mask and the window lengths; the chart computes the averages and bands and clips them to the visible range.

overlaysanalysisfinance
View docs
Timeline thumbnail
StableUpdated Aug 31, 2026

Timeline

Multi-track time blocks for incidents, quests, or production schedules.

schedulinggantt-like
View docs
Waterfall thumbnail
StableUpdated Aug 31, 2026

Waterfall

Shows how individual positives/negatives accumulate from start to finish.

budgetbreakdown
View docs

Graphs

Surface KPIs, gauges, and comparative radar plots for at-a-glance insights.

4 items
Gauge thumbnail
StableUpdated Aug 31, 2026

Gauge

Configurable sweep, round/square caps, and dynamic center label.

kpistatus
View docs
KPI Tile thumbnail
StableUpdated Aug 31, 2026

KPI Tile

Compact metric tile for quick-glance stats; supports icons and trend line.

dashboardsummary
View docs
Pie / Donut thumbnail
StableUpdated Aug 31, 2026

Pie / Donut

Pie chart with leader lines and total-in-center option. And animated hover slices.

sharecomposition
View docs
Radar Graph thumbnail
StableUpdated Aug 31, 2026

Radar Graph

Plot actor or faction profiles across multiple axes with fill and outline.

profilesattributes
View docs

Other

Data grids and detail panels for drilling into the numbers behind your dashboards.

3 items
Detail Panel thumbnail
StableUpdated Aug 31, 2026

Detail Panel

Fields group under headings, arrays draw as pills, a percentage draws as a bar, and the panel scrolls when there is more than fits.

inspectorentity-overview
View docs
Heat Map thumbnail
StableUpdated Aug 31, 2026

Heat Map

Render weighted grids for AI costs, supply/demand, or correlation matrices.

matrixaffinitypathfinding
View docs
Table Grid thumbnail
StableUpdated Aug 31, 2026

Table Grid

Only the visible rows are drawn. Click or arrow through rows, sort by header, and columns share the width instead of stranding it in the last one.

logsinventorysqlite
View docs

Theme

Configure global palettes, typography, and dark/light modes before wiring controls.

1 item
Central Theme Manager thumbnail
StableUpdated Aug 31, 2026

Central Theme Manager

One resource, six seed colours, every component. Series colours come from a colour-blind-safe palette and the theme can tell you the contrast ratio it achieved.

themingpaletteeditor-friendly
View docs

Need theme guidance? Start with the Central Theme Manager to configure color seeds and light/dark modes for the entire toolkit.