Skip to content

Commit

Permalink
v11.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TorsteinHonsi committed Jul 8, 2024
1 parent 485d711 commit ea5e931
Show file tree
Hide file tree
Showing 299 changed files with 332 additions and 346 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": "11.4.5",
"version": "11.4.6",
"main": "highcharts.js",
"license": "https://www.highcharts.com/license",
"types": "highcharts.d.ts"
Expand Down
1 change: 0 additions & 1 deletion es-modules/Data/DataTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,6 @@ class DataTable {
}
/**
* Sets or unsets the modifier for the table.
* @private
*
* @param {Highcharts.DataModifier} [modifier]
* Modifier to set, or `undefined` to unset.
Expand Down
1 change: 0 additions & 1 deletion es-modules/Data/Modifiers/ChainModifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const { merge } = U;
/**
* Modifies a table with the help of modifiers in an ordered chain.
*
* @private
*/
class ChainModifier extends DataModifier {
/* *
Expand Down
2 changes: 0 additions & 2 deletions es-modules/Data/Modifiers/DataModifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const { addEvent, fireEvent, merge } = U;
/**
* Abstract class to provide an interface for modifying a table.
*
* @private
*/
class DataModifier {
/* *
Expand Down Expand Up @@ -228,7 +227,6 @@ class DataModifier {
* */
/**
* Additionally provided types for modifier events and options.
* @private
*/
(function (DataModifier) {
/* *
Expand Down
1 change: 0 additions & 1 deletion es-modules/Data/Modifiers/MathModifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import FormulaProcessor from '../Formula/FormulaProcessor.js';
/**
* Replaces formula strings in a table with calculated values.
*
* @private
* @class
* @name Highcharts.DataModifier.types.MathModifier
* @augments Highcharts.DataModifier
Expand Down
1 change: 0 additions & 1 deletion es-modules/Data/Modifiers/RangeModifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const { merge } = U;
/**
* Filters out table rows with a specific value range.
*
* @private
*/
class RangeModifier extends DataModifier {
/* *
Expand Down
1 change: 0 additions & 1 deletion es-modules/Data/Modifiers/SortModifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const { merge } = U;
/**
* Sort table rows according to values of a column.
*
* @private
*/
class SortModifier extends DataModifier {
/* *
Expand Down
2 changes: 1 addition & 1 deletion es-modules/masters/modules/cylinder.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @license Highcharts JS v@product.version@ (@product.date@)
* @module highcharts/modules/cylinder
* @requires highcharts
* @requires highcharts-3d
* @requires highcharts/highcharts-3d
*
* Highcharts cylinder module
*
Expand Down
2 changes: 1 addition & 1 deletion es-modules/masters/modules/funnel3d.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @license Highcharts JS v@product.version@ (@product.date@)
* @module highcharts/modules/funnel3d
* @requires highcharts
* @requires highcharts-3d
* @requires highcharts/highcharts-3d
* @requires highcharts/modules/cylinder
*
* Highcharts funnel module
Expand Down
2 changes: 1 addition & 1 deletion es-modules/masters/modules/pyramid3d.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @license Highcharts JS v@product.version@ (@product.date@)
* @module highcharts/modules/pyramid3d
* @requires highcharts
* @requires highcharts-3d
* @requires highcharts/highcharts-3d
* @requires highcharts/modules/cylinder
* @requires highcharts/modules/funnel3d
*
Expand Down
2 changes: 1 addition & 1 deletion es-modules/masters/modules/solid-gauge.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @license Highcharts JS v@product.version@ (@product.date@)
* @module highcharts/modules/solid-gauge
* @requires highcharts
* @requires highcharts-more
* @requires highcharts/highcharts-more
*
* Solid angular gauge module
*
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 v11.4.5 (2024-07-04)
* @license Highcharts JS v11.4.6 (2024-07-08)
*
* 3D features for Highcharts JS
*
Expand Down
6 changes: 3 additions & 3 deletions highcharts-gantt.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions highcharts-gantt.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highcharts Gantt JS v11.4.5 (2024-07-04)
* @license Highcharts Gantt JS v11.4.6 (2024-07-08)
*
* (c) 2017-2024 Lars Cabrera, Torstein Honsi, Jon Arild Nygard & Oystein Moseng
*
Expand Down Expand Up @@ -62,7 +62,7 @@
* Constants
*
* */
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '11.4.5', Globals.win = (typeof window !== 'undefined' ?
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '11.4.6', Globals.win = (typeof window !== 'undefined' ?
window :
{}), // eslint-disable-line node/no-unsupported-features/es-builtins
Globals.doc = Globals.win.document, Globals.svg = (Globals.doc &&
Expand Down Expand Up @@ -12530,7 +12530,7 @@
this.url = this.getReferenceURL();
// Add description
const desc = this.createElement('desc').add();
desc.element.appendChild(doc.createTextNode('Created with Highcharts 11.4.5'));
desc.element.appendChild(doc.createTextNode('Created with Highcharts 11.4.6'));
this.defs = this.createElement('defs').add();
this.allowHTML = allowHTML;
this.forExport = forExport;
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 v11.4.5 (2024-07-04)
* @license Highcharts JS v11.4.6 (2024-07-08)
*
* (c) 2009-2024 Torstein Honsi
*
Expand Down
6 changes: 3 additions & 3 deletions highcharts.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions highcharts.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highcharts JS v11.4.5 (2024-07-04)
* @license Highcharts JS v11.4.6 (2024-07-08)
*
* (c) 2009-2024 Torstein Honsi
*
Expand Down Expand Up @@ -62,7 +62,7 @@
* Constants
*
* */
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '11.4.5', Globals.win = (typeof window !== 'undefined' ?
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '11.4.6', Globals.win = (typeof window !== 'undefined' ?
window :
{}), // eslint-disable-line node/no-unsupported-features/es-builtins
Globals.doc = Globals.win.document, Globals.svg = (Globals.doc &&
Expand Down Expand Up @@ -12530,7 +12530,7 @@
this.url = this.getReferenceURL();
// Add description
const desc = this.createElement('desc').add();
desc.element.appendChild(doc.createTextNode('Created with Highcharts 11.4.5'));
desc.element.appendChild(doc.createTextNode('Created with Highcharts 11.4.6'));
this.defs = this.createElement('defs').add();
this.allowHTML = allowHTML;
this.forExport = forExport;
Expand Down
6 changes: 3 additions & 3 deletions highmaps.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions highmaps.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highmaps JS v11.4.5 (2024-07-04)
* @license Highmaps JS v11.4.6 (2024-07-08)
*
* (c) 2011-2024 Torstein Honsi
*
Expand Down Expand Up @@ -62,7 +62,7 @@
* Constants
*
* */
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '11.4.5', Globals.win = (typeof window !== 'undefined' ?
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '11.4.6', Globals.win = (typeof window !== 'undefined' ?
window :
{}), // eslint-disable-line node/no-unsupported-features/es-builtins
Globals.doc = Globals.win.document, Globals.svg = (Globals.doc &&
Expand Down Expand Up @@ -12530,7 +12530,7 @@
this.url = this.getReferenceURL();
// Add description
const desc = this.createElement('desc').add();
desc.element.appendChild(doc.createTextNode('Created with Highcharts 11.4.5'));
desc.element.appendChild(doc.createTextNode('Created with Highcharts 11.4.6'));
this.defs = this.createElement('defs').add();
this.allowHTML = allowHTML;
this.forExport = forExport;
Expand Down
6 changes: 3 additions & 3 deletions highstock.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions highstock.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highstock JS v11.4.5 (2024-07-04)
* @license Highstock JS v11.4.6 (2024-07-08)
*
* (c) 2009-2024 Torstein Honsi
*
Expand Down Expand Up @@ -62,7 +62,7 @@
* Constants
*
* */
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '11.4.5', Globals.win = (typeof window !== 'undefined' ?
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '11.4.6', Globals.win = (typeof window !== 'undefined' ?
window :
{}), // eslint-disable-line node/no-unsupported-features/es-builtins
Globals.doc = Globals.win.document, Globals.svg = (Globals.doc &&
Expand Down Expand Up @@ -12530,7 +12530,7 @@
this.url = this.getReferenceURL();
// Add description
const desc = this.createElement('desc').add();
desc.element.appendChild(doc.createTextNode('Created with Highcharts 11.4.5'));
desc.element.appendChild(doc.createTextNode('Created with Highcharts 11.4.6'));
this.defs = this.createElement('defs').add();
this.allowHTML = allowHTML;
this.forExport = forExport;
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 v11.4.5 (2024-07-04)
* @license Highstock JS v11.4.6 (2024-07-08)
*
* Indicator series type for Highcharts 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 v11.4.5 (2024-07-04)
* @license Highstock JS v11.4.6 (2024-07-08)
*
* Indicator series type for Highcharts 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 v11.4.5 (2024-07-04)
* @license Highstock JS v11.4.6 (2024-07-08)
*
* Indicator series type for Highcharts 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 v11.4.5 (2024-07-04)
* @license Highstock JS v11.4.6 (2024-07-08)
*
* Indicator series type for Highcharts 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 v11.4.5 (2024-07-04)
* @license Highstock JS v11.4.6 (2024-07-08)
*
* Indicator series type for Highcharts 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 v11.4.5 (2024-07-04)
* @license Highstock JS v11.4.6 (2024-07-08)
*
* Indicator series type for Highcharts Stock
*
Expand Down
2 changes: 1 addition & 1 deletion indicators/atr.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/atr.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highstock JS v11.4.5 (2024-07-04)
* @license Highstock JS v11.4.6 (2024-07-08)
*
* Indicator series type for Highcharts Stock
*
Expand Down
2 changes: 1 addition & 1 deletion indicators/bollinger-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/bollinger-bands.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highstock JS v11.4.5 (2024-07-04)
* @license Highstock JS v11.4.6 (2024-07-08)
*
* Indicator series type for Highcharts Stock
*
Expand Down
2 changes: 1 addition & 1 deletion indicators/cci.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/cci.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highstock JS v11.4.5 (2024-07-04)
* @license Highstock JS v11.4.6 (2024-07-08)
*
* Indicator series type for Highcharts Stock
*
Expand Down
2 changes: 1 addition & 1 deletion indicators/chaikin.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/chaikin.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highstock JS v11.4.5 (2024-07-04)
* @license Highstock JS v11.4.6 (2024-07-08)
*
* Indicator series type for Highcharts Stock
*
Expand Down
2 changes: 1 addition & 1 deletion indicators/cmf.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/cmf.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highstock JS v11.4.5 (2024-07-04)
* @license Highstock JS v11.4.6 (2024-07-08)
*
* (c) 2010-2024 Highsoft AS
* Author: Sebastian Domas
Expand Down
2 changes: 1 addition & 1 deletion indicators/cmo.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/cmo.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Highstock JS v11.4.5 (2024-07-04)
* @license Highstock JS v11.4.6 (2024-07-08)
*
* Indicator series type for Highcharts Stock
*
Expand Down
Loading

0 comments on commit ea5e931

Please sign in to comment.