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

A star map with d3.js

Results 46 d3-celestial issues
Sort by recently updated
recently updated
newest added

It seems the horizontal.inverse function should have something like: if (Math.sin(az) > 0) { ha = -ha; } after ha = Math.acos(ha); I was trying to plot a circle around...

d3 version is old enough so getting error `can not read undefined this.document` need to upgrade it to at least d3 version to 4.13.0

Which parameters should I specify to simulate how a person at some location sees the sky at a given time? I can't understand why there are 2 dozens of projections,...

Hi! Is it possible to be able to overlay a premade histogram or any sort of image onto the d3-celestial map? I want to be able to use the same...

Thanks again for your excellent software! We've been using it since 2018 for illustrating supernova discoveries. This is probably a stupid question, but is it possible to make our added...

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) to 4.1.3 and updates ancestor dependency [jsdom](https://github.com/jsdom/jsdom). These dependencies need to be updated together. Updates `tough-cookie` from 2.5.0 to 4.1.3 Release notes Sourced from tough-cookie's releases. 4.1.3 Security...

dependencies

Hi, first I want to thank you for all the amazing work you have done on this d3-celestial library. I had a question about the 16x16 margins you are adding...

hi, thanks for your excellent work! I am trying to play it with vue and make use of tree-shakable feature with es6 modules. do you plan to refactor it (as...

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8. Commits 782c264 3.0.8 6ade2da fix: trim pattern a6f52b0 3.0.7 e4cd434 fix: treat nocase:true as always having magic e6bbe1c publishConfig for 3.0 5b7cd33 3.0.6 20b4b56...

dependencies

Greetings, I'm having multiple issues with the width and hoping to find some solutions: 1. The initial width (though it is set as 0) is not fit to page (parent...