Skip to content

Commit

Permalink
v12.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TorsteinHonsi committed Dec 21, 2024
1 parent 2eb7b7a commit 9763759
Show file tree
Hide file tree
Showing 294 changed files with 363 additions and 363 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highcharts",
"version": "12.1.1",
"version": "12.1.2",
"main": "highcharts.js",
"license": "https://www.highcharts.com/license",
"types": "highcharts.d.ts"
Expand Down
2 changes: 1 addition & 1 deletion es-modules/Core/Globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var Globals;
{}), // eslint-disable-line node/no-unsupported-features/es-builtins
Globals.doc = Globals.win.document, Globals.svg = (Globals.doc &&
Globals.doc.createElementNS &&
!!Globals.doc.createElementNS(Globals.SVG_NS, 'svg').createSVGRect), Globals.pageLang = Globals.doc?.body.closest('[lang]')?.lang, Globals.userAgent = (Globals.win.navigator && Globals.win.navigator.userAgent) || '', Globals.isChrome = Globals.win.chrome, Globals.isFirefox = Globals.userAgent.indexOf('Firefox') !== -1, Globals.isMS = /(edge|msie|trident)/i.test(Globals.userAgent) && !Globals.win.opera, Globals.isSafari = !Globals.isChrome && Globals.userAgent.indexOf('Safari') !== -1, Globals.isTouchDevice = /(Mobile|Android|Windows Phone)/.test(Globals.userAgent), Globals.isWebKit = Globals.userAgent.indexOf('AppleWebKit') !== -1, Globals.deg2rad = Math.PI * 2 / 360, Globals.marginNames = [
!!Globals.doc.createElementNS(Globals.SVG_NS, 'svg').createSVGRect), Globals.pageLang = Globals.doc?.documentElement?.closest('[lang]')?.lang, Globals.userAgent = (Globals.win.navigator && Globals.win.navigator.userAgent) || '', Globals.isChrome = Globals.win.chrome, Globals.isFirefox = Globals.userAgent.indexOf('Firefox') !== -1, Globals.isMS = /(edge|msie|trident)/i.test(Globals.userAgent) && !Globals.win.opera, Globals.isSafari = !Globals.isChrome && Globals.userAgent.indexOf('Safari') !== -1, Globals.isTouchDevice = /(Mobile|Android|Windows Phone)/.test(Globals.userAgent), Globals.isWebKit = Globals.userAgent.indexOf('AppleWebKit') !== -1, Globals.deg2rad = Math.PI * 2 / 360, Globals.marginNames = [
'plotTop',
'marginRight',
'marginBottom',
Expand Down
2 changes: 1 addition & 1 deletion es-modules/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion highcharts-3d.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion highcharts-3d.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highcharts JS v12.1.1 (2024-12-20)
* @license Highcharts JS v12.1.2 (2024-12-21)
* @module highcharts/highcharts-3d
* @requires highcharts
*
Expand Down
8 changes: 4 additions & 4 deletions highcharts-gantt.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions highcharts-gantt.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highcharts JS v12.1.1 (2024-12-20)
* @license Highcharts JS v12.1.2 (2024-12-21)
* @module highcharts/highcharts
*
* (c) 2009-2024 Torstein Honsi
Expand Down Expand Up @@ -74,12 +74,12 @@ var Globals;
* Constants
*
* */
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '12.1.1', Globals.win = (typeof window !== 'undefined' ?
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '12.1.2', Globals.win = (typeof window !== 'undefined' ?
window :
{}), // eslint-disable-line node/no-unsupported-features/es-builtins
Globals.doc = Globals.win.document, Globals.svg = (Globals.doc &&
Globals.doc.createElementNS &&
!!Globals.doc.createElementNS(Globals.SVG_NS, 'svg').createSVGRect), Globals.pageLang = Globals.doc?.body.closest('[lang]')?.lang, Globals.userAgent = (Globals.win.navigator && Globals.win.navigator.userAgent) || '', Globals.isChrome = Globals.win.chrome, Globals.isFirefox = Globals.userAgent.indexOf('Firefox') !== -1, Globals.isMS = /(edge|msie|trident)/i.test(Globals.userAgent) && !Globals.win.opera, Globals.isSafari = !Globals.isChrome && Globals.userAgent.indexOf('Safari') !== -1, Globals.isTouchDevice = /(Mobile|Android|Windows Phone)/.test(Globals.userAgent), Globals.isWebKit = Globals.userAgent.indexOf('AppleWebKit') !== -1, Globals.deg2rad = Math.PI * 2 / 360, Globals.marginNames = [
!!Globals.doc.createElementNS(Globals.SVG_NS, 'svg').createSVGRect), Globals.pageLang = Globals.doc?.documentElement?.closest('[lang]')?.lang, Globals.userAgent = (Globals.win.navigator && Globals.win.navigator.userAgent) || '', Globals.isChrome = Globals.win.chrome, Globals.isFirefox = Globals.userAgent.indexOf('Firefox') !== -1, Globals.isMS = /(edge|msie|trident)/i.test(Globals.userAgent) && !Globals.win.opera, Globals.isSafari = !Globals.isChrome && Globals.userAgent.indexOf('Safari') !== -1, Globals.isTouchDevice = /(Mobile|Android|Windows Phone)/.test(Globals.userAgent), Globals.isWebKit = Globals.userAgent.indexOf('AppleWebKit') !== -1, Globals.deg2rad = Math.PI * 2 / 360, Globals.marginNames = [
'plotTop',
'marginRight',
'marginBottom',
Expand Down Expand Up @@ -12638,7 +12638,7 @@ class SVGRenderer {
this.url = this.getReferenceURL();
// Add description
const desc = this.createElement('desc').add();
desc.element.appendChild(SVGRenderer_doc.createTextNode('Created with Highcharts 12.1.1'));
desc.element.appendChild(SVGRenderer_doc.createTextNode('Created with Highcharts 12.1.2'));
this.defs = this.createElement('defs').add();
this.allowHTML = allowHTML;
this.forExport = forExport;
Expand Down Expand Up @@ -56405,7 +56405,7 @@ Pathfinder.prototype.algorithms = PathfinderAlgorithms;

;// ./code/es-modules/masters/modules/pathfinder.src.js
/**
* @license Highcharts Gantt JS v12.1.1 (2024-12-20)
* @license Highcharts Gantt JS v12.1.2 (2024-12-21)
* @module highcharts/modules/pathfinder
* @requires highcharts
*
Expand Down Expand Up @@ -56533,7 +56533,7 @@ const StaticScale = {

;// ./code/es-modules/masters/modules/static-scale.src.js
/**
* @license Highcharts Gantt JS v12.1.1 (2024-12-20)
* @license Highcharts Gantt JS v12.1.2 (2024-12-21)
* @module highcharts/modules/static-scale
* @requires highcharts
*
Expand Down Expand Up @@ -57344,7 +57344,7 @@ Series_SeriesRegistry.registerSeriesType('xrange', XRangeSeries);

;// ./code/es-modules/masters/modules/xrange.src.js
/**
* @license Highcharts JS v12.1.1 (2024-12-20)
* @license Highcharts JS v12.1.2 (2024-12-21)
* @module highcharts/modules/xrange
* @requires highcharts
*
Expand Down Expand Up @@ -60892,7 +60892,7 @@ Series_SeriesRegistry.registerSeriesType('gantt', GanttSeries);

;// ./code/es-modules/masters/modules/gantt.src.js
/**
* @license Highcharts Gantt JS v12.1.1 (2024-12-20)
* @license Highcharts Gantt JS v12.1.2 (2024-12-21)
* @module highcharts/modules/gantt
* @requires highcharts
*
Expand Down Expand Up @@ -60936,7 +60936,7 @@ gantt_src_G.Scrollbar.compose(gantt_src_G.Axis);

;// ./code/es-modules/masters/highcharts-gantt.src.js
/**
* @license Highcharts Gantt JS v12.1.1 (2024-12-20)
* @license Highcharts Gantt JS v12.1.2 (2024-12-21)
* @module highcharts/highcharts-gantt
*
* (c) 2017-2024 Lars Cabrera, Torstein Honsi, Jon Arild Nygard & Oystein Moseng
Expand Down
2 changes: 1 addition & 1 deletion highcharts-more.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion highcharts-more.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highcharts JS v12.1.1 (2024-12-20)
* @license Highcharts JS v12.1.2 (2024-12-21)
* @module highcharts/highcharts-more
* @requires highcharts
*
Expand Down
6 changes: 3 additions & 3 deletions highcharts.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions highcharts.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highcharts JS v12.1.1 (2024-12-20)
* @license Highcharts JS v12.1.2 (2024-12-21)
* @module highcharts/highcharts
*
* (c) 2009-2024 Torstein Honsi
Expand Down Expand Up @@ -74,12 +74,12 @@ var Globals;
* Constants
*
* */
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '12.1.1', Globals.win = (typeof window !== 'undefined' ?
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '12.1.2', Globals.win = (typeof window !== 'undefined' ?
window :
{}), // eslint-disable-line node/no-unsupported-features/es-builtins
Globals.doc = Globals.win.document, Globals.svg = (Globals.doc &&
Globals.doc.createElementNS &&
!!Globals.doc.createElementNS(Globals.SVG_NS, 'svg').createSVGRect), Globals.pageLang = Globals.doc?.body.closest('[lang]')?.lang, Globals.userAgent = (Globals.win.navigator && Globals.win.navigator.userAgent) || '', Globals.isChrome = Globals.win.chrome, Globals.isFirefox = Globals.userAgent.indexOf('Firefox') !== -1, Globals.isMS = /(edge|msie|trident)/i.test(Globals.userAgent) && !Globals.win.opera, Globals.isSafari = !Globals.isChrome && Globals.userAgent.indexOf('Safari') !== -1, Globals.isTouchDevice = /(Mobile|Android|Windows Phone)/.test(Globals.userAgent), Globals.isWebKit = Globals.userAgent.indexOf('AppleWebKit') !== -1, Globals.deg2rad = Math.PI * 2 / 360, Globals.marginNames = [
!!Globals.doc.createElementNS(Globals.SVG_NS, 'svg').createSVGRect), Globals.pageLang = Globals.doc?.documentElement?.closest('[lang]')?.lang, Globals.userAgent = (Globals.win.navigator && Globals.win.navigator.userAgent) || '', Globals.isChrome = Globals.win.chrome, Globals.isFirefox = Globals.userAgent.indexOf('Firefox') !== -1, Globals.isMS = /(edge|msie|trident)/i.test(Globals.userAgent) && !Globals.win.opera, Globals.isSafari = !Globals.isChrome && Globals.userAgent.indexOf('Safari') !== -1, Globals.isTouchDevice = /(Mobile|Android|Windows Phone)/.test(Globals.userAgent), Globals.isWebKit = Globals.userAgent.indexOf('AppleWebKit') !== -1, Globals.deg2rad = Math.PI * 2 / 360, Globals.marginNames = [
'plotTop',
'marginRight',
'marginBottom',
Expand Down Expand Up @@ -12638,7 +12638,7 @@ class SVGRenderer {
this.url = this.getReferenceURL();
// Add description
const desc = this.createElement('desc').add();
desc.element.appendChild(SVGRenderer_doc.createTextNode('Created with Highcharts 12.1.1'));
desc.element.appendChild(SVGRenderer_doc.createTextNode('Created with Highcharts 12.1.2'));
this.defs = this.createElement('defs').add();
this.allowHTML = allowHTML;
this.forExport = forExport;
Expand Down
8 changes: 4 additions & 4 deletions highmaps.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions highmaps.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highcharts JS v12.1.1 (2024-12-20)
* @license Highcharts JS v12.1.2 (2024-12-21)
* @module highcharts/highcharts
*
* (c) 2009-2024 Torstein Honsi
Expand Down Expand Up @@ -74,12 +74,12 @@ var Globals;
* Constants
*
* */
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '12.1.1', Globals.win = (typeof window !== 'undefined' ?
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '12.1.2', Globals.win = (typeof window !== 'undefined' ?
window :
{}), // eslint-disable-line node/no-unsupported-features/es-builtins
Globals.doc = Globals.win.document, Globals.svg = (Globals.doc &&
Globals.doc.createElementNS &&
!!Globals.doc.createElementNS(Globals.SVG_NS, 'svg').createSVGRect), Globals.pageLang = Globals.doc?.body.closest('[lang]')?.lang, Globals.userAgent = (Globals.win.navigator && Globals.win.navigator.userAgent) || '', Globals.isChrome = Globals.win.chrome, Globals.isFirefox = Globals.userAgent.indexOf('Firefox') !== -1, Globals.isMS = /(edge|msie|trident)/i.test(Globals.userAgent) && !Globals.win.opera, Globals.isSafari = !Globals.isChrome && Globals.userAgent.indexOf('Safari') !== -1, Globals.isTouchDevice = /(Mobile|Android|Windows Phone)/.test(Globals.userAgent), Globals.isWebKit = Globals.userAgent.indexOf('AppleWebKit') !== -1, Globals.deg2rad = Math.PI * 2 / 360, Globals.marginNames = [
!!Globals.doc.createElementNS(Globals.SVG_NS, 'svg').createSVGRect), Globals.pageLang = Globals.doc?.documentElement?.closest('[lang]')?.lang, Globals.userAgent = (Globals.win.navigator && Globals.win.navigator.userAgent) || '', Globals.isChrome = Globals.win.chrome, Globals.isFirefox = Globals.userAgent.indexOf('Firefox') !== -1, Globals.isMS = /(edge|msie|trident)/i.test(Globals.userAgent) && !Globals.win.opera, Globals.isSafari = !Globals.isChrome && Globals.userAgent.indexOf('Safari') !== -1, Globals.isTouchDevice = /(Mobile|Android|Windows Phone)/.test(Globals.userAgent), Globals.isWebKit = Globals.userAgent.indexOf('AppleWebKit') !== -1, Globals.deg2rad = Math.PI * 2 / 360, Globals.marginNames = [
'plotTop',
'marginRight',
'marginBottom',
Expand Down Expand Up @@ -12638,7 +12638,7 @@ class SVGRenderer {
this.url = this.getReferenceURL();
// Add description
const desc = this.createElement('desc').add();
desc.element.appendChild(SVGRenderer_doc.createTextNode('Created with Highcharts 12.1.1'));
desc.element.appendChild(SVGRenderer_doc.createTextNode('Created with Highcharts 12.1.2'));
this.defs = this.createElement('defs').add();
this.allowHTML = allowHTML;
this.forExport = forExport;
Expand Down Expand Up @@ -48167,7 +48167,7 @@ Array.prototype.push.apply(Axis_Axis.keepProps, ColorAxis.keepProps);

;// ./code/es-modules/masters/modules/coloraxis.src.js
/**
* @license Highcharts JS v12.1.1 (2024-12-20)
* @license Highcharts JS v12.1.2 (2024-12-21)
* @module highcharts/modules/color-axis
* @requires highcharts
*
Expand Down Expand Up @@ -57729,7 +57729,7 @@ Series_SeriesRegistry.registerSeriesType('heatmap', HeatmapSeries);

;// ./code/es-modules/masters/modules/map.src.js
/**
* @license Highmaps JS v12.1.1 (2024-12-20)
* @license Highmaps JS v12.1.2 (2024-12-21)
* @module highcharts/modules/map
* @requires highcharts
*
Expand Down Expand Up @@ -57775,7 +57775,7 @@ Maps_MapView.compose(Chart_MapChart);

;// ./code/es-modules/masters/highmaps.src.js
/**
* @license Highmaps JS v12.1.1 (2024-12-20)
* @license Highmaps JS v12.1.2 (2024-12-21)
* @module highcharts/highmaps
*
* (c) 2011-2024 Torstein Honsi
Expand Down
8 changes: 4 additions & 4 deletions highstock.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions highstock.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highcharts JS v12.1.1 (2024-12-20)
* @license Highcharts JS v12.1.2 (2024-12-21)
* @module highcharts/highcharts
*
* (c) 2009-2024 Torstein Honsi
Expand Down Expand Up @@ -74,12 +74,12 @@ var Globals;
* Constants
*
* */
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '12.1.1', Globals.win = (typeof window !== 'undefined' ?
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '12.1.2', Globals.win = (typeof window !== 'undefined' ?
window :
{}), // eslint-disable-line node/no-unsupported-features/es-builtins
Globals.doc = Globals.win.document, Globals.svg = (Globals.doc &&
Globals.doc.createElementNS &&
!!Globals.doc.createElementNS(Globals.SVG_NS, 'svg').createSVGRect), Globals.pageLang = Globals.doc?.body.closest('[lang]')?.lang, Globals.userAgent = (Globals.win.navigator && Globals.win.navigator.userAgent) || '', Globals.isChrome = Globals.win.chrome, Globals.isFirefox = Globals.userAgent.indexOf('Firefox') !== -1, Globals.isMS = /(edge|msie|trident)/i.test(Globals.userAgent) && !Globals.win.opera, Globals.isSafari = !Globals.isChrome && Globals.userAgent.indexOf('Safari') !== -1, Globals.isTouchDevice = /(Mobile|Android|Windows Phone)/.test(Globals.userAgent), Globals.isWebKit = Globals.userAgent.indexOf('AppleWebKit') !== -1, Globals.deg2rad = Math.PI * 2 / 360, Globals.marginNames = [
!!Globals.doc.createElementNS(Globals.SVG_NS, 'svg').createSVGRect), Globals.pageLang = Globals.doc?.documentElement?.closest('[lang]')?.lang, Globals.userAgent = (Globals.win.navigator && Globals.win.navigator.userAgent) || '', Globals.isChrome = Globals.win.chrome, Globals.isFirefox = Globals.userAgent.indexOf('Firefox') !== -1, Globals.isMS = /(edge|msie|trident)/i.test(Globals.userAgent) && !Globals.win.opera, Globals.isSafari = !Globals.isChrome && Globals.userAgent.indexOf('Safari') !== -1, Globals.isTouchDevice = /(Mobile|Android|Windows Phone)/.test(Globals.userAgent), Globals.isWebKit = Globals.userAgent.indexOf('AppleWebKit') !== -1, Globals.deg2rad = Math.PI * 2 / 360, Globals.marginNames = [
'plotTop',
'marginRight',
'marginBottom',
Expand Down Expand Up @@ -12638,7 +12638,7 @@ class SVGRenderer {
this.url = this.getReferenceURL();
// Add description
const desc = this.createElement('desc').add();
desc.element.appendChild(SVGRenderer_doc.createTextNode('Created with Highcharts 12.1.1'));
desc.element.appendChild(SVGRenderer_doc.createTextNode('Created with Highcharts 12.1.2'));
this.defs = this.createElement('defs').add();
this.allowHTML = allowHTML;
this.forExport = forExport;
Expand Down Expand Up @@ -57655,7 +57655,7 @@ var BrokenAxis;

;// ./code/es-modules/masters/modules/broken-axis.src.js
/**
* @license Highcharts JS v12.1.1 (2024-12-20)
* @license Highcharts JS v12.1.2 (2024-12-21)
* @module highcharts/modules/broken-axis
* @requires highcharts
*
Expand Down Expand Up @@ -59147,7 +59147,7 @@ const DataGroupingComposition = {

;// ./code/es-modules/masters/modules/datagrouping.src.js
/**
* @license Highstock JS v12.1.1 (2024-12-20)
* @license Highstock JS v12.1.2 (2024-12-21)
* @module highcharts/modules/datagrouping
* @requires highcharts
*
Expand Down Expand Up @@ -59469,7 +59469,7 @@ const MouseWheelZoomComposition = {

;// ./code/es-modules/masters/modules/mouse-wheel-zoom.src.js
/**
* @license Highcharts JS v12.1.1 (2024-12-20)
* @license Highcharts JS v12.1.2 (2024-12-21)
* @module highcharts/modules/mouse-wheel-zoom
* @requires highcharts
*
Expand All @@ -59489,7 +59489,7 @@ mouse_wheel_zoom_src_G.MouseWheelZoom.compose(mouse_wheel_zoom_src_G.Chart);

;// ./code/es-modules/masters/modules/stock.src.js
/**
* @license Highstock JS v12.1.1 (2024-12-20)
* @license Highstock JS v12.1.2 (2024-12-21)
* @module highcharts/modules/stock
* @requires highcharts
*
Expand Down Expand Up @@ -59537,7 +59537,7 @@ stock_src_G.StockChart.compose(stock_src_G.Chart, stock_src_G.Axis, stock_src_G.

;// ./code/es-modules/masters/highstock.src.js
/**
* @license Highstock JS v12.1.1 (2024-12-20)
* @license Highstock JS v12.1.2 (2024-12-21)
* @module highcharts/highstock
*
* (c) 2009-2024 Torstein Honsi
Expand Down
2 changes: 1 addition & 1 deletion indicators/acceleration-bands.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion indicators/acceleration-bands.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highstock JS v12.1.1 (2024-12-20)
* @license Highstock JS v12.1.2 (2024-12-21)
* @module highcharts/indicators/acceleration-bands
* @requires highcharts
* @requires highcharts/modules/stock
Expand Down
2 changes: 1 addition & 1 deletion indicators/accumulation-distribution.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion indicators/accumulation-distribution.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highstock JS v12.1.1 (2024-12-20)
* @license Highstock JS v12.1.2 (2024-12-21)
* @module highcharts/indicators/accumulation-distribution
* @requires highcharts
* @requires highcharts/modules/stock
Expand Down
2 changes: 1 addition & 1 deletion indicators/ao.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion indicators/ao.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highstock JS v12.1.1 (2024-12-20)
* @license Highstock JS v12.1.2 (2024-12-21)
* @module highcharts/indicators/ao
* @requires highcharts
* @requires highcharts/modules/stock
Expand Down
2 changes: 1 addition & 1 deletion indicators/apo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion indicators/apo.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highstock JS v12.1.1 (2024-12-20)
* @license Highstock JS v12.1.2 (2024-12-21)
* @module highcharts/indicators/apo
* @requires highcharts
* @requires highcharts/modules/stock
Expand Down
2 changes: 1 addition & 1 deletion indicators/aroon-oscillator.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion indicators/aroon-oscillator.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highstock JS v12.1.1 (2024-12-20)
* @license Highstock JS v12.1.2 (2024-12-21)
* @module highcharts/indicators/aroon-oscillator
* @requires highcharts
* @requires highcharts/modules/stock
Expand Down
2 changes: 1 addition & 1 deletion indicators/aroon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion indicators/aroon.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highstock JS v12.1.1 (2024-12-20)
* @license Highstock JS v12.1.2 (2024-12-21)
* @module highcharts/indicators/aroon
* @requires highcharts
* @requires highcharts/modules/stock
Expand Down
Loading

0 comments on commit 9763759

Please sign in to comment.