https://echarts.apache.org/examples/en/editor.html?c=circle-packing-with-d3
i am trying to implement this Circular packing example found on Apache Echarts into my react web app.
With the rest of the Echart examples, implementing the Echarts component is easy - but i think this is a custom example. Can you help? Here is the example in js
https://echarts.apache.org/examples/en/editor.html?c=circle-packing-with-d3
Also, what since it is custom - what sort of Api stuff does it follow? Is it like a treemap since it takes the same dataset?