Hi
Please build a React component for TreeMap similar to https://demos.telerik.com/aspnet-ajax/treemap/overview/defaultcs.aspx
Hi, Animesh,
I am afraid that this feature is still not among the planned ones due to the low demand for it from the other users through the years (it is logged 5 years ago and has only 5 votes). Still, I will pass it to our PMs for a further consideration and they will decide on how to proceed with this request accordingly.
Regards,
Vessy
Progress Telerik
Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources!
Hello, Marco,
- The TreeMap in the Vue offering is a wrapper as well:
https://www.telerik.com/kendo-vue-ui/components/treemap/
import { TreeMap } from '@progress/kendo-treemap-vue-wrapper';
This also needed jQuery internally.
- Kendo UI for Angular has no TreeMap component as well:
https://www.telerik.com/kendo-angular-ui/components/
We know and including jQuery is not ideal, this is why we are making native components, but it takes time to make all of them from the ground up.
Regards,
Stefan
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/.
The treemap chart is available in Vue and Angular, why you haven't done it for React?
The suggested alternative, use the jQuery wrapper is not an alternative, as it's non-sense to load the entire jQuery library only to display this chart!!
In react we try to minimize the size of the pages for every single byte to get superfast apps and then all our effort is cancelled by loading jQuery.
Please complete the visualization section as you've done for Vue and Angular