export interface YAxis {
    axisPosition: string;
    axisLabel: string;
}
