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
trafficstars

If you call the `display` function twice, the following error occurs: `Failed to execute 'querySelectorAll' on 'Element': '#celestial*' is not a valid selector.` The problem started after this commit: https://github.com/ofrohn/d3-celestial/commit/9bae16e3c0718e3aa0778f623df9fdb4b8d8c25e....

Is there a way of displaying multiple sky instances in different containers with different configs? I tried creating a celestial.js copy and renamed all ocurences of "Celestial" to "Celestial2nd", creating...

in an example where you can set the time, for example https://ofrohn.github.io/celestial-demo/location.html set the time to 1 second before DST transition, then add one second and observe the sky rotate...

I can't seem to figure out how to prevent the animation that occurs on the initial load? It seems to happen on every example provided as well. There are a...

I tested this using the default config files as well and confirmed it isn't working var config = { width: 0, // Default width, 0 = full parent element width;...

Hi! In constellations.json I've tried to add new properties (for example, "ua":"name1", "ua":"name2" etc.) to some constellations and then applying config.lang = "ua". But that doesn't seem to work. Any...

Dear community, Is is possible to set an image as a background instead of a color? As far as we know we can only configure the background color. I've added...

I would like to add a nightsky view into my application where the user can see the nightsky of his current location in the app. I was wondering how I...

Is it possible to add RA labels around an "airy" projection, for example 1h, 2h, etc ? ![RA-headings](https://user-images.githubusercontent.com/57033404/78452334-a425fb00-7682-11ea-838f-05a752f28271.jpg) Or is there a way to do this now.

Hi there I have an issue displaying the constellation proper names, some of this text spills out side of the spherical map area (I am using the projection orthographic). Is...