Suburst Chart
π Sunburst Chart β Radial Insight Into Hierarchies
The Sunburst Chart in Lowcoder presents hierarchical data in a circular, multi-level format, allowing users to explore nested relationships with a quick glance. Think of it as a pie chart that goes deeper β each level of the hierarchy adds a new ring, radiating from the center outward.
π Best Used For:
Organization structures (e.g., Company β Departments β Teams)
Product category breakdowns
File directory visualizations
Multi-tiered survey results or user segments
π§© Example Data Structure
Sunburst data is typically hierarchical and tree-like:
Each node can have a value
, and/or children
for deeper nesting.
βοΈ Key Features
Chart Type: Drag βSunburstβ from the components section onto Editor's View
Nested Levels: Automatically expands based on data depth
Segment Size: Proportional to values β larger value, wider arc
Tooltips: Hover to view node details (name, value, path)
π¨ Customisation & Theming
Define color schemes by level or branch
Style labels (e.g., rotate, hide, or show on hover)
Control level radius, animation, and visual emphasis using ECharts JSON configuration
Component Playground
Component Auto-Docs
Last updated
Was this helpful?