Skip to content
EliteChart

DEFAULT\_AXIS\_ANNOTATION\_STYLE

Documentation


Documentation / @elitechart/core / DEFAULT_AXIS_ANNOTATION_STYLE

code
const DEFAULT_AXIS_ANNOTATION_STYLE: AxisAnnotationStyle;

Defined in: renderer/axis-annotation.ts:87

Default annotation style — 10px ui-monospace, white-on-color.

Example

code
import { DEFAULT_AXIS_ANNOTATION_STYLE } from '@elitechart/core';
const muted = { ...DEFAULT_AXIS_ANNOTATION_STYLE, font: '11px sans-serif' };