2
I found there are a couple of approaches to avoid this issue by updating the tooltipOptions in the tooltip.js file.
- Turn the smartPosition off;
- In your tooltip triggering script, include a desired position option that will dodge the area that you don't want to cover, e.g.
onmouseover="tootip.pop(this, '#tip2', {position:2})" - Adjust the offsetX, offsetY and maxWidth values;
- Shift to the { relativeTo: "mouse" } option.