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
Hello! I'm currently writing a tour using bootstrap tour for a data visualization application, and there is one page where the data is visualized as nodes on an SVG. When I add one particular node as a step, I find that the popover moves away from the node as I scroll away (I'm using D3 as the data visualization library). Is there any way to fix this? I tried setting smartPlacement to false but it doesn't seem to work. I'll try and come up with a code demo soon.
The text was updated successfully, but these errors were encountered:
Try my fork. The original Tour triggers a destroy and recreate of the popover every time you scroll. My fork solves this, and sticks the tour step to the element without any redraw.
Just take the bootstrap-tour.js from my fork, have a look at the added options etc.
Hello! I'm currently writing a tour using bootstrap tour for a data visualization application, and there is one page where the data is visualized as nodes on an SVG. When I add one particular node as a step, I find that the popover moves away from the node as I scroll away (I'm using D3 as the data visualization library). Is there any way to fix this? I tried setting
smartPlacement
tofalse
but it doesn't seem to work. I'll try and come up with a code demo soon.The text was updated successfully, but these errors were encountered: