Skip to content

Commit 9763759

Browse files
committed
v12.1.2
1 parent 2eb7b7a commit 9763759

File tree

294 files changed

+363
-363
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

294 files changed

+363
-363
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highcharts",
3-
"version": "12.1.1",
3+
"version": "12.1.2",
44
"main": "highcharts.js",
55
"license": "https://www.highcharts.com/license",
66
"types": "highcharts.d.ts"

es-modules/Core/Globals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var Globals;
2929
{}), // eslint-disable-line node/no-unsupported-features/es-builtins
3030
Globals.doc = Globals.win.document, Globals.svg = (Globals.doc &&
3131
Globals.doc.createElementNS &&
32-
!!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 = [
32+
!!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 = [
3333
'plotTop',
3434
'marginRight',
3535
'marginBottom',

es-modules/tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

highcharts-3d.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

highcharts-3d.src.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Highcharts JS v12.1.1 (2024-12-20)
2+
* @license Highcharts JS v12.1.2 (2024-12-21)
33
* @module highcharts/highcharts-3d
44
* @requires highcharts
55
*

highcharts-gantt.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

highcharts-gantt.src.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Highcharts JS v12.1.1 (2024-12-20)
2+
* @license Highcharts JS v12.1.2 (2024-12-21)
33
* @module highcharts/highcharts
44
*
55
* (c) 2009-2024 Torstein Honsi
@@ -74,12 +74,12 @@ var Globals;
7474
* Constants
7575
*
7676
* */
77-
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '12.1.1', Globals.win = (typeof window !== 'undefined' ?
77+
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '12.1.2', Globals.win = (typeof window !== 'undefined' ?
7878
window :
7979
{}), // eslint-disable-line node/no-unsupported-features/es-builtins
8080
Globals.doc = Globals.win.document, Globals.svg = (Globals.doc &&
8181
Globals.doc.createElementNS &&
82-
!!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 = [
82+
!!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 = [
8383
'plotTop',
8484
'marginRight',
8585
'marginBottom',
@@ -12638,7 +12638,7 @@ class SVGRenderer {
1263812638
this.url = this.getReferenceURL();
1263912639
// Add description
1264012640
const desc = this.createElement('desc').add();
12641-
desc.element.appendChild(SVGRenderer_doc.createTextNode('Created with Highcharts 12.1.1'));
12641+
desc.element.appendChild(SVGRenderer_doc.createTextNode('Created with Highcharts 12.1.2'));
1264212642
this.defs = this.createElement('defs').add();
1264312643
this.allowHTML = allowHTML;
1264412644
this.forExport = forExport;
@@ -56405,7 +56405,7 @@ Pathfinder.prototype.algorithms = PathfinderAlgorithms;
5640556405

5640656406
;// ./code/es-modules/masters/modules/pathfinder.src.js
5640756407
/**
56408-
* @license Highcharts Gantt JS v12.1.1 (2024-12-20)
56408+
* @license Highcharts Gantt JS v12.1.2 (2024-12-21)
5640956409
* @module highcharts/modules/pathfinder
5641056410
* @requires highcharts
5641156411
*
@@ -56533,7 +56533,7 @@ const StaticScale = {
5653356533

5653456534
;// ./code/es-modules/masters/modules/static-scale.src.js
5653556535
/**
56536-
* @license Highcharts Gantt JS v12.1.1 (2024-12-20)
56536+
* @license Highcharts Gantt JS v12.1.2 (2024-12-21)
5653756537
* @module highcharts/modules/static-scale
5653856538
* @requires highcharts
5653956539
*
@@ -57344,7 +57344,7 @@ Series_SeriesRegistry.registerSeriesType('xrange', XRangeSeries);
5734457344

5734557345
;// ./code/es-modules/masters/modules/xrange.src.js
5734657346
/**
57347-
* @license Highcharts JS v12.1.1 (2024-12-20)
57347+
* @license Highcharts JS v12.1.2 (2024-12-21)
5734857348
* @module highcharts/modules/xrange
5734957349
* @requires highcharts
5735057350
*
@@ -60892,7 +60892,7 @@ Series_SeriesRegistry.registerSeriesType('gantt', GanttSeries);
6089260892

6089360893
;// ./code/es-modules/masters/modules/gantt.src.js
6089460894
/**
60895-
* @license Highcharts Gantt JS v12.1.1 (2024-12-20)
60895+
* @license Highcharts Gantt JS v12.1.2 (2024-12-21)
6089660896
* @module highcharts/modules/gantt
6089760897
* @requires highcharts
6089860898
*
@@ -60936,7 +60936,7 @@ gantt_src_G.Scrollbar.compose(gantt_src_G.Axis);
6093660936

6093760937
;// ./code/es-modules/masters/highcharts-gantt.src.js
6093860938
/**
60939-
* @license Highcharts Gantt JS v12.1.1 (2024-12-20)
60939+
* @license Highcharts Gantt JS v12.1.2 (2024-12-21)
6094060940
* @module highcharts/highcharts-gantt
6094160941
*
6094260942
* (c) 2017-2024 Lars Cabrera, Torstein Honsi, Jon Arild Nygard & Oystein Moseng

highcharts-more.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

highcharts-more.src.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Highcharts JS v12.1.1 (2024-12-20)
2+
* @license Highcharts JS v12.1.2 (2024-12-21)
33
* @module highcharts/highcharts-more
44
* @requires highcharts
55
*

highcharts.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)