A Qlik Sense extension used to display hierarchical structures from multiple dimensions.
The dimensions controls the way the tree is built. Works in the same way as a pivot table with all dimensions under the row section.
Sets the color of each bubble.
A symbol to show inside each bubble:
-
Single letter
Any single letter you can think of:
'S'
,'$'
,'汉'
... -
Emoji
A small set of emojis:
':)'
,':|'
,':('
,':p'
,':o'
,';)'
-
Qlik icons
Icons from the LUI icons set, prefix with
q-
followed by the ascii number representing the icon:'q-33'
,'q-239'
... -
Material icons
Icons from Google's Materical Icons set.
Prefix with
m-
followed by the name:'m-favorite'
,'m-star'
,'m-share'
...
The values of the measure controls the size of each bubble.
Same as for Dimension. The expression on the dimensions takes precedence.
Same as for Dimension. The expression on the dimensions takes precedence.
Controls the range in size on the bubbles.
Controls if the tree should be fully expanded or allow users to expand/collapse each node separately (applicable only when 2 or more dimensions are used).
When selected, the link between nodes will adapt its width based on the size of the child node it links to (applicable only when 2 or more dimensions are used).
When selected, show a radial version of the tree.
Selection works just like in most of the Sense charts with an additional "linked selection" feature.
When using multiple dimensions and property Fully expanded is disabled, nodes that can be expanded/collapsed will have a thick border.
Nodes can be expanded/collapsed by holding down SHIFT while clicking on the node.
On touch devices, simply swipe right/left to expand/collapse.
Go to releases and download the file mekaarogram-v<x.y.z>.zip
for the relevant release.
To create a production build:
yarn run build
MIT