ofrohn / d3-celestial

A star map with d3.js
BSD 3-Clause "New" or "Revised" License
631 stars 179 forks source link

showConstellation not working as expected #102

Closed astroanu closed 3 years ago

astroanu commented 3 years ago

according to the docs, something like Celestial.showConstellation("cam"); should center and zoom in to camelopardalis. But seems it drifts away to some place else. I hope i'm calling it correctly. I'm calling it after Celestial.display(config);

astroanu commented 3 years ago

Ok, needed to put a settimeout and it worked.