Skip to content

Documentation / @finchart/core / PaneDecorationHost

Interface: PaneDecorationHost

Defined in: packages/core/src/plot/capabilities.ts:259

이 pane에 장식을 얹을 수 있다. 값 축을 쓰는 것이 여기 온다.

무대 전체에 얹는 짝은 DecorationHost다 — 둘을 하나로 합치지 않는 이유가 컨텍스트다. pane 장식은 yScale이 있는 것이 보장되고, plot 장식은 아니다.

소비자: @finchart/tools

Extended by

Methods

addDecoration()

addDecoration(decoration, options?): () => void

Defined in: packages/core/src/plot/capabilities.ts:260

Parameters

decoration

PaneDecoration

options?

DecorationOptions

Returns

() => void