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>