2018-11-07 15:57:27 +01:00
2018-11-08 07:26:06 +01:00
2018-11-07 15:57:27 +01:00
2018-11-07 08:37:48 +01:00
2018-11-07 15:57:27 +01:00
2018-11-07 08:37:48 +01:00
2018-11-07 08:37:48 +01:00
2018-11-08 07:26:06 +01:00
2016-04-21 17:25:46 +02:00
2018-11-07 08:42:19 +01:00

Qlik Network Chart

CircleCI

Qlik Sense extension to visualize networks data


Based on library vis.js (http://visjs.org)
Tested with Qlik Sense 2.2.3.

Dimensions

4 dimensions are mandatory :
  1. node identifier
  2. node label
  3. node parent identifier
  4. node group

Measures

The measures are optional
  1. tooltip : expression that will be push in the tooltip when hover on a node
  2. node value : used to scale the node size
  3. edge value : used to scale the edge width

Additional network settings

  • Edge Type : select type of curve between nodes
  • Node Shape : dot, square, diamond, triangle ...
  • Display Edge Value : switch to display the measures on edge curves
  • Position Edge Label : top, bottom, middle, horizontal
  • Display Shadow : switch to enable shadow effects behind edge and nodes

Sample

QVF based on characters from Victor Hugo's novel , Les Misérables. ![Network chart](resources/network_chart_v1.png)

Original Author

Michael Laenen

Description
No description provided
Readme MIT 1.5 MiB
Languages
JavaScript 98.6%
CSS 1.4%