export default class StackedbarOptions { width: number; height: number; data: Promise; showLegend: boolean; showAxis: boolean; textX: string; textY: string; sort: boolean; }