Qlik Sense extension that displays an Hierarchical Tree using D3, with user interaction.
Tested with Qlik Sense November 2018.
Features included are:
- Horizontal and Vertical Orentation
- Customizable look and coloring
- Nodes can be represented by circles or rectangular boxes
- Tooltips on Mouse Over for additional info - tooltips can be plain text of HTML based for custom look & feel
- SVG Rectangle Boxes can display 1 line of additional info
- Fully customize rectangle boxes with HTML (New with v1.4)
- Nodes are selectable - selected node will also select related child nodes
- Nodes can have indepent colors
- Control the links colors independently
An example and tutorial app can be found in the 'App Example and Tutorial' folder.
- v1.4 - New feature! Fully customize look of Rectangle boxes with HTML
- v1.3.1 Corrected 2 major bugs: - Configuration of extension from scratch would pass on verification of Node Name specification in latest Qlik Sense releases; - Selection of a node that would be on last depth level would not respond and select on application
- v1.3 - Added Calculation Condition
- v1.2.4 - Fixed an issue that would prevent the rendering of the extension in Qlik Sense v3.2.3
- v1.2.3 - Fixed an issue that prevented the creation of the extension from scratch on v3.2
- v1.2.2 - Fixed an issue that would restrain the rendering in Qlik Sense v3.2
- v1.2.1 - Added a new verifications before loading the tree.
- v1.2 - Added 2 new orientations for the tree - right to left and bottom up
- v1.1.1 - Minor update - added some verifications before loading the tree. If something wrong is detected it displays a warning in the extension's placeholder and avoids loading the tree.
- v1.1 - Added independent coloring for nodes and links
- v1 - Initial relase of the extension