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

Can we change constellation line color with some function?

Open kgoyal000 opened this issue 3 years ago • 1 comments

Thanks again for reading this query

Hope you are doing great :)

I was wondering is there any callback available with which we can change styles that are not present in the advance form? Like I want to change constellation lines color but without calling celestial.display() it doesn't seem possible and this method creates another copy without replacing the old canvas

kgoyal000 avatar Jan 26 '21 18:01 kgoyal000

celestial.display() is only for the initial display of the map, to update the styles use Celestial.apply({config}) with any parameters documented in the readme

ofrohn avatar Feb 14 '21 20:02 ofrohn