Skip to content

Documentation / @finchart/react / YAxis

Function: YAxis()

YAxis(props): null

Defined in: components/axes.tsx:45

값 축. <ChartPane> 안이면 그 pane의 것이고, 밖이면 모든 pane의 기본값이다.

pane마다 스케일이 다르므로 하나의 설정이 여러 pane에 걸리는 일은 없다 — pane 안에 둔 <YAxis>가 밖의 기본값을 덮어쓴다.

자리(position·size)는 무대 전역이다 (core YAxisOptions 참조) — pane 안에서는 무시된다. 오른쪽 축을 원하면 pane 밖의 <YAxis>에 준다.

Parameters

props

YAxisOptions

Returns

null