-
Hello everyone, 😄 I would like to know if it is possible to start more than one instance at the same time so that the maps are one below the other. I was asked to create something like this: But the best I could do was this: |
Beta Was this translation helpful? Give feedback.
Answered by
SSShooter
Nov 15, 2022
Replies: 1 comment 1 reply
-
const map1 = new MindElixir(optionsA)
map1.init(data1)
const map2 = new MindElixir(optionsB)
map2.init(data2)
const map3 = new MindElixir(optionsC)
map3.init(data3) change |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
arnonrdp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
change
el
in options to mount mindmap on different element