d3-celestial icon indicating copy to clipboard operation
d3-celestial copied to clipboard

Interactive:false rendering issue

Open ygor opened this issue 3 years ago • 3 comments

Hi,

When I take the altstars example and set interactive to false, instead of half of the globe, only a quarter is rendered. The correct rendering is restored when I resize the browser. Hence there appears to be some redraw issue. Does anyone know how to fix this?

Thanks!

ygor avatar Oct 17 '20 06:10 ygor

did you try the redraw method ?

astroanu avatar Oct 23 '20 04:10 astroanu

Sorry, I can't reproduce the issue. I set interactive to false in altstars.html and it renders just fine. Did you change anything else? What OS/Browser did you use?

ofrohn avatar Nov 05 '20 19:11 ofrohn

This could help, maybe? https://github.com/ofrohn/d3-celestial/issues/105

Since everything works when you resize, trying firing resize event onload

donjajo avatar Nov 14 '20 07:11 donjajo