Link Label Text Draggable

Hi,
i want to create Link Label Text Draggable between two nodes for example link between two nodes the label should be draggable between them

I’m surprised you did not find State Chart with Draggable Link Labels.

What did you search for? We need to improve our search results.

Hello

Do you have a sample demonstrating how to use this extension in Angular ?

I’m importing the extension in my angular.json file :


    "scripts": [
              "node_modules/gojs/extensions/LinkLabelDraggingTool.js"
            ],

But then in my typescript code I don’t know how to import LinkLabelDraggingTool.

Can you help with this ?

If you are writing TypeScript, you should copy the extension file(s) written in TypeScript from the extensionsTS directory.

Then fix the import to suit your environment.