Hi Community,
We have a zoom in - zoom out feature in our diagram, but seems like the tooltip is not getting adjusted while zooming in or out. Any fix for this?
We have added tooltip like this -
$(go.Adornment, “Spot”,
$(go.Placeholder, {
padding: 32
}),
$(go.TextBlock, {
text: “Add a path”,
stroke: “#FFFFFF”,
font: “9pt Open Sans”,
background: “black”,
width: 71,
height: 24,
margin: 10,
alignment: go.Spot.Bottom,
alignmentFocus: go.Spot.Bottom,
textAlign: “center”,
verticalAlignment: go.Spot.Center
}));
Our Use Case snapshot for your reference!
