Skip to content

Documentation / @ripl/charts / AnnotationPlot

Interface: AnnotationPlot ​

Defined in: charts/src/components/annotation.ts:97

The plot rectangle annotations are drawn within and clipped to.

Properties ​

PropertyTypeDescriptionDefined in
heightnumberHeight of the plot rectangle, in pixels.charts/src/components/annotation.ts:105
widthnumberWidth of the plot rectangle, in pixels.charts/src/components/annotation.ts:103
xnumberLeft edge of the plot rectangle, in pixels.charts/src/components/annotation.ts:99
ynumberTop edge of the plot rectangle, in pixels.charts/src/components/annotation.ts:101