dataiku / dss-plugin-hierarchical-charts

DSS plugin containing webapps for hierarchical visualizations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hierarchical charts

This plugins provides two classic hierarchical visualizations: treemap and sunburst.

These charts take as input [Unit column (child node) , Parent column (the corresponding parent node) , Value column]. In the case of the treemap chart, an optional Color column can be provided.

Usage

These new visualizations are provided as custom charts and are available in the "Other" tab of the chart type selector.

Treemap

This chart is based on the Google Charts library and requires internet access.

When no color column is provided, the size is also used for color information.

Click to zoom in a child, right-click to zoom out.

Sunburst

No negative values can be present in the value column.

License

This project is licensed under the Apache Software License.

About

DSS plugin containing webapps for hierarchical visualizations


Languages

Language:JavaScript 69.8%Language:Python 22.0%Language:HTML 3.9%Language:CSS 3.2%Language:Makefile 1.1%