Home > @plotex/chart-def > IFontConfig
IFontConfig interface#
Configures the font for a label.
Signature:Properties#
| Property | Type | Description |
|---|---|---|
| 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. |