Skip to content

Commit 84636ff

Browse files
feat(highcharts): implement line-basic
1 parent dc54b03 commit 84636ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plots/highcharts/line/line-basic/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
chrome_options.add_argument("--no-sandbox")
9393
chrome_options.add_argument("--disable-dev-shm-usage")
9494
chrome_options.add_argument("--disable-gpu")
95-
chrome_options.add_argument("--window-size=4900,2800")
95+
chrome_options.add_argument("--window-size=4800,2700")
9696

9797
driver = webdriver.Chrome(options=chrome_options)
9898
driver.get(f"file://{temp_path}")

0 commit comments

Comments
 (0)