1.0.11 • Published 3 years ago

@gcorbel_4/vueflowchart v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vue-flowchart

This lib is under heavy development. It is not production-ready and API could change dramatically. Feel free to use it anyway.

Usage

Soon

Graph Data

{
  links:[
    {
      id :String,
      source :String, // a node ID
      sourcePort :String,
      target: node3,
      targetPort: 'in'
    },
    ...
  ],
  nodes: [
    {
      id :String,
      type: :String, // default: 'default'
      data: {
        name: "Caption",
        outVariables: ['out']
      },
      x :Number, // in px
      y :Number, // in px
    },
  ],
}

Example

TO-DO

Contributions

are welcome :)

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.45

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago