Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
321c71825e | ||
|
|
6433daee95 | ||
|
|
d210ad3908 | ||
|
|
f461493b0f |
@@ -8,9 +8,9 @@ Tested with Qlik Sense 2.2.3.
|
||||
### Dimensions
|
||||
4 dimensions are mandatory :
|
||||
|
||||
1. node identifier
|
||||
2. node label
|
||||
3. node parent identifier
|
||||
1. node identifier (consecutive numbers starting at 0)
|
||||
2. node label (Any text)
|
||||
3. node parent identifier (Refers to node indentifier)
|
||||
4. node group
|
||||
|
||||
### Measures
|
||||
@@ -28,6 +28,8 @@ The measures are optional
|
||||
* Display Shadow : switch to enable shadow effects behind edge and nodes
|
||||
|
||||
### Sample
|
||||
A data sample can be found here: https://github.com/qlik-oss/network-vis-chart/blob/master/resources/Network%20data.xlsx
|
||||
|
||||
QVF based on characters from Victor Hugo's novel , Les Misérables.
|
||||

|
||||
|
||||
|
||||
@@ -150,10 +150,11 @@ const component = {
|
||||
}
|
||||
},
|
||||
support: {
|
||||
export: true
|
||||
export: true,
|
||||
snapshot: false
|
||||
},
|
||||
snapshot: {
|
||||
canTakeSnapshot: true
|
||||
canTakeSnapshot: false
|
||||
},
|
||||
paint: paint
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user