export interface MonthsLabel {
    x: number;
    y: number;
    label: string;
}
