Home > @plotex/chart-def > IFontConfig

IFontConfig interface#

Configures the font for a label.

Signature:
export interface IFontConfig

Properties#

PropertyTypeDescription
color?string(Optional) Color of the font.
family?string(Optional) Font family for the label.
size?string(Optional) Font size for the label.
weight?string | number(Optional) Font weight for the label.