Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

countnazgul/ZoomableSunburst

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Qlikview d3 Zoomable Sunburst Extension

Join the chat at https://gitter.im/countnazgul/ZoomableSunburst

The extension is based on Zoomable Sunburst with Labels

Make sure that the root element (node1 in the screenshot below) have "-" in the parent field!

Options

  • Tooltip format - QV string formated html. For example: node & '<br/> <b>' & sum(value) & '<b>'
  • Color Expression - QV string representation of color. For example: if(value > 10, 'blue', 'green'). Instead blue, RGB or HEX color formats are accepted
  • Font size
  • Font family
  • Color scheme - thanks to Cynthia Brewer you can pick from one of many coloring options
  • Color Sub Scheme
  • Opacity - transparency from 0 to 100
  • Zoom speed (ms) - control the speed of zoom in/out
  • Width
  • Height
  • Border color - the border color of each arc. Accept readable colors ( like "green", "white" etc. ), HEX colors ( like "#fff" ) and RGB colors ( like "RGB(255, 255, 255)" )
  • Border width - arc border width
  • Tooltip style - tooltip css. For example:
position: absolute;
text-align: center;
width: none;
height: none;
padding: 2px;
font: 12px sans-serif;
background: lightsteelblue;
border: 0px;
border-radius: 8px;
pointer-events: none;

Screenshots

Example