export interface AxisOptions {
    xIsSeries?: boolean;
    xAxisMode?: string;
    yAxisMode?: string;
}
