Forum Discussion
adamdavi3s
9 years agoFrequent Visitor
Finally, my first viz!
AHHHHHHHH!!! that is how I describe getting started :)
I only know a little JS / TS / any programming so it has been an experience!
Circle packing to show a hierarchy structure: I will GIT and Blog this with a link to a gif as this doesn't seem to want to post
5 Replies
- Eric_ZhangMicrosoft Employee
Congratulation and thanks for sharing. :)
- adamdavi3sFrequent Visitor
Thank you, it was infuriating but rewarding and hopefully I can improve on it when the custom objects are working again.
The GIT is here
https://github.com/adamdavi3s/PowerBICirclePacking
- MawashiKidResolver IIBTW I took a look at your code and found it was a good starting initiative. However I noticed an error in your update method structure cause the chart to constantly add a new layer as you resized it. I managed to re-write it with different approach. Issue was fixed. 😉 Then went ahead with Zoomable treemap.Everything works fine.