Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Radar Graph

An asset by lsbt
The page banner background of a mountain and forest
Radar Graph thumbnail image
Radar Graph thumbnail image
Radar Graph hero image

Quick Information

0 ratings
Radar Graph icon image
lsbt
Radar Graph

Create a customizable radar graph in Godot

Supported Engine Version
4.3
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
15 days ago
Git URL
Issue URL

Godot Radar Graph

README banner

Replica of the icon created using custom drawing, check out the code.

Installation

n/a

Setting Up A Graph

  1. Just search for RadarGraph while adding a node.
  2. Setup the graph using is multitude of options.

Customize

Colors

[!IMPORTANT] Due to Godot's Theme limitations all styling will have to be set using the exported properties.

  • The drawing can be highly customized, from using the draw_order array to overridding the existing _rg_graph_draw_ functions. Checkout the demos.

Fonts

[!NOTE] All fonts are different! Be sure to use reliable font's to ensure the script works correctly.

  • Note that fonts also decide the bounding box for it's corrosponding tooltip

README Another custom drawing example with tooltips

Customized using colors from the Godot Editor.

Animation

  • All properties in the editor are keyable as well as Tween's. Although using set(<property_name>) is supported its still best to use the set_item_ methods.

README assets/animated_graph.mp4

Displaying randomizing the values using a Tween. Check out the code.

Create a customizable radar graph in Godot

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Radar Graph icon image
lsbt
Radar Graph

Create a customizable radar graph in Godot

Supported Engine Version
4.3
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
15 days ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers