Skip to content

Commit abf4dfc

Browse files
committed
Update HighCharts version for dashboards and charts
1 parent ef2f873 commit abf4dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class Reveal:
143143

144144

145145
class HighCharts:
146-
VER = "8.1.2"
146+
VER = "8.2.2"
147147
HC_CSS = ("https://code.highcharts.com/%s/css/highcharts.css" % VER)
148148
HC_JS = ("https://code.highcharts.com/%s/highcharts.js" % VER)
149149
EXPORTING_JS = ("https://code.highcharts.com/"

0 commit comments

Comments
 (0)