interface BarChart {
    cues: BarChartCue[];
}

Hierarchy (view full)

Properties

Properties

cues: BarChartCue[]