export type ChartFont = { size?: number; bold?: boolean; italic?: boolean; color?: string; typeface?: string; };