export interface ModelData { plotId?: string; type?: string; title?: string; customStyles?: string; elementStyles?: string; margin: Record; showLegend: boolean; legendPosition: { position: string; }; legendLayout: string; useToolTip: boolean; plotSize: { width: number; height: number; }; }