Skip to content

Commit d8a1a9d

Browse files
authored
Updated README
1 parent c3bbdb4 commit d8a1a9d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
## Novatec Flowmap Panel
1+
## Novatec Service Dependency Graph Panel
22

3-
![Flowmap Showcase](src/img/screenshot-showcase.png)
3+
![Service Dependency Graph Showcase](src/img/screenshot-showcase.png)
44

55
### How to use it
66

77
##### Interaction
88

9-
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.
1010

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.
1212

1313
##### Data Model
1414

1515
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.
1717

1818
The table must be structured as follows:
1919
- 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
4949
1. Clone the Vizceral fork
5050
1. Run inside the repository `npm link`
5151
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`
5353

5454
#### Changelog
5555

0 commit comments

Comments
 (0)