@sachkumar wrote:
Hi Team,
While trying to set up a tooltip for my nodes, getting an error:
"GraphObject.toolTip value is not an instance of Adornment"
This is the code that i have inserted into my node for enabling tooltip:
{
toolTip:
$(go.Adornment, "Auto",
$(go.Shape, { fill: "#FFFFCC" }),
$(go.TextBlock, { margin: 10 },
new go.Binding("text", "text"))
)
}Can you please help ?
Posts: 9
Participants: 2