TreemapRect
Defined in: types/index.ts:610
A treemap rect with computed pixel coordinates (internal use).
Extends
Section titled “Extends”Properties
Section titled “Properties”label:
string
Defined in: types/index.ts:510
Tile label, drawn inside the rectangle when there’s room.
Inherited from
Section titled “Inherited from”rh:
number
Defined in: types/index.ts:618
Pixel rect — height.
rw:
number
Defined in: types/index.ts:616
Pixel rect — width.
rx:
number
Defined in: types/index.ts:612
Pixel rect — left edge.
ry:
number
Defined in: types/index.ts:614
Pixel rect — top edge.
value:
number
Defined in: types/index.ts:512
Tile area weight; the rectangle’s area is proportional to this.