Skip to content

Commit b66ad50

Browse files
committed
Removed the readme's interaction section
1 parent bb238dc commit b66ad50

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

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

5-
### How to use it
6-
7-
##### Interaction
8-
9-
You can move a node by dragging it. You can also move the whole service dependency graph (SDG) by dragging its background.
10-
11-
You can zoom in and out of the SDG by using the mouse wheel while the SHIFT key is pressed.
12-
135
##### Data Model
146

157
The data model is not final, yet.
@@ -23,10 +15,11 @@ The table must be structured as follows:
2315

2416
__Example Data Table:__
2517

26-
| origin_component | target_component | my_value |
18+
| origin_component | target_component | my_value | another_value |
2719
|---|---|---|
28-
| comp_a | comp_b | 200 |
29-
| comp_b | comp_c | 100 |
20+
| comp_a | comp_b | 200 | |
21+
| comp_a | comp_b | | 200 |
22+
| comp_b | comp_c | 100 | |
3023

3124
### Development
3225

src/partials/options.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ <h5 class="section-heading">Connection Mapping</h5>
66

77
<div class="gf-form-inline">
88
<div class="gf-form">
9-
<label class="gf-form-label width-18">Source Component Column Prefix<info-popover
10-
mode="right-normal">Some Info Text goes here ...</info-popover></label>
9+
<label class="gf-form-label width-18">Source Component Column Prefix</label>
1110
<input type="text" class="input-small gf-form-input width-12"
1211
placeholder="{{ctrl.panelDefaults.settings.dataMapping.sourceComponentPrefix}}"
1312
ng-model="ctrl.panel.settings.dataMapping.sourceComponentPrefix"

0 commit comments

Comments
 (0)