Skip to content

Documentation / @finchart/core / AXIS_LABEL_SPEC

Variable: AXIS_LABEL_SPEC

const AXIS_LABEL_SPEC: object

Defined in: packages/core/src/axis/labels.ts:83

축 라벨이 소유한 CSS 변수. DOM과 캔버스 경로가 같은 선언을 읽는다 — 폰트 변수 둘은 legend·tooltip·marker와 공유하는 예외다.

Type Declaration

color

color: object

color.css

css: string = "--chart-label"

color.fallback

fallback: string = "#64748b"

fontFamily

fontFamily: object

fontFamily.css

css: string = "--chart-label-font-family"

fontFamily.fallback

fallback: string = "inherit"

fontSize

fontSize: object

fontSize.css

css: string = "--chart-label-font-size"

fontSize.fallback

fallback: string = "11px"