sghall / resonance

:black_medium_small_square:Resonance | 5kb React animation library
https://sghall.github.io/resonance
MIT License
1k stars 27 forks source link

Using webpackSunburst plot #28

Closed tayabsoomro closed 5 years ago

tayabsoomro commented 5 years ago

Hi,

I would like to use the webpackSunburst plot that is up in the example here: https://sghall.github.io/resonance/#/redux-examples/webpack-sunburst, but I can't seem to find a way to do that. I looked into the code and there are too many dependent files. With this library, is there like a simple import that I could use (ex: import {Sunburst} from 'resonance') to have Sunburst readily available?

sghall commented 5 years ago

Hi there. Those are just demos in this repo. There is a sunburst done with react-move (where this code moved to) on Codesandbox https://codesandbox.io/s/v3x0yw11q5

More info in this issue https://github.com/react-tools/react-move/issues/31