File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed
Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 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
157The 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
Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments