Results 18 comments of Rob Gregory

I would also be interested in a V3 port of this component

Hi, Thanks for the response. I think the animation/refresh will make it `AAA+` in terms of visuals and would hopefully only add one more property to the API e.g. ```...

I got it to work using the following hack:- ``` chart.svg.selectAll("*").remove(); chart.drawChart(); ``` but agree a redraw call would be cleaner. Linking #9

> I _believe_ I can fix this by simply renaming `roughviz.min.js` to `index.js`? Sorry I initially raised this without doing much investigation hence my follow up with issue #8 I...

Hi @vcheeze, To be honest I kinda put my project on hold to allow Svelte to mature a little more while I worked on something else but I do love...

> Missing theme files caused the problem for me. > > https://github.com/hperrin/svelte-material-ui/tree/master/site/src/theme > > **Copying them to my project solved it.** Your comment made me double check and sure enough...

Can see this being useful especially when including components from 3rd parties.

> After a few minutes, you realize that it's because your code failed to compile. I am always doing this! I now try to position the terminal window in a...