1.4.6 • Published 9 months ago

@dgdv/vue-flowchart v1.4.6

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

@dgdv/vue-flowchart

Render tree data using mermaid flowchart

Description

Render a flow graph using a tree structured or a flat array data with node customization, zoom / pan and click / hover events.

Dependencies

How to install

Add @dgdv/vue-flowchart to your project

$ npm install --save @dgdv/vue-flowchart

OR

$ yarn add @dgdv/vue-flowchart

Use in vue 3 app

Data as tree

<template>
  <vue-flowchart orientation="TD" v-model="data" @click="allNodesClick" @zoom="onZoom" @hover:node="allHoverNodes" />
</template>
1.4.6

9 months ago

1.4.5

9 months ago

1.2.7

12 months ago

1.2.6

12 months ago

1.4.3

10 months ago

1.2.5

12 months ago

1.4.2

10 months ago

1.4.1

10 months ago

1.4.0

10 months ago

1.3.0

10 months ago

1.2.4

2 years ago

1.2.0

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago