JSON Data to Treemap visualization

0
I’ve few doubts regarding representing data in Mendix. Can we represent JSON Data in Treemap view for better visualization . Treemap widget is not present in Mendix, so it suitable to create the widget. As I know using nodejs, yeman and gulp it is possbile Is there any better widget for visualization of data. As Treeamap is must be required for any business need. But if we can have some better widget or similar to Treemap that’ll work also.   Thank you
asked
1 answers
2

You could actually use a tree map. You can use the AnyChart widget, which you can find in the app store: https://appstore.home.mendix.com/link/app/106517/

 

This allows you to manually configure any type of chart supported by the plotly library. Here you can find the guide on how to implement a tree map with plotly: https://plot.ly/javascript/treemaps/

answered