|
1 | 1 | /**
|
2 |
| - * @license Highcharts JS v12.1.1 (2024-12-20) |
| 2 | + * @license Highcharts JS v12.1.2 (2024-12-21) |
3 | 3 | * @module highcharts/highcharts
|
4 | 4 | *
|
5 | 5 | * (c) 2009-2024 Torstein Honsi
|
@@ -74,12 +74,12 @@ var Globals;
|
74 | 74 | * Constants
|
75 | 75 | *
|
76 | 76 | * */
|
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' ? |
78 | 78 | window :
|
79 | 79 | {}), // eslint-disable-line node/no-unsupported-features/es-builtins
|
80 | 80 | Globals.doc = Globals.win.document, Globals.svg = (Globals.doc &&
|
81 | 81 | 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 = [ |
83 | 83 | 'plotTop',
|
84 | 84 | 'marginRight',
|
85 | 85 | 'marginBottom',
|
@@ -12638,7 +12638,7 @@ class SVGRenderer {
|
12638 | 12638 | this.url = this.getReferenceURL();
|
12639 | 12639 | // Add description
|
12640 | 12640 | 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')); |
12642 | 12642 | this.defs = this.createElement('defs').add();
|
12643 | 12643 | this.allowHTML = allowHTML;
|
12644 | 12644 | this.forExport = forExport;
|
@@ -56405,7 +56405,7 @@ Pathfinder.prototype.algorithms = PathfinderAlgorithms;
|
56405 | 56405 |
|
56406 | 56406 | ;// ./code/es-modules/masters/modules/pathfinder.src.js
|
56407 | 56407 | /**
|
56408 |
| - * @license Highcharts Gantt JS v12.1.1 (2024-12-20) |
| 56408 | + * @license Highcharts Gantt JS v12.1.2 (2024-12-21) |
56409 | 56409 | * @module highcharts/modules/pathfinder
|
56410 | 56410 | * @requires highcharts
|
56411 | 56411 | *
|
@@ -56533,7 +56533,7 @@ const StaticScale = {
|
56533 | 56533 |
|
56534 | 56534 | ;// ./code/es-modules/masters/modules/static-scale.src.js
|
56535 | 56535 | /**
|
56536 |
| - * @license Highcharts Gantt JS v12.1.1 (2024-12-20) |
| 56536 | + * @license Highcharts Gantt JS v12.1.2 (2024-12-21) |
56537 | 56537 | * @module highcharts/modules/static-scale
|
56538 | 56538 | * @requires highcharts
|
56539 | 56539 | *
|
@@ -57344,7 +57344,7 @@ Series_SeriesRegistry.registerSeriesType('xrange', XRangeSeries);
|
57344 | 57344 |
|
57345 | 57345 | ;// ./code/es-modules/masters/modules/xrange.src.js
|
57346 | 57346 | /**
|
57347 |
| - * @license Highcharts JS v12.1.1 (2024-12-20) |
| 57347 | + * @license Highcharts JS v12.1.2 (2024-12-21) |
57348 | 57348 | * @module highcharts/modules/xrange
|
57349 | 57349 | * @requires highcharts
|
57350 | 57350 | *
|
@@ -60892,7 +60892,7 @@ Series_SeriesRegistry.registerSeriesType('gantt', GanttSeries);
|
60892 | 60892 |
|
60893 | 60893 | ;// ./code/es-modules/masters/modules/gantt.src.js
|
60894 | 60894 | /**
|
60895 |
| - * @license Highcharts Gantt JS v12.1.1 (2024-12-20) |
| 60895 | + * @license Highcharts Gantt JS v12.1.2 (2024-12-21) |
60896 | 60896 | * @module highcharts/modules/gantt
|
60897 | 60897 | * @requires highcharts
|
60898 | 60898 | *
|
@@ -60936,7 +60936,7 @@ gantt_src_G.Scrollbar.compose(gantt_src_G.Axis);
|
60936 | 60936 |
|
60937 | 60937 | ;// ./code/es-modules/masters/highcharts-gantt.src.js
|
60938 | 60938 | /**
|
60939 |
| - * @license Highcharts Gantt JS v12.1.1 (2024-12-20) |
| 60939 | + * @license Highcharts Gantt JS v12.1.2 (2024-12-21) |
60940 | 60940 | * @module highcharts/highcharts-gantt
|
60941 | 60941 | *
|
60942 | 60942 | * (c) 2017-2024 Lars Cabrera, Torstein Honsi, Jon Arild Nygard & Oystein Moseng
|
|
0 commit comments