hi-im-mike commented on issue #30866: URL: https://github.com/apache/superset/issues/30866#issuecomment-2814603627
> > [@michael-s-molina](https://github.com/michael-s-molina) any updates on this > > Hi [@krishanthvs](https://github.com/krishanthvs) I experienced a similar issue. Do you have a scrollable table in your dashboard? try removing it and see if it works @krishanthvs @michael-s-molina @ElijahKyule I do - and it only shows the current section that is in view when exporting to pdf/image. Wondering if anyone was able to get this to work? I'm running Superset 4.1.1 with my config as: ``` WEBDRIVER_TYPE = 'chrome' SCREENSHOT_SELENIUM_ANIMATION_WAIT = 10 DASHBOARD_VIRTUALIZATION = True FEATURE_FLAGS = { 'DASHBOARD_NATIVE_FILTERS': True, 'HORIZONTAL_FILTER_BAR': True, 'ENABLE_DASHBOARD_DOWNLOAD_WEBDRIVER_SCREENSHOT': False, 'ENABLE_DASHBOARD_SCREENSHOT_ENDPOINTS': False, 'ENABLE_TEMPLATE_PROCESSING': True, "EMBEDDED_SUPERSET": True } ``` Tried using a web-browser to get PDF export to work; though it still only shows whatever section is scrolled upon versus all rows. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
