/** * General type definitions that don't fit into a more specialized category. * Or, at least, haven't found a more specific home yet. */ export interface LayoutLegendTitle { legend?: { title?: { text?: string; font?: { family?: string; size?: number; color?: string; }; side?: 'top' | 'left' | 'top left'; }; }; } //# sourceMappingURL=plotly-omissions.d.ts.map