Unplanned
Last Updated: 26 Jan 2021 09:44 by ADMIN
Matt
Created on: 11 Apr 2019 14:40
Category: Chart
Type: Feature Request
3
Hierarchical charts

It would be great if hierarchical chart types were available. Currently there's not a good way to represent hierarchical data outside of a TreeMap, but TreeMaps don't always work well (particularly for small datapoints). An ideal chart type would be the sunburst chart (nested pie/donut charts), as it can have multiple layers, hide a segment (and all children), and potentially zoom into child layers.

There are a variety of sunburst examples currently out there from other Javascript libraries:
d3 (one of many variations): https://observablehq.com/@d3/zoomable-sunburst
Highchart: https://www.highcharts.com/demo/sunburst
Syncfusion: https://www.syncfusion.com/jquery/javascript-ui-controls/sunburst-chart

2 comments
ADMIN
Anton Mironov
Posted on: 26 Jan 2021 09:44

Hi Emir,

You are correct, unfortunately, the Kendo UI doesn't include sunburst. This one is close to the Donut Chart, but I am not sure if it would be applicable to your application.

In this case, I would recommend raising a feature request in our feedback portal:

Let me know if I could assist with anything else and I will try my best to achieve the desired behavior.


Kind Regards,
Anton Mironov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Emir
Posted on: 19 Jan 2021 11:42
I am considering switching to some of these libraries now. No updates to the hierarchical data in years!