Skip to main content
Version: 3.8

Interface: LayoutOptions

Represents layout options

Properties

background

background: Background

Chart and scales background color.

Default Value

{ type: ColorType.Solid, color: '#FFFFFF' }


backgroundColor

backgroundColor: string

Deprecated

Use background instead.


textColor

textColor: string

Color of text on the scales.

Default Value

'#191919'


fontSize

fontSize: number

Font size of text on scales in pixels.

Default Value

11


fontFamily

fontFamily: string

Font family of text on the scales.

Default Value

'Trebuchet MS', Roboto, Ubuntu, sans-serif