Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 6966

Node Tooltip Issue - GraphObject.toolTip value is not an instance of Adornment

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 6966

Trending Articles