export interface BarOptions {
    spaceRatio: number;
    stacked: number;
}
