@Lee wrote:
Hi,
I'm trying to change the time my tool tip stays on the screen to 10 seconds. I've added the line
line below : "toolManager.toolTipDuration": 10000
However, the diagram is not displayed. Can someone advise how to properly do this? Thanks
myDiagram =
$(go.Diagram, "myDiagramDiv", // must be the ID or reference to div
{
initialAutoScale: go.Diagram.UniformToFill,
padding: 10,
contentAlignment: go.Spot.Center,
layout: $(go.ForceDirectedLayout, { defaultSpringLength: 10 }),
maxSelectionCount: 2
"toolManager.toolTipDuration": 10000
Posts: 1
Participants: 1