Sunburst Chart Generator

Create hierarchical sunburst charts to visualize nested data structures. Sunburst charts are ideal for showing hierarchical relationships and proportions.

Organization Structure

Chart Data

Configure your sunburst chart using hierarchical JSON data

Chart Data

Configure your chart using JSON data

{
  "title": "Organization Structure",
  "data": {
    "name": "Company",
    "children": [
      {
        "name": "Engineering",
        "children": [
          { "name": "Frontend", "value": 30 },
          { "name": "Backend", "value": 40 },
          { "name": "DevOps", "value": 20 }
        ]
      },
      {
        "name": "Sales",
        "children": [
          { "name": "Enterprise", "value": 50 },
          { "name": "SMB", "value": 30 }
        ]
      },
      {
        "name": "Marketing",
        "children": [
          { "name": "Content", "value": 25 },
          { "name": "Social", "value": 15 },
          { "name": "SEO", "value": 20 }
        ]
      }
    ]
  }
}

Organization Structure

About Gantt Charts

Create professional project timelines with tasks, dependencies, and progress tracking

What is a Gantt Chart?

  • A Gantt chart is a visual project management tool that displays tasks, timelines, and dependencies in a horizontal bar chart format.

Key Features

  • Support for task dependencies
  • Progress tracking
  • Recurring events
  • Interactive timeline views