You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can move a node by dragging it. You can also move the whole flowmap by dragging its background.
9
+
You can move a node by dragging it. You can also move the whole service dependency graph (SDG) by dragging its background.
10
10
11
-
You can zoom in and out of the flowmap by using the mouse wheel while the SHIFT key is pressed.
11
+
You can zoom in and out of the SDG by using the mouse wheel while the SHIFT key is pressed.
12
12
13
13
##### Data Model
14
14
15
15
The data model is not final, yet.
16
-
In order to use the flowmap-plugin, you have to setup a data-source which provides a the data in the `TABLE` format! You can use multiple queries as long each data table contains the same `<from>` and `<to>` columns.
16
+
In order to use the plugin, you have to setup a data-source which provides a the data in the `TABLE` format! You can use multiple queries as long each data table contains the same `<from>` and `<to>` columns.
17
17
18
18
The table must be structured as follows:
19
19
- A `<from>` and `<to>` column must exist.
@@ -49,7 +49,7 @@ This plugin is using a modified version of the Vizeral library, thus you have to
49
49
1. Clone the Vizceral fork
50
50
1. Run inside the repository `npm link`
51
51
1. Build it: `npm run dev`
52
-
1. Go to the flowmap-plugin directory and execute `npm link vizceral`
52
+
1. Go to the SDG-plugin directory and execute `npm link vizceral`
0 commit comments