← Back to patterns
Composition

Icicle Chart

Rectangular partition layout showing hierarchy top-to-bottom.

Best For

Hierarchical data where precise size comparison matters.

Live Demo

Live demo not yet available for this pattern

Usage

import { IcicleChart } from 'dolex/react';

<IcicleChart spec={spec} width={800} height={500} />