Please could you explain how to set container and boundariesElement properties? #378
-
container - Selector: Container where the tooltip will be appended (e.g. 'body'). what kind of selector I need? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
luispittagros
Nov 4, 2019
Replies: 1 comment
-
I think you must do something like const boundariesElement = document.querySelector('#boundariesElementl'); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Akryum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you must do something like