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
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 I comment out any one of them then another one is working but both are not working at the same time. In my application, I have to give the ability to the user to view multiple maps(max 3).
What I saw in the Element tab is that the container tag is not generating after the canvas tag for the second map. (Ref 1st screenshot). container is generated for 1st map still both maps are not working.
Screenshot when both maps are uncommented
Screenshot when the first map is commented
Screenshot when the second map is commented
Please help, Thanks.
The text was updated successfully, but these errors were encountered:
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 I comment out any one of them then another one is working but both are not working at the same time. In my application, I have to give the ability to the user to view multiple maps(max 3).
What I saw in the Element tab is that the
container
tag is not generating after the canvas tag for the second map. (Ref 1st screenshot).container
is generated for 1st map still both maps are not working.Screenshot when both maps are uncommented
Screenshot when the first map is commented
Screenshot when the second map is commented
Please help, Thanks.
The text was updated successfully, but these errors were encountered: