Skip to content

Documentation / @ripl/charts / ChartArea

Interface: ChartArea

Defined in: charts/src/core/layout.ts:12

A rectangular region expressed as a top-left origin plus dimensions.

Properties

PropertyTypeDescriptionDefined in
heightnumberHeight of the region, in pixels.charts/src/core/layout.ts:20
widthnumberWidth of the region, in pixels.charts/src/core/layout.ts:18
xnumberLeft edge of the region, in chart pixels.charts/src/core/layout.ts:14
ynumberTop edge of the region, in chart pixels.charts/src/core/layout.ts:16