interface DrawItem {
    bar: Bar;
    x: number;
}

Properties

Properties

bar: Bar
x: number