Index: openacs-4/packages/highcharts/tcl/resource-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/highcharts/tcl/Attic/resource-procs.tcl,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/highcharts/tcl/resource-procs.tcl 24 Oct 2022 08:54:39 -0000 1.1.2.2 +++ openacs-4/packages/highcharts/tcl/resource-procs.tcl 24 Nov 2022 13:58:31 -0000 1.1.2.3 @@ -19,13 +19,15 @@ # The Highcharts configuration can be tailored via the OpenACS # configuration file: # - # ns_section ns/server/${server}/acs/highcharts - # ns_param HighchartsVersion 10.2.1 + # ns_section ns/server/${server}/acs/highcharts + # ns_param HighchartsVersion 10.3.1 # + # For new versions, checkout https://cdnjs.com/ + # set ::highcharts::version [parameter::get \ -package_id $package_id \ -parameter HighchartsVersion \ - -default 10.2.1] + -default 10.3.1] ad_proc ::highcharts::resource_info { {-version ""}