iercan commented on a change in pull request #13157:
URL: https://github.com/apache/superset/pull/13157#discussion_r578333954
##########
File path: superset/config.py
##########
@@ -946,7 +946,7 @@ class CeleryConfig: # pylint:
disable=too-few-public-methods
WEBDRIVER_TYPE = "firefox"
# Window size - this will impact the rendering of the data
-WEBDRIVER_WINDOW = {"dashboard": (1600, 2000), "slice": (3000, 1200)}
+WEBDRIVER_WINDOW = {"dashboard": (1600, 3000), "slice": (1280, 960)}
Review comment:
I decided to revert that and provide old harcoded sizes for thumbnails
so that caches will not be needed to calculated again.
##########
File path: superset/config.py
##########
@@ -946,7 +946,7 @@ class CeleryConfig: # pylint:
disable=too-few-public-methods
WEBDRIVER_TYPE = "firefox"
# Window size - this will impact the rendering of the data
-WEBDRIVER_WINDOW = {"dashboard": (1600, 2000), "slice": (3000, 1200)}
+WEBDRIVER_WINDOW = {"dashboard": (1600, 3000), "slice": (1280, 960)}
Review comment:
I decided to revert that and provide old harcoded sizes for thumbnails
so that caches will not be needed to recalculated again.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]