eschutho commented on a change in pull request #17409:
URL: https://github.com/apache/superset/pull/17409#discussion_r748493917
##########
File path: superset/config.py
##########
@@ -1084,7 +1094,8 @@ def SQL_QUERY_MUTATOR( # pylint:
disable=invalid-name,unused-argument
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, 2000), "slice": (3000, 1200), "pixel_density": 1}
Review comment:
this is the only manual change.. the rest is automated linting.
--
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]