SunBurst Chart Dashboard
A Sunburst Chart dashboard displaying simulated regional product sales data.
The SunBurstChart provides a hierarchical drill-down interface, allowing users to navigate through multi-level data segments including Region, Category, and Subcategory. This example utilizes a viewchange event listener to identify the selected node's path, enabling the application to interpret the user's focus within the radial hierarchy and filter the dataset accordingly.
Below and beside the primary visualization, several additional components visualize the filtered data:
- KPI Panel displaying Total Revenue, Total Profit, Total Orders, and Average Order Value.
ChartXYwith two Y-axes to visualize Monthly Revenue vs. Profit trends.- Vertical
BarChartcomparing Revenue and Profit across major product categories. - Horizontal
BarCharthighlighting the TOP5 Subcategories by Revenue.
The peripheral charts dynamically update to reflect the currently selected node in the Sunburst Chart.
Original data source: Product Sales Dataset 2023-2024.
The data has been restructured to support hierarchical visualization and to simulate realistic regional sales variances.