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