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

Zoom in the shapes that are in palette on hover

$
0
0

@akash1 wrote:

Hey Everyone,
I have some bigger and some very small shapes in a palette and also applied a initialScale
on this palette to make bigger shapes small.So the small shape are more smaller due to this scale.I was wondering if i can see the zoom-in version of these shapes on hovering.
Thanks

    var customDynamicPallete = GO(
      go.Palette, "customShapesDiv"+index, {
        "initialScale":0.3,
        "layout.spacing": new go.Size(50, 50),
        "toolManager.hoverDelay": 200 // how quickly tooltips are shown
        // allowDrop:true
      }
    );

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles