From 46c1a007f1c4b29bfc0d8113736357ecd05d0879 Mon Sep 17 00:00:00 2001 From: Corwin FEVRE Date: Mon, 9 Oct 2023 11:04:22 +0400 Subject: [PATCH] fix drilldown library error the version in the link was ommited, causing problems when making a drilldown. --- highcharts_excentis/highcharts/highcharts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highcharts_excentis/highcharts/highcharts.py b/highcharts_excentis/highcharts/highcharts.py index 3084568..98923fa 100644 --- a/highcharts_excentis/highcharts/highcharts.py +++ b/highcharts_excentis/highcharts/highcharts.py @@ -339,7 +339,7 @@ def buildhtmlheader(self): """generate HTML header content""" if self.drilldown_flag: - self.add_JSsource('http://code.highcharts.com/modules/drilldown.js') + self.add_JSsource('http://code.highcharts.com/6/modules/drilldown.js')