Traditional tooltip with arrow pointer
Loading...Animated line connection to tooltip
Loading...You can configure the tooltip style in two ways:
tooltip_style in the image configuration (applies to all hotspots)display_style on individual hotspot data (overrides global setting)// Example hotspot data with line style
{
"title": "Product Feature",
"description": "Click to learn more",
"display_style": "line", // Options: "arrow" or "line"
"x": 45,
"y": 60
}