Configuration Options
Data Format
JSON Structure
The component accepts hierarchical data in JSON format with the following properties:
json
{
"name": "Parent Category",
"value": 100,
"color": "#FFF",
"children": [
"name": "Child Category",
"value": 50,
"color": "#FF0000",
"name": "Grandchild",
"value": 25
}
]
Required Properties
Optional Properties
Configuration
Depth per Layer
Enable Orbit Controls
Background Color
Implementation Guide
Basic Usage