Compare commits

..

4 Commits

Author SHA1 Message Date
Tobias Åström
6433daee95 Merge branch 'master' of https://github.com/qlik-oss/network-vis-chart 2018-11-30 13:31:24 +01:00
Tobias Åström
d210ad3908 disable snapshot 2018-11-30 13:31:05 +01:00
Tobias Åström
f461493b0f Added data clarification and example 2018-11-29 11:10:36 +01:00
Tobias Åström
4312078951 Added data sample 2018-11-29 11:06:49 +01:00
3 changed files with 6 additions and 4 deletions

View File

@@ -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.
![Network chart](resources/network_chart_v1.png)

BIN
resources/Network data.xlsx Normal file

Binary file not shown.

View File

@@ -153,7 +153,7 @@ const component = {
export: true
},
snapshot: {
canTakeSnapshot: true
canTakeSnapshot: false
},
paint: paint
};