export type ChartStyleFont = { sizePt?: number; bold?: boolean; italic?: boolean; color?: string; typeface?: string; };