You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There seem to be alot of people having issues integrating this wonderful library with React components, see #85 and #100.
Describe the solution you'd like
I think this library could be made better by enabling react users to import a wrapper component that makes the integration simpler. It's not too hard, and in fact I would be happy to contribute to this. Maybe this should be a different library altogether, though. Please inform if this already exists or has already been created somewhere, but I could not find many if any free React sunburst chart libraries, and no other react sunburst libraries by the same creator.
This is how we would use this new component.
import ReactSunburst from 'sunburst-chart'
<SunburstChart {...props that can override stated defaults} />
and the rest would happen automagically so that the user can focus on just feeding it some data.
Describe alternatives you've considered
I've created a custom implementation of this idea in a private repo
Additional context
none, at the moment. can provide code sandbox to illustrate how this component would work, if requested. Otherwise I'll just keep using my own custom implementation.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There seem to be alot of people having issues integrating this wonderful library with React components, see #85 and #100.
Describe the solution you'd like
I think this library could be made better by enabling react users to import a wrapper component that makes the integration simpler. It's not too hard, and in fact I would be happy to contribute to this. Maybe this should be a different library altogether, though. Please inform if this already exists or has already been created somewhere, but I could not find many if any free React sunburst chart libraries, and no other react sunburst libraries by the same creator.
This is how we would use this new component.
and the rest would happen automagically so that the user can focus on just feeding it some data.
Describe alternatives you've considered
I've created a custom implementation of this idea in a private repo
Additional context
none, at the moment. can provide code sandbox to illustrate how this component would work, if requested. Otherwise I'll just keep using my own custom implementation.
The text was updated successfully, but these errors were encountered: