Initialize bootstrap tooltips

Im trying to get bootstrap tooltips to work inside a SVG.
They work on tthe page, but not within a SVG.
Im thinking I have to initialize them Isnt that what this does?

<script>
$(document).ready(function () {
    $('[data-toggle="tooltip"]').tooltip();
});
</script>

https://stackoverflow.com/questions/40727577/bootstrap-popover-on-svg#:~:text=When%20making%20a%20popover%2C%20bootstrap,directly%20to%20the%20circle%20element.

Are you saying that this is the answer and your issue is resolved?

1 Like

yes, just did some research

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.