interface NoDataOverlayProps { plotTitle?: string; opacity?: number; } export default ({ plotTitle, opacity = 0.97 }: NoDataOverlayProps) => (