Open hemanth09 opened 6 years ago
Hi, Can this be achievable??
Unfortunately there isn't currently a way to do that right now. i think one could probably be built though, I think a mechanism to achieve this would ask the user to provide a collection of custom radii in coordinates, something like ringSize=[1, 2, 4, 9]. This would have the advantage that users could define the size of all of the rings, which is something that no sunburst implementation i've seen can do in a standardized way. That said, this API feels kinda clunky to me.
I can't get to this immediately, but I'd be happy to look at a PR looking at this. I think this change would primarily involve adjusting the getNodesToRender function in https://github.com/uber/react-vis/blob/master/src/sunburst/index.js
Hi,
How to manually set innerRadius(increase/decrease) to sunburst chart, looks like the radiusDomain should be dynamically accept values