d3-celestial
d3-celestial copied to clipboard
A star map with d3.js
If you change the time, the API in setPosition has to be called again, otherwise a possible change from DST to regular time or reverse is not checked. Sorry for...
Hi @ofrohn , I have installed d3-celestial with npm i d3-celestial. I am using React. Imported everything in my component, but whatever I tried I get the same error: d3...
Hi, Celestial maps are new for me. I am using this in Vue. I am trying to add multiple celestial maps on the same page but it's not working. If...
According to this [NASA page](https://svs.gsfc.nasa.gov/4955), today's moon phase (2022-Mar-18) should be full moon. But in [this](https://ofrohn.github.io/celestial-demo/location.html) D3-celestial real-time star map, it shows a waning gibbous.
How set initialize Data Like : datetime lat , lng and what is the orientation in center: [lat, lng, orientation ] ? i currently do like below but it dosnt...
Am trying to use it with Angular and getting this error **d3_celestial__WEBPACK_IMPORTED_MODULE_1__.display is not a function** import * as Celestial from 'd3-celestial' ngOnInit() { var config = { width: 0,...
Hello, I have an issue related to readable ra/dec labels after rotating the map. I encounter the problem when initializing the map, and also when using Celestial.location or Celestial.date. On...
Hello, I have been experiencing strange behavior when displaying planets without stars. It looks like it might be related to rendering the sun, which paints the whole sky yellow or...
How to custom border draw and get their data?
Hi, First of all, thanks a lot for working on this project, it's great. I was wondering if it's somehow possible to export the SVG output via Node JS or...