export type PointDataLabel = { idx: number; delete: boolean; text?: string; position?: string; numFmt?: string; showValue?: boolean; showCategory?: boolean; showSeriesName?: boolean; showPercent?: boolean; };