sadpandajoe commented on code in PR #34561: URL: https://github.com/apache/superset/pull/34561#discussion_r2255320350
########## superset/config.py: ########## @@ -865,6 +865,14 @@ class D3TimeFormat(TypedDict, total=False): timedelta(seconds=60).total_seconds() * 1000 ) +# Tiled screenshot configuration for large dashboards +SCREENSHOT_TILED_ENABLED = True # Enable tiled screenshots for large dashboards +SCREENSHOT_TILED_CHART_THRESHOLD = 20 # Minimum charts to trigger tiled screenshots +SCREENSHOT_TILED_HEIGHT_THRESHOLD = ( Review Comment: does this affect the screenshots for alerts/reports? I believe there is a way to trigger a min/max height and width. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org