You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: