Hacked By AnonymousFox
/**
* @license Highcharts JS v12.1.2 (2025-01-09)
* @module highcharts/modules/treemap
* @requires highcharts
*
* (c) 2014-2024 Highsoft AS
* Authors: Jon Arild Nygard / Oystein Moseng
*
* License: www.highcharts.com/license
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("highcharts"), require("highcharts")["Templating"], require("highcharts")["Color"], require("highcharts")["SeriesRegistry"], require("highcharts")["SVGElement"]);
else if(typeof define === 'function' && define.amd)
define("highcharts/modules/treemap", [["highcharts/highcharts"], ["highcharts/highcharts","Templating"], ["highcharts/highcharts","Color"], ["highcharts/highcharts","SeriesRegistry"], ["highcharts/highcharts","SVGElement"]], factory);
else if(typeof exports === 'object')
exports["highcharts/modules/treemap"] = factory(require("highcharts"), require("highcharts")["Templating"], require("highcharts")["Color"], require("highcharts")["SeriesRegistry"], require("highcharts")["SVGElement"]);
else
root["Highcharts"] = factory(root["Highcharts"], root["Highcharts"]["Templating"], root["Highcharts"]["Color"], root["Highcharts"]["SeriesRegistry"], root["Highcharts"]["SVGElement"]);
})(this, function(__WEBPACK_EXTERNAL_MODULE__944__, __WEBPACK_EXTERNAL_MODULE__984__, __WEBPACK_EXTERNAL_MODULE__620__, __WEBPACK_EXTERNAL_MODULE__512__, __WEBPACK_EXTERNAL_MODULE__28__) {
return /******/ (function() { // webpackBootstrap
/******/ "use strict";
/******/ var __webpack_modules__ = ({
/***/ 620:
/***/ (function(module) {
module.exports = __WEBPACK_EXTERNAL_MODULE__620__;
/***/ }),
/***/ 28:
/***/ (function(module) {
module.exports = __WEBPACK_EXTERNAL_MODULE__28__;
/***/ }),
/***/ 512:
/***/ (function(module) {
module.exports = __WEBPACK_EXTERNAL_MODULE__512__;
/***/ }),
/***/ 984:
/***/ (function(module) {
module.exports = __WEBPACK_EXTERNAL_MODULE__984__;
/***/ }),
/***/ 944:
/***/ (function(module) {
module.exports = __WEBPACK_EXTERNAL_MODULE__944__;
/***/ })
/******/ });
/************************************************************************/
/******/ // The module cache
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ var cachedModule = __webpack_module_cache__[moduleId];
/******/ if (cachedModule !== undefined) {
/******/ return cachedModule.exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = __webpack_module_cache__[moduleId] = {
/******/ // no module.id needed
/******/ // no module.loaded needed
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/compat get default export */
/******/ !function() {
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ function() { return module['default']; } :
/******/ function() { return module; };
/******/ __webpack_require__.d(getter, { a: getter });
/******/ return getter;
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ !function() {
/******/ // define getter functions for harmony exports
/******/ __webpack_require__.d = function(exports, definition) {
/******/ for(var key in definition) {
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */
/******/ !function() {
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
/******/ }();
/******/
/************************************************************************/
var __webpack_exports__ = {};
// EXPORTS
__webpack_require__.d(__webpack_exports__, {
"default": function() { return /* binding */ treemap_src; }
});
// EXTERNAL MODULE: external {"amd":["highcharts/highcharts"],"commonjs":["highcharts"],"commonjs2":["highcharts"],"root":["Highcharts"]}
var highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_ = __webpack_require__(944);
var highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default = /*#__PURE__*/__webpack_require__.n(highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_);
;// ./code/es5/es-modules/Extensions/Breadcrumbs/BreadcrumbsDefaults.js
/* *
*
* Highcharts Breadcrumbs module
*
* Authors: Grzegorz Blachlinski, Karol Kolodziej
*
* License: www.highcharts.com/license
*
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
*
* */
/* *
*
* Constants
*
* */
/**
* @optionparent lang
*/
var lang = {
/**
* @since 10.0.0
* @product highcharts highmaps
*
* @private
*/
mainBreadcrumb: 'Main'
};
/**
* Options for breadcrumbs. Breadcrumbs general options are defined in
* `navigation.breadcrumbs`. Specific options for drilldown are set in
* `drilldown.breadcrumbs` and for tree-like series traversing, in
* `plotOptions[series].breadcrumbs`.
*
* @since 10.0.0
* @product highcharts
* @optionparent navigation.breadcrumbs
*/
var options = {
/**
* A collection of attributes for the buttons. The object takes SVG
* attributes like `fill`, `stroke`, `stroke-width`, as well as `style`,
* a collection of CSS properties for the text.
*
* The object can also be extended with states, so you can set
* presentational options for `hover`, `select` or `disabled` button
* states.
*
* @sample {highcharts} highcharts/breadcrumbs/single-button
* Themed, single button
*
* @type {Highcharts.SVGAttributes}
* @since 10.0.0
* @product highcharts
*/
buttonTheme: {
/** @ignore */
fill: 'none',
/** @ignore */
height: 18,
/** @ignore */
padding: 2,
/** @ignore */
'stroke-width': 0,
/** @ignore */
zIndex: 7,
/** @ignore */
states: {
select: {
fill: 'none'
}
},
style: {
color: "#334eff" /* Palette.highlightColor80 */
}
},
/**
* The default padding for each button and separator in each direction.
*
* @type {number}
* @since 10.0.0
*/
buttonSpacing: 5,
/**
* Fires when clicking on the breadcrumbs button. Two arguments are
* passed to the function. First breadcrumb button as an SVG element.
* Second is the breadcrumbs class, containing reference to the chart,
* series etc.
*
* ```js
* click: function(button, breadcrumbs) {
* console.log(button);
* }
* ```
*
* Return false to stop default buttons click action.
*
* @type {Highcharts.BreadcrumbsClickCallbackFunction}
* @since 10.0.0
* @apioption navigation.breadcrumbs.events.click
*/
/**
* When the breadcrumbs are floating, the plot area will not move to
* make space for it. By default, the chart will not make space for the
* buttons. This property won't work when positioned in the middle.
*
* @sample highcharts/breadcrumbs/single-button
* Floating button
*
* @type {boolean}
* @since 10.0.0
*/
floating: false,
/**
* A format string for the breadcrumbs button. Variables are enclosed by
* curly brackets. Available values are passed in the declared point
* options.
*
* @type {string|undefined}
* @since 10.0.0
* @default undefined
* @sample {highcharts} highcharts/breadcrumbs/format Display custom
* values in breadcrumb button.
*/
format: void 0,
/**
* Callback function to format the breadcrumb text from scratch.
*
* @type {Highcharts.BreadcrumbsFormatterCallbackFunction}
* @since 10.0.0
* @default undefined
* @apioption navigation.breadcrumbs.formatter
*/
/**
* What box to align the button to. Can be either `plotBox` or
* `spacingBox`.
*
* @type {Highcharts.ButtonRelativeToValue}
* @default plotBox
* @since 10.0.0
* @product highcharts highmaps
*/
relativeTo: 'plotBox',
/**
* Whether to reverse the order of buttons. This is common in Arabic
* and Hebrew.
*
* @sample {highcharts} highcharts/breadcrumbs/rtl
* Breadcrumbs in RTL
*
* @type {boolean}
* @since 10.2.0
*/
rtl: false,
/**
* Positioning for the button row. The breadcrumbs buttons will be
* aligned properly for the default chart layout (title, subtitle,
* legend, range selector) for the custom chart layout set the position
* properties.
*
* @sample {highcharts} highcharts/breadcrumbs/single-button
* Single, right aligned button
*
* @type {Highcharts.BreadcrumbsAlignOptions}
* @since 10.0.0
* @product highcharts highmaps
*/
position: {
/**
* Horizontal alignment of the breadcrumbs buttons.
*
* @type {Highcharts.AlignValue}
*/
align: 'left',
/**
* Vertical alignment of the breadcrumbs buttons.
*
* @type {Highcharts.VerticalAlignValue}
*/
verticalAlign: 'top',
/**
* The X offset of the breadcrumbs button group.
*
* @type {number}
*/
x: 0,
/**
* The Y offset of the breadcrumbs button group. When `undefined`,
* and `floating` is `false`, the `y` position is adapted so that
* the breadcrumbs are rendered outside the target area.
*
* @type {number|undefined}
*/
y: void 0
},
/**
* Options object for Breadcrumbs separator.
*
* @since 10.0.0
*/
separator: {
/**
* @type {string}
* @since 10.0.0
* @product highcharts
*/
text: '/',
/**
* CSS styles for the breadcrumbs separator.
*
* In styled mode, the breadcrumbs separators are styled by the
* `.highcharts-separator` rule with its different states.
* @type {Highcharts.CSSObject}
* @since 10.0.0
*/
style: {
color: "#666666" /* Palette.neutralColor60 */,
fontSize: '0.8em'
}
},
/**
* Show full path or only a single button.
*
* @sample {highcharts} highcharts/breadcrumbs/single-button
* Single, styled button
*
* @type {boolean}
* @since 10.0.0
*/
showFullPath: true,
/**
* CSS styles for all breadcrumbs.
*
* In styled mode, the breadcrumbs buttons are styled by the
* `.highcharts-breadcrumbs-buttons .highcharts-button` rule with its
* different states.
*
* @type {Highcharts.SVGAttributes}
* @since 10.0.0
*/
style: {},
/**
* Whether to use HTML to render the breadcrumbs items texts.
*
* @type {boolean}
* @since 10.0.0
*/
useHTML: false,
/**
* The z index of the breadcrumbs group.
*
* @type {number}
* @since 10.0.0
*/
zIndex: 7
};
/* *
*
* Default Export
*
* */
var BreadcrumbsDefaults = {
lang: lang,
options: options
};
/* harmony default export */ var Breadcrumbs_BreadcrumbsDefaults = (BreadcrumbsDefaults);
// EXTERNAL MODULE: external {"amd":["highcharts/highcharts","Templating"],"commonjs":["highcharts","Templating"],"commonjs2":["highcharts","Templating"],"root":["Highcharts","Templating"]}
var highcharts_Templating_commonjs_highcharts_Templating_commonjs2_highcharts_Templating_root_Highcharts_Templating_ = __webpack_require__(984);
var highcharts_Templating_commonjs_highcharts_Templating_commonjs2_highcharts_Templating_root_Highcharts_Templating_default = /*#__PURE__*/__webpack_require__.n(highcharts_Templating_commonjs_highcharts_Templating_commonjs2_highcharts_Templating_root_Highcharts_Templating_);
;// ./code/es5/es-modules/Extensions/Breadcrumbs/Breadcrumbs.js
/* *
*
* Highcharts Breadcrumbs module
*
* Authors: Grzegorz Blachlinski, Karol Kolodziej
*
* License: www.highcharts.com/license
*
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
*
* */
var format = (highcharts_Templating_commonjs_highcharts_Templating_commonjs2_highcharts_Templating_root_Highcharts_Templating_default()).format;
var composed = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).composed;
var addEvent = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).addEvent, defined = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).defined, extend = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).extend, fireEvent = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).fireEvent, isString = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).isString, merge = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).merge, objectEach = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).objectEach, pick = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).pick, pushUnique = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).pushUnique;
/* *
*
* Functions
*
* */
/**
* Shift the drillUpButton to make the space for resetZoomButton, #8095.
* @private
*/
function onChartAfterShowResetZoom() {
var chart = this;
if (chart.breadcrumbs) {
var bbox = chart.resetZoomButton &&
chart.resetZoomButton.getBBox(),
breadcrumbsOptions = chart.breadcrumbs.options;
if (bbox &&
breadcrumbsOptions.position.align === 'right' &&
breadcrumbsOptions.relativeTo === 'plotBox') {
chart.breadcrumbs.alignBreadcrumbsGroup(-bbox.width - breadcrumbsOptions.buttonSpacing);
}
}
}
/**
* Remove resize/afterSetExtremes at chart destroy.
* @private
*/
function onChartDestroy() {
if (this.breadcrumbs) {
this.breadcrumbs.destroy();
this.breadcrumbs = void 0;
}
}
/**
* Logic for making space for the buttons above the plot area
* @private
*/
function onChartGetMargins() {
var breadcrumbs = this.breadcrumbs;
if (breadcrumbs &&
!breadcrumbs.options.floating &&
breadcrumbs.level) {
var breadcrumbsOptions = breadcrumbs.options,
buttonTheme = breadcrumbsOptions.buttonTheme,
breadcrumbsHeight = ((buttonTheme.height || 0) +
2 * (buttonTheme.padding || 0) +
breadcrumbsOptions.buttonSpacing),
verticalAlign = breadcrumbsOptions.position.verticalAlign;
if (verticalAlign === 'bottom') {
this.marginBottom = (this.marginBottom || 0) + breadcrumbsHeight;
breadcrumbs.yOffset = breadcrumbsHeight;
}
else if (verticalAlign !== 'middle') {
this.plotTop += breadcrumbsHeight;
breadcrumbs.yOffset = -breadcrumbsHeight;
}
else {
breadcrumbs.yOffset = void 0;
}
}
}
/**
* @private
*/
function onChartRedraw() {
this.breadcrumbs && this.breadcrumbs.redraw();
}
/**
* After zooming out, shift the drillUpButton to the previous position, #8095.
* @private
*/
function onChartSelection(event) {
if (event.resetSelection === true &&
this.breadcrumbs) {
this.breadcrumbs.alignBreadcrumbsGroup();
}
}
/* *
*
* Class
*
* */
/**
* The Breadcrumbs class
*
* @private
* @class
* @name Highcharts.Breadcrumbs
*
* @param {Highcharts.Chart} chart
* Chart object
* @param {Highcharts.Options} userOptions
* User options
*/
var Breadcrumbs = /** @class */ (function () {
/* *
*
* Constructor
*
* */
function Breadcrumbs(chart, userOptions) {
this.elementList = {};
this.isDirty = true;
this.level = 0;
this.list = [];
var chartOptions = merge(chart.options.drilldown &&
chart.options.drilldown.drillUpButton,
Breadcrumbs.defaultOptions,
chart.options.navigation && chart.options.navigation.breadcrumbs,
userOptions);
this.chart = chart;
this.options = chartOptions || {};
}
/* *
*
* Functions
*
* */
Breadcrumbs.compose = function (ChartClass, highchartsDefaultOptions) {
if (pushUnique(composed, 'Breadcrumbs')) {
addEvent(ChartClass, 'destroy', onChartDestroy);
addEvent(ChartClass, 'afterShowResetZoom', onChartAfterShowResetZoom);
addEvent(ChartClass, 'getMargins', onChartGetMargins);
addEvent(ChartClass, 'redraw', onChartRedraw);
addEvent(ChartClass, 'selection', onChartSelection);
// Add language support.
extend(highchartsDefaultOptions.lang, Breadcrumbs_BreadcrumbsDefaults.lang);
}
};
/* *
*
* Functions
*
* */
/**
* Update Breadcrumbs properties, like level and list.
*
* @function Highcharts.Breadcrumbs#updateProperties
* @param {Highcharts.Breadcrumbs} this
* Breadcrumbs class.
*/
Breadcrumbs.prototype.updateProperties = function (list) {
this.setList(list);
this.setLevel();
this.isDirty = true;
};
/**
* Set breadcrumbs list.
* @function Highcharts.Breadcrumbs#setList
*
* @param {Highcharts.Breadcrumbs} this
* Breadcrumbs class.
* @param {Highcharts.BreadcrumbsOptions} list
* Breadcrumbs list.
*/
Breadcrumbs.prototype.setList = function (list) {
this.list = list;
};
/**
* Calculate level on which chart currently is.
*
* @function Highcharts.Breadcrumbs#setLevel
* @param {Highcharts.Breadcrumbs} this
* Breadcrumbs class.
*/
Breadcrumbs.prototype.setLevel = function () {
this.level = this.list.length && this.list.length - 1;
};
/**
* Get Breadcrumbs level
*
* @function Highcharts.Breadcrumbs#getLevel
* @param {Highcharts.Breadcrumbs} this
* Breadcrumbs class.
*/
Breadcrumbs.prototype.getLevel = function () {
return this.level;
};
/**
* Default button text formatter.
*
* @function Highcharts.Breadcrumbs#getButtonText
* @param {Highcharts.Breadcrumbs} this
* Breadcrumbs class.
* @param {Highcharts.Breadcrumbs} breadcrumb
* Breadcrumb.
* @return {string}
* Formatted text.
*/
Breadcrumbs.prototype.getButtonText = function (breadcrumb) {
var breadcrumbs = this,
chart = breadcrumbs.chart,
breadcrumbsOptions = breadcrumbs.options,
lang = chart.options.lang,
textFormat = pick(breadcrumbsOptions.format,
breadcrumbsOptions.showFullPath ?
'{level.name}' : '← {level.name}'),
defaultText = lang && pick(lang.drillUpText,
lang.mainBreadcrumb);
var returnText = breadcrumbsOptions.formatter &&
breadcrumbsOptions.formatter(breadcrumb) ||
format(textFormat, { level: breadcrumb.levelOptions },
chart) || '';
if (((isString(returnText) &&
!returnText.length) ||
returnText === '← ') &&
defined(defaultText)) {
returnText = !breadcrumbsOptions.showFullPath ?
'← ' + defaultText :
defaultText;
}
return returnText;
};
/**
* Redraw.
*
* @function Highcharts.Breadcrumbs#redraw
* @param {Highcharts.Breadcrumbs} this
* Breadcrumbs class.
*/
Breadcrumbs.prototype.redraw = function () {
if (this.isDirty) {
this.render();
}
if (this.group) {
this.group.align();
}
this.isDirty = false;
};
/**
* Create a group, then draw breadcrumbs together with the separators.
*
* @function Highcharts.Breadcrumbs#render
* @param {Highcharts.Breadcrumbs} this
* Breadcrumbs class.
*/
Breadcrumbs.prototype.render = function () {
var breadcrumbs = this,
chart = breadcrumbs.chart,
breadcrumbsOptions = breadcrumbs.options;
// A main group for the breadcrumbs.
if (!breadcrumbs.group && breadcrumbsOptions) {
breadcrumbs.group = chart.renderer
.g('breadcrumbs-group')
.addClass('highcharts-no-tooltip highcharts-breadcrumbs')
.attr({
zIndex: breadcrumbsOptions.zIndex
})
.add();
}
// Draw breadcrumbs.
if (breadcrumbsOptions.showFullPath) {
this.renderFullPathButtons();
}
else {
this.renderSingleButton();
}
this.alignBreadcrumbsGroup();
};
/**
* Draw breadcrumbs together with the separators.
*
* @function Highcharts.Breadcrumbs#renderFullPathButtons
* @param {Highcharts.Breadcrumbs} this
* Breadcrumbs class.
*/
Breadcrumbs.prototype.renderFullPathButtons = function () {
// Make sure that only one type of button is visible.
this.destroySingleButton();
this.resetElementListState();
this.updateListElements();
this.destroyListElements();
};
/**
* Render Single button - when showFullPath is not used. The button is
* similar to the old drillUpButton
*
* @function Highcharts.Breadcrumbs#renderSingleButton
* @param {Highcharts.Breadcrumbs} this Breadcrumbs class.
*/
Breadcrumbs.prototype.renderSingleButton = function () {
var breadcrumbs = this,
chart = breadcrumbs.chart,
list = breadcrumbs.list,
breadcrumbsOptions = breadcrumbs.options,
buttonSpacing = breadcrumbsOptions.buttonSpacing;
// Make sure that only one type of button is visible.
this.destroyListElements();
// Draw breadcrumbs. Initial position for calculating the breadcrumbs
// group.
var posX = breadcrumbs.group ?
breadcrumbs.group.getBBox().width :
buttonSpacing,
posY = buttonSpacing;
var previousBreadcrumb = list[list.length - 2];
if (!chart.drillUpButton && (this.level > 0)) {
chart.drillUpButton = breadcrumbs.renderButton(previousBreadcrumb, posX, posY);
}
else if (chart.drillUpButton) {
if (this.level > 0) {
// Update button.
this.updateSingleButton();
}
else {
this.destroySingleButton();
}
}
};
/**
* Update group position based on align and it's width.
*
* @function Highcharts.Breadcrumbs#renderSingleButton
* @param {Highcharts.Breadcrumbs} this
* Breadcrumbs class.
*/
Breadcrumbs.prototype.alignBreadcrumbsGroup = function (xOffset) {
var breadcrumbs = this;
if (breadcrumbs.group) {
var breadcrumbsOptions = breadcrumbs.options,
buttonTheme = breadcrumbsOptions.buttonTheme,
positionOptions = breadcrumbsOptions.position,
alignTo = (breadcrumbsOptions.relativeTo === 'chart' ||
breadcrumbsOptions.relativeTo === 'spacingBox' ?
void 0 :
'plotBox'),
bBox = breadcrumbs.group.getBBox(),
additionalSpace = 2 * (buttonTheme.padding || 0) +
breadcrumbsOptions.buttonSpacing;
// Store positionOptions
positionOptions.width = bBox.width + additionalSpace;
positionOptions.height = bBox.height + additionalSpace;
var newPositions = merge(positionOptions);
// Add x offset if specified.
if (xOffset) {
newPositions.x += xOffset;
}
if (breadcrumbs.options.rtl) {
newPositions.x += positionOptions.width;
}
newPositions.y = pick(newPositions.y, this.yOffset, 0);
breadcrumbs.group.align(newPositions, true, alignTo);
}
};
/**
* Render a button.
*
* @function Highcharts.Breadcrumbs#renderButton
* @param {Highcharts.Breadcrumbs} this
* Breadcrumbs class.
* @param {Highcharts.Breadcrumbs} breadcrumb
* Current breadcrumb
* @param {Highcharts.Breadcrumbs} posX
* Initial horizontal position
* @param {Highcharts.Breadcrumbs} posY
* Initial vertical position
* @return {SVGElement|void}
* Returns the SVG button
*/
Breadcrumbs.prototype.renderButton = function (breadcrumb, posX, posY) {
var breadcrumbs = this,
chart = this.chart,
breadcrumbsOptions = breadcrumbs.options,
buttonTheme = merge(breadcrumbsOptions.buttonTheme);
var button = chart.renderer
.button(breadcrumbs.getButtonText(breadcrumb),
posX,
posY,
function (e) {
// Extract events from button object and call
var buttonEvents = breadcrumbsOptions.events &&
breadcrumbsOptions.events.click;
var callDefaultEvent;
if (buttonEvents) {
callDefaultEvent = buttonEvents.call(breadcrumbs, e, breadcrumb);
}
// (difference in behaviour of showFullPath and drillUp)
if (callDefaultEvent !== false) {
// For single button we are not going to the button
// level, but the one level up
if (!breadcrumbsOptions.showFullPath) {
e.newLevel = breadcrumbs.level - 1;
}
else {
e.newLevel = breadcrumb.level;
}
fireEvent(breadcrumbs, 'up', e);
}
}, buttonTheme)
.addClass('highcharts-breadcrumbs-button')
.add(breadcrumbs.group);
if (!chart.styledMode) {
button.attr(breadcrumbsOptions.style);
}
return button;
};
/**
* Render a separator.
*
* @function Highcharts.Breadcrumbs#renderSeparator
* @param {Highcharts.Breadcrumbs} this
* Breadcrumbs class.
* @param {Highcharts.Breadcrumbs} posX
* Initial horizontal position
* @param {Highcharts.Breadcrumbs} posY
* Initial vertical position
* @return {Highcharts.SVGElement}
* Returns the SVG button
*/
Breadcrumbs.prototype.renderSeparator = function (posX, posY) {
var breadcrumbs = this,
chart = this.chart,
breadcrumbsOptions = breadcrumbs.options,
separatorOptions = breadcrumbsOptions.separator;
var separator = chart.renderer
.label(separatorOptions.text,
posX,
posY,
void 0,
void 0,
void 0,
false)
.addClass('highcharts-breadcrumbs-separator')
.add(breadcrumbs.group);
if (!chart.styledMode) {
separator.css(separatorOptions.style);
}
return separator;
};
/**
* Update.
* @function Highcharts.Breadcrumbs#update
*
* @param {Highcharts.Breadcrumbs} this
* Breadcrumbs class.
* @param {Highcharts.BreadcrumbsOptions} options
* Breadcrumbs class.
* @param {boolean} redraw
* Redraw flag
*/
Breadcrumbs.prototype.update = function (options) {
merge(true, this.options, options);
this.destroy();
this.isDirty = true;
};
/**
* Update button text when the showFullPath set to false.
* @function Highcharts.Breadcrumbs#updateSingleButton
*
* @param {Highcharts.Breadcrumbs} this
* Breadcrumbs class.
*/
Breadcrumbs.prototype.updateSingleButton = function () {
var chart = this.chart,
currentBreadcrumb = this.list[this.level - 1];
if (chart.drillUpButton) {
chart.drillUpButton.attr({
text: this.getButtonText(currentBreadcrumb)
});
}
};
/**
* Destroy the chosen breadcrumbs group
*
* @function Highcharts.Breadcrumbs#destroy
* @param {Highcharts.Breadcrumbs} this
* Breadcrumbs class.
*/
Breadcrumbs.prototype.destroy = function () {
this.destroySingleButton();
// Destroy elements one by one. It's necessary because
// g().destroy() does not remove added HTML
this.destroyListElements(true);
// Then, destroy the group itself.
if (this.group) {
this.group.destroy();
}
this.group = void 0;
};
/**
* Destroy the elements' buttons and separators.
*
* @function Highcharts.Breadcrumbs#destroyListElements
* @param {Highcharts.Breadcrumbs} this
* Breadcrumbs class.
*/
Breadcrumbs.prototype.destroyListElements = function (force) {
var elementList = this.elementList;
objectEach(elementList, function (element, level) {
if (force ||
!elementList[level].updated) {
element = elementList[level];
element.button && element.button.destroy();
element.separator && element.separator.destroy();
delete element.button;
delete element.separator;
delete elementList[level];
}
});
if (force) {
this.elementList = {};
}
};
/**
* Destroy the single button if exists.
*
* @function Highcharts.Breadcrumbs#destroySingleButton
* @param {Highcharts.Breadcrumbs} this
* Breadcrumbs class.
*/
Breadcrumbs.prototype.destroySingleButton = function () {
if (this.chart.drillUpButton) {
this.chart.drillUpButton.destroy();
this.chart.drillUpButton = void 0;
}
};
/**
* Reset state for all buttons in elementList.
*
* @function Highcharts.Breadcrumbs#resetElementListState
* @param {Highcharts.Breadcrumbs} this
* Breadcrumbs class.
*/
Breadcrumbs.prototype.resetElementListState = function () {
objectEach(this.elementList, function (element) {
element.updated = false;
});
};
/**
* Update rendered elements inside the elementList.
*
* @function Highcharts.Breadcrumbs#updateListElements
*
* @param {Highcharts.Breadcrumbs} this
* Breadcrumbs class.
*/
Breadcrumbs.prototype.updateListElements = function () {
var breadcrumbs = this,
elementList = breadcrumbs.elementList,
buttonSpacing = breadcrumbs.options.buttonSpacing,
posY = buttonSpacing,
list = breadcrumbs.list,
rtl = breadcrumbs.options.rtl,
rtlFactor = rtl ? -1 : 1,
updateXPosition = function (element,
spacing) {
return rtlFactor * element.getBBox().width +
rtlFactor * spacing;
}, adjustToRTL = function (element, posX, posY) {
element.translate(posX - element.getBBox().width, posY);
};
// Initial position for calculating the breadcrumbs group.
var posX = breadcrumbs.group ?
updateXPosition(breadcrumbs.group,
buttonSpacing) :
buttonSpacing,
currentBreadcrumb,
breadcrumb;
for (var i = 0, iEnd = list.length; i < iEnd; ++i) {
var isLast = i === iEnd - 1;
var button = void 0,
separator = void 0;
breadcrumb = list[i];
if (elementList[breadcrumb.level]) {
currentBreadcrumb = elementList[breadcrumb.level];
button = currentBreadcrumb.button;
// Render a separator if it was not created before.
if (!currentBreadcrumb.separator &&
!isLast) {
// Add spacing for the next separator
posX += rtlFactor * buttonSpacing;
currentBreadcrumb.separator =
breadcrumbs.renderSeparator(posX, posY);
if (rtl) {
adjustToRTL(currentBreadcrumb.separator, posX, posY);
}
posX += updateXPosition(currentBreadcrumb.separator, buttonSpacing);
}
else if (currentBreadcrumb.separator &&
isLast) {
currentBreadcrumb.separator.destroy();
delete currentBreadcrumb.separator;
}
elementList[breadcrumb.level].updated = true;
}
else {
// Render a button.
button = breadcrumbs.renderButton(breadcrumb, posX, posY);
if (rtl) {
adjustToRTL(button, posX, posY);
}
posX += updateXPosition(button, buttonSpacing);
// Render a separator.
if (!isLast) {
separator = breadcrumbs.renderSeparator(posX, posY);
if (rtl) {
adjustToRTL(separator, posX, posY);
}
posX += updateXPosition(separator, buttonSpacing);
}
elementList[breadcrumb.level] = {
button: button,
separator: separator,
updated: true
};
}
if (button) {
button.setState(isLast ? 2 : 0);
}
}
};
/* *
*
* Static Properties
*
* */
Breadcrumbs.defaultOptions = Breadcrumbs_BreadcrumbsDefaults.options;
return Breadcrumbs;
}());
/* *
*
* Default Export
*
* */
/* harmony default export */ var Breadcrumbs_Breadcrumbs = (Breadcrumbs);
/* *
*
* API Declarations
*
* */
/**
* Callback function to react on button clicks.
*
* @callback Highcharts.BreadcrumbsClickCallbackFunction
*
* @param {Highcharts.Event} event
* Event.
*
* @param {Highcharts.BreadcrumbOptions} options
* Breadcrumb options.
*
* @param {global.Event} e
* Event arguments.
*/
/**
* Callback function to format the breadcrumb text from scratch.
*
* @callback Highcharts.BreadcrumbsFormatterCallbackFunction
*
* @param {Highcharts.Event} event
* Event.
*
* @param {Highcharts.BreadcrumbOptions} options
* Breadcrumb options.
*
* @return {string}
* Formatted text or false
*/
/**
* Options for the one breadcrumb.
*
* @interface Highcharts.BreadcrumbOptions
*/
/**
* Level connected to a specific breadcrumb.
* @name Highcharts.BreadcrumbOptions#level
* @type {number}
*/
/**
* Options for series or point connected to a specific breadcrumb.
* @name Highcharts.BreadcrumbOptions#levelOptions
* @type {SeriesOptions|PointOptionsObject}
*/
/**
* Options for aligning breadcrumbs group.
*
* @interface Highcharts.BreadcrumbsAlignOptions
*/
/**
* Align of a Breadcrumb group.
* @default right
* @name Highcharts.BreadcrumbsAlignOptions#align
* @type {AlignValue}
*/
/**
* Vertical align of a Breadcrumb group.
* @default top
* @name Highcharts.BreadcrumbsAlignOptions#verticalAlign
* @type {VerticalAlignValue}
*/
/**
* X offset of a Breadcrumbs group.
* @name Highcharts.BreadcrumbsAlignOptions#x
* @type {number}
*/
/**
* Y offset of a Breadcrumbs group.
* @name Highcharts.BreadcrumbsAlignOptions#y
* @type {number}
*/
/**
* Options for all breadcrumbs.
*
* @interface Highcharts.BreadcrumbsOptions
*/
/**
* Button theme.
* @name Highcharts.BreadcrumbsOptions#buttonTheme
* @type { SVGAttributes | undefined }
*/
(''); // Keeps doclets above in JS file
// EXTERNAL MODULE: external {"amd":["highcharts/highcharts","Color"],"commonjs":["highcharts","Color"],"commonjs2":["highcharts","Color"],"root":["Highcharts","Color"]}
var highcharts_Color_commonjs_highcharts_Color_commonjs2_highcharts_Color_root_Highcharts_Color_ = __webpack_require__(620);
var highcharts_Color_commonjs_highcharts_Color_commonjs2_highcharts_Color_root_Highcharts_Color_default = /*#__PURE__*/__webpack_require__.n(highcharts_Color_commonjs_highcharts_Color_commonjs2_highcharts_Color_root_Highcharts_Color_);
// EXTERNAL MODULE: external {"amd":["highcharts/highcharts","SeriesRegistry"],"commonjs":["highcharts","SeriesRegistry"],"commonjs2":["highcharts","SeriesRegistry"],"root":["Highcharts","SeriesRegistry"]}
var highcharts_SeriesRegistry_commonjs_highcharts_SeriesRegistry_commonjs2_highcharts_SeriesRegistry_root_Highcharts_SeriesRegistry_ = __webpack_require__(512);
var highcharts_SeriesRegistry_commonjs_highcharts_SeriesRegistry_commonjs2_highcharts_SeriesRegistry_root_Highcharts_SeriesRegistry_default = /*#__PURE__*/__webpack_require__.n(highcharts_SeriesRegistry_commonjs_highcharts_SeriesRegistry_commonjs2_highcharts_SeriesRegistry_root_Highcharts_SeriesRegistry_);
// EXTERNAL MODULE: external {"amd":["highcharts/highcharts","SVGElement"],"commonjs":["highcharts","SVGElement"],"commonjs2":["highcharts","SVGElement"],"root":["Highcharts","SVGElement"]}
var highcharts_SVGElement_commonjs_highcharts_SVGElement_commonjs2_highcharts_SVGElement_root_Highcharts_SVGElement_ = __webpack_require__(28);
var highcharts_SVGElement_commonjs_highcharts_SVGElement_commonjs2_highcharts_SVGElement_root_Highcharts_SVGElement_default = /*#__PURE__*/__webpack_require__.n(highcharts_SVGElement_commonjs_highcharts_SVGElement_commonjs2_highcharts_SVGElement_root_Highcharts_SVGElement_);
;// ./code/es5/es-modules/Series/ColorMapComposition.js
/* *
*
* (c) 2010-2024 Torstein Honsi
*
* License: www.highcharts.com/license
*
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
*
* */
var columnProto = (highcharts_SeriesRegistry_commonjs_highcharts_SeriesRegistry_commonjs2_highcharts_SeriesRegistry_root_Highcharts_SeriesRegistry_default()).seriesTypes.column.prototype;
var ColorMapComposition_addEvent = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).addEvent, ColorMapComposition_defined = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).defined;
/* *
*
* Composition
*
* */
var ColorMapComposition;
(function (ColorMapComposition) {
/* *
*
* Constants
*
* */
ColorMapComposition.pointMembers = {
dataLabelOnNull: true,
moveToTopOnHover: true,
isValid: pointIsValid
};
ColorMapComposition.seriesMembers = {
colorKey: 'value',
axisTypes: ['xAxis', 'yAxis', 'colorAxis'],
parallelArrays: ['x', 'y', 'value'],
pointArrayMap: ['value'],
trackerGroups: ['group', 'markerGroup', 'dataLabelsGroup'],
colorAttribs: seriesColorAttribs,
pointAttribs: columnProto.pointAttribs
};
/* *
*
* Functions
*
* */
/**
* @private
*/
function compose(SeriesClass) {
var PointClass = SeriesClass.prototype.pointClass;
ColorMapComposition_addEvent(PointClass, 'afterSetState', onPointAfterSetState);
return SeriesClass;
}
ColorMapComposition.compose = compose;
/**
* Move points to the top of the z-index order when hovered.
* @private
*/
function onPointAfterSetState(e) {
var point = this,
series = point.series,
renderer = series.chart.renderer;
if (point.moveToTopOnHover && point.graphic) {
if (!series.stateMarkerGraphic) {
// Create a `use` element and add it to the end of the group,
// which would make it appear on top of the other elements. This
// deals with z-index without reordering DOM elements (#13049).
series.stateMarkerGraphic = new (highcharts_SVGElement_commonjs_highcharts_SVGElement_commonjs2_highcharts_SVGElement_root_Highcharts_SVGElement_default())(renderer, 'use')
.css({
pointerEvents: 'none'
})
.add(point.graphic.parentGroup);
}
if ((e === null || e === void 0 ? void 0 : e.state) === 'hover') {
// Give the graphic DOM element the same id as the Point
// instance
point.graphic.attr({
id: this.id
});
series.stateMarkerGraphic.attr({
href: "" + renderer.url + "#".concat(this.id),
visibility: 'visible'
});
}
else {
series.stateMarkerGraphic.attr({
href: ''
});
}
}
}
/**
* Color points have a value option that determines whether or not it is
* a null point
* @private
*/
function pointIsValid() {
return (this.value !== null &&
this.value !== Infinity &&
this.value !== -Infinity &&
// Undefined is allowed, but NaN is not (#17279)
(this.value === void 0 || !isNaN(this.value)));
}
/**
* Get the color attributes to apply on the graphic
* @private
* @function Highcharts.colorMapSeriesMixin.colorAttribs
* @param {Highcharts.Point} point
* @return {Highcharts.SVGAttributes}
* The SVG attributes
*/
function seriesColorAttribs(point) {
var ret = {};
if (ColorMapComposition_defined(point.color) &&
(!point.state || point.state === 'normal') // #15746
) {
ret[this.colorProp || 'fill'] = point.color;
}
return ret;
}
})(ColorMapComposition || (ColorMapComposition = {}));
/* *
*
* Default Export
*
* */
/* harmony default export */ var Series_ColorMapComposition = (ColorMapComposition);
;// ./code/es5/es-modules/Series/Treemap/TreemapAlgorithmGroup.js
/* *
*
* (c) 2014-2024 Highsoft AS
*
* Authors: Jon Arild Nygard / Oystein Moseng
*
* License: www.highcharts.com/license
*
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
*
* */
/* *
*
* Class
*
* */
var TreemapAlgorithmGroup = /** @class */ (function () {
/* *
*
* Constructor
*
* */
function TreemapAlgorithmGroup(h, w, d, p) {
this.height = h;
this.width = w;
this.plot = p;
this.direction = d;
this.startDirection = d;
this.total = 0;
this.nW = 0;
this.lW = 0;
this.nH = 0;
this.lH = 0;
this.elArr = [];
this.lP = {
total: 0,
lH: 0,
nH: 0,
lW: 0,
nW: 0,
nR: 0,
lR: 0,
aspectRatio: function (w, h) {
return Math.max((w / h), (h / w));
}
};
}
/* *
*
* Functions
*
* */
TreemapAlgorithmGroup.prototype.addElement = function (el) {
this.lP.total = this.elArr[this.elArr.length - 1];
this.total = this.total + el;
if (this.direction === 0) {
// Calculate last point old aspect ratio
this.lW = this.nW;
this.lP.lH = this.lP.total / this.lW;
this.lP.lR = this.lP.aspectRatio(this.lW, this.lP.lH);
// Calculate last point new aspect ratio
this.nW = this.total / this.height;
this.lP.nH = this.lP.total / this.nW;
this.lP.nR = this.lP.aspectRatio(this.nW, this.lP.nH);
}
else {
// Calculate last point old aspect ratio
this.lH = this.nH;
this.lP.lW = this.lP.total / this.lH;
this.lP.lR = this.lP.aspectRatio(this.lP.lW, this.lH);
// Calculate last point new aspect ratio
this.nH = this.total / this.width;
this.lP.nW = this.lP.total / this.nH;
this.lP.nR = this.lP.aspectRatio(this.lP.nW, this.nH);
}
this.elArr.push(el);
};
TreemapAlgorithmGroup.prototype.reset = function () {
this.nW = 0;
this.lW = 0;
this.elArr = [];
this.total = 0;
};
return TreemapAlgorithmGroup;
}());
/* *
*
* Default Export
*
* */
/* harmony default export */ var Treemap_TreemapAlgorithmGroup = (TreemapAlgorithmGroup);
;// ./code/es5/es-modules/Series/Treemap/TreemapNode.js
/* *
*
* (c) 2010-2024 Pawel Lysy
*
* License: www.highcharts.com/license
*
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
*
* */
/* *
*
* Class
*
* */
var TreemapNode = /** @class */ (function () {
function TreemapNode() {
/* *
*
* Properties
*
* */
this.childrenTotal = 0;
this.visible = false;
}
/* *
*
* Functions
*
* */
TreemapNode.prototype.init = function (id, i, children, height, level, series, parent) {
this.id = id;
this.i = i;
this.children = children;
this.height = height;
this.level = level;
this.series = series;
this.parent = parent;
return this;
};
return TreemapNode;
}());
/* *
*
* Default Export
*
* */
/* harmony default export */ var Treemap_TreemapNode = (TreemapNode);
;// ./code/es5/es-modules/Series/DrawPointUtilities.js
/* *
*
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
*
* */
var __assign = (undefined && undefined.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
/* *
*
* Functions
*
* */
/**
* Handles the drawing of a component.
* Can be used for any type of component that reserves the graphic property,
* and provides a shouldDraw on its context.
*
* @private
*
* @todo add type checking.
* @todo export this function to enable usage
*/
function draw(point, params) {
var animatableAttribs = params.animatableAttribs,
onComplete = params.onComplete,
css = params.css,
renderer = params.renderer;
var animation = (point.series && point.series.chart.hasRendered) ?
// Chart-level animation on updates
void 0 :
// Series-level animation on new points
(point.series &&
point.series.options.animation);
var graphic = point.graphic;
params.attribs = __assign(__assign({}, params.attribs), { 'class': point.getClassName() }) || {};
if ((point.shouldDraw())) {
if (!graphic) {
if (params.shapeType === 'text') {
graphic = renderer.text();
}
else if (params.shapeType === 'image') {
graphic = renderer.image(params.imageUrl || '')
.attr(params.shapeArgs || {});
}
else {
graphic = renderer[params.shapeType](params.shapeArgs || {});
}
point.graphic = graphic;
graphic.add(params.group);
}
if (css) {
graphic.css(css);
}
graphic
.attr(params.attribs)
.animate(animatableAttribs, params.isNew ? false : animation, onComplete);
}
else if (graphic) {
var destroy_1 = function () {
point.graphic = graphic = (graphic && graphic.destroy());
if (typeof onComplete === 'function') {
onComplete();
}
};
// Animate only runs complete callback if something was animated.
if (Object.keys(animatableAttribs).length) {
graphic.animate(animatableAttribs, void 0, function () { return destroy_1(); });
}
else {
destroy_1();
}
}
}
/* *
*
* Default Export
*
* */
var DrawPointUtilities = {
draw: draw
};
/* harmony default export */ var Series_DrawPointUtilities = (DrawPointUtilities);
;// ./code/es5/es-modules/Series/Treemap/TreemapPoint.js
/* *
*
* (c) 2014-2024 Highsoft AS
*
* Authors: Jon Arild Nygard / Oystein Moseng
*
* License: www.highcharts.com/license
*
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
*
* */
var __extends = (undefined && undefined.__extends) || (function () {
var extendStatics = function (d,
b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d,
b) { d.__proto__ = b; }) ||
function (d,
b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
var _a = (highcharts_SeriesRegistry_commonjs_highcharts_SeriesRegistry_commonjs2_highcharts_SeriesRegistry_root_Highcharts_SeriesRegistry_default()).seriesTypes, PiePoint = _a.pie.prototype.pointClass, ScatterPoint = _a.scatter.prototype.pointClass;
var TreemapPoint_extend = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).extend, isNumber = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).isNumber, TreemapPoint_pick = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).pick;
/* *
*
* Class
*
* */
var TreemapPoint = /** @class */ (function (_super) {
__extends(TreemapPoint, _super);
function TreemapPoint() {
/* *
*
* Properties
*
* */
var _this = _super !== null && _super.apply(this,
arguments) || this;
_this.groupedPointsAmount = 0;
_this.shapeType = 'rect';
return _this;
}
/* *
*
* Functions
*
* */
TreemapPoint.prototype.draw = function (params) {
Series_DrawPointUtilities.draw(this, params);
};
TreemapPoint.prototype.getClassName = function () {
var series = this.series,
options = series.options;
var className = _super.prototype.getClassName.call(this);
// Above the current level
if (this.node.level <= series.nodeMap[series.rootNode].level &&
this.node.children.length) {
className += ' highcharts-above-level';
}
else if (!this.node.isGroup &&
!this.node.isLeaf &&
!series.nodeMap[series.rootNode].isGroup &&
!TreemapPoint_pick(options.interactByLeaf, !options.allowTraversingTree)) {
className += ' highcharts-internal-node-interactive';
}
else if (!this.node.isGroup &&
!this.node.isLeaf &&
!series.nodeMap[series.rootNode].isGroup) {
className += ' highcharts-internal-node';
}
return className;
};
/**
* A tree point is valid if it has han id too, assume it may be a parent
* item.
*
* @private
* @function Highcharts.Point#isValid
*/
TreemapPoint.prototype.isValid = function () {
return Boolean(this.id || isNumber(this.value));
};
TreemapPoint.prototype.setState = function (state) {
_super.prototype.setState.apply(this, arguments);
// Graphic does not exist when point is not visible.
if (this.graphic) {
this.graphic.attr({
zIndex: state === 'hover' ? 1 : 0
});
}
};
TreemapPoint.prototype.shouldDraw = function () {
return isNumber(this.plotY) && this.y !== null;
};
return TreemapPoint;
}(ScatterPoint));
TreemapPoint_extend(TreemapPoint.prototype, {
setVisible: PiePoint.prototype.setVisible
});
/* *
*
* Default Export
*
* */
/* harmony default export */ var Treemap_TreemapPoint = (TreemapPoint);
;// ./code/es5/es-modules/Series/Treemap/TreemapSeriesDefaults.js
/* *
*
* (c) 2014-2024 Highsoft AS
*
* Authors: Jon Arild Nygard / Oystein Moseng
*
* License: www.highcharts.com/license
*
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
*
* */
var TreemapSeriesDefaults_isString = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).isString;
/* *
*
* API Options
*
* */
/**
* A treemap displays hierarchical data using nested rectangles. The data
* can be laid out in varying ways depending on options.
*
* @sample highcharts/demo/treemap-large-dataset/
* Treemap
*
* @extends plotOptions.scatter
* @excluding connectEnds, connectNulls, dataSorting, dragDrop, jitter, marker
* @product highcharts
* @requires modules/treemap
* @optionparent plotOptions.treemap
*/
var TreemapSeriesDefaults = {
/**
* When enabled the user can click on a point which is a parent and
* zoom in on its children. Deprecated and replaced by
* [allowTraversingTree](#plotOptions.treemap.allowTraversingTree).
*
* @sample {highcharts} highcharts/plotoptions/treemap-allowdrilltonode/
* Enabled
*
* @deprecated
* @type {boolean}
* @default false
* @since 4.1.0
* @product highcharts
* @apioption plotOptions.treemap.allowDrillToNode
*/
/**
* When enabled the user can click on a point which is a parent and
* zoom in on its children.
*
* @sample {highcharts} highcharts/plotoptions/treemap-allowtraversingtree/
* Enabled
* @sample {highcharts} highcharts/plotoptions/treemap-grouping-traversing/
* Traversing to Grouped Points node
*
* @since 7.0.3
* @product highcharts
*/
allowTraversingTree: false,
animationLimit: 250,
/**
* The border radius for each treemap item.
*/
borderRadius: 0,
/**
* Options for the breadcrumbs, the navigation at the top leading the
* way up through the traversed levels.
*
*
* @since 10.0.0
* @product highcharts
* @extends navigation.breadcrumbs
* @apioption plotOptions.treemap.breadcrumbs
*/
/**
* When the series contains less points than the crop threshold, all
* points are drawn, event if the points fall outside the visible plot
* area at the current zoom. The advantage of drawing all points
* (including markers and columns), is that animation is performed on
* updates. On the other hand, when the series contains more points than
* the crop threshold, the series data is cropped to only contain points
* that fall within the plot area. The advantage of cropping away
* invisible points is to increase performance on large series.
*
* @type {number}
* @default 300
* @since 4.1.0
* @product highcharts
* @apioption plotOptions.treemap.cropThreshold
*/
/**
* Fires on a request for change of root node for the tree, before the
* update is made. An event object is passed to the function, containing
* additional properties `newRootId`, `previousRootId`, `redraw` and
* `trigger`.
*
* @sample {highcharts} highcharts/plotoptions/treemap-events-setrootnode/
* Alert update information on setRootNode event.
*
* @type {Function}
* @default undefined
* @since 7.0.3
* @product highcharts
* @apioption plotOptions.treemap.events.setRootNode
*/
/**
* This option decides if the user can interact with the parent nodes
* or just the leaf nodes. When this option is undefined, it will be
* true by default. However when allowTraversingTree is true, then it
* will be false by default.
*
* @sample {highcharts} highcharts/plotoptions/treemap-interactbyleaf-false/
* False
* @sample {highcharts} highcharts/plotoptions/treemap-interactbyleaf-true-and-allowtraversingtree/
* InteractByLeaf and allowTraversingTree is true
*
* @type {boolean}
* @since 4.1.2
* @product highcharts
* @apioption plotOptions.treemap.interactByLeaf
*/
/**
* The sort index of the point inside the treemap level.
*
* @sample {highcharts} highcharts/plotoptions/treemap-sortindex/
* Sort by years
*
* @type {number}
* @since 4.1.10
* @product highcharts
* @apioption plotOptions.treemap.sortIndex
*/
/**
* A series specific or series type specific color set to apply instead
* of the global [colors](#colors) when
* [colorByPoint](#plotOptions.treemap.colorByPoint) is true.
*
* @type {Array<Highcharts.ColorString|Highcharts.GradientColorObject|Highcharts.PatternObject>}
* @since 3.0
* @product highcharts
* @apioption plotOptions.treemap.colors
*/
/**
* Whether to display this series type or specific series item in the
* legend.
*/
showInLegend: false,
/**
* @ignore-option
*/
marker: void 0,
/**
* When using automatic point colors pulled from the `options.colors`
* collection, this option determines whether the chart should receive
* one color per series or one color per point.
*
* @see [series colors](#plotOptions.treemap.colors)
*
* @since 2.0
* @product highcharts
* @apioption plotOptions.treemap.colorByPoint
*/
colorByPoint: false,
/**
* @since 4.1.0
*/
dataLabels: {
defer: false,
enabled: true,
formatter: function () {
var point = this && this.point ?
this.point :
{},
name = TreemapSeriesDefaults_isString(point.name) ? point.name : '';
return name;
},
inside: true,
padding: 2,
verticalAlign: 'middle',
style: {
textOverflow: 'ellipsis'
}
},
tooltip: {
headerFormat: '',
pointFormat: '<b>{point.name}</b>: {point.value}<br/>',
/**
* The HTML of the grouped point's nodes in the tooltip. Works only for
* Treemap series grouping and analogously to
* [pointFormat](#tooltip.pointFormat).
*
* The grouped nodes point tooltip can be also formatted using
* `tooltip.formatter` callback function and `point.isGroupNode` flag.
*
* @type {string}
* @default '+ {point.groupedPointsAmount} more...'
* @apioption tooltip.clusterFormat
*/
clusterFormat: '+ {point.groupedPointsAmount} more...<br/>'
},
/**
* Whether to ignore hidden points when the layout algorithm runs.
* If `false`, hidden points will leave open spaces.
*
* @since 5.0.8
*/
ignoreHiddenPoint: true,
/**
* This option decides which algorithm is used for setting position
* and dimensions of the points.
*
* @see [How to write your own algorithm](https://www.highcharts.com/docs/chart-and-series-types/treemap)
*
* @sample {highcharts} highcharts/plotoptions/treemap-layoutalgorithm-sliceanddice/
* SliceAndDice by default
* @sample {highcharts} highcharts/plotoptions/treemap-layoutalgorithm-stripes/
* Stripes
* @sample {highcharts} highcharts/plotoptions/treemap-layoutalgorithm-squarified/
* Squarified
* @sample {highcharts} highcharts/plotoptions/treemap-layoutalgorithm-strip/
* Strip
*
* @since 4.1.0
* @validvalue ["sliceAndDice", "stripes", "squarified", "strip"]
*/
layoutAlgorithm: 'sliceAndDice',
/**
* Defines which direction the layout algorithm will start drawing.
*
* @since 4.1.0
* @validvalue ["vertical", "horizontal"]
*/
layoutStartingDirection: 'vertical',
/**
* Enabling this option will make the treemap alternate the drawing
* direction between vertical and horizontal. The next levels starting
* direction will always be the opposite of the previous.
*
* @sample {highcharts} highcharts/plotoptions/treemap-alternatestartingdirection-true/
* Enabled
*
* @since 4.1.0
*/
alternateStartingDirection: false,
/**
* Used together with the levels and allowTraversingTree options. When
* set to false the first level visible to be level one, which is
* dynamic when traversing the tree. Otherwise the level will be the
* same as the tree structure.
*
* @since 4.1.0
*/
levelIsConstant: true,
/**
* Options for the button appearing when traversing down in a treemap.
*
* Since v9.3.3 the `traverseUpButton` is replaced by `breadcrumbs`.
*
* @deprecated
*/
traverseUpButton: {
/**
* The position of the button.
*/
position: {
/**
* Vertical alignment of the button.
*
* @type {Highcharts.VerticalAlignValue}
* @default top
* @product highcharts
* @apioption plotOptions.treemap.traverseUpButton.position.verticalAlign
*/
/**
* Horizontal alignment of the button.
*
* @type {Highcharts.AlignValue}
*/
align: 'right',
/**
* Horizontal offset of the button.
*/
x: -10,
/**
* Vertical offset of the button.
*/
y: 10
}
},
/**
* Set options on specific levels. Takes precedence over series options,
* but not point options.
*
* @sample {highcharts} highcharts/plotoptions/treemap-levels/
* Styling dataLabels and borders
* @sample {highcharts} highcharts/demo/treemap-with-levels/
* Different layoutAlgorithm
*
* @type {Array<*>}
* @since 4.1.0
* @product highcharts
* @apioption plotOptions.treemap.levels
*/
/**
* Can set a `borderColor` on all points which lies on the same level.
*
* @type {Highcharts.ColorString}
* @since 4.1.0
* @product highcharts
* @apioption plotOptions.treemap.levels.borderColor
*/
/**
* Set the dash style of the border of all the point which lies on the
* level. See
* [plotOptions.scatter.dashStyle](#plotoptions.scatter.dashstyle)
* for possible options.
*
* @type {Highcharts.DashStyleValue}
* @since 4.1.0
* @product highcharts
* @apioption plotOptions.treemap.levels.borderDashStyle
*/
/**
* Can set the borderWidth on all points which lies on the same level.
*
* @type {number}
* @since 4.1.0
* @product highcharts
* @apioption plotOptions.treemap.levels.borderWidth
*/
/**
* Can set a color on all points which lies on the same level.
*
* @type {Highcharts.ColorString|Highcharts.GradientColorObject|Highcharts.PatternObject}
* @since 4.1.0
* @product highcharts
* @apioption plotOptions.treemap.levels.color
*/
/**
* A configuration object to define how the color of a child varies from
* the parent's color. The variation is distributed among the children
* of node. For example when setting brightness, the brightness change
* will range from the parent's original brightness on the first child,
* to the amount set in the `to` setting on the last node. This allows a
* gradient-like color scheme that sets children out from each other
* while highlighting the grouping on treemaps and sectors on sunburst
* charts.
*
* @sample highcharts/demo/sunburst/
* Sunburst with color variation
*
* @sample highcharts/series-treegraph/color-variation
* Treegraph nodes with color variation
*
* @since 6.0.0
* @product highcharts
* @apioption plotOptions.treemap.levels.colorVariation
*/
/**
* The key of a color variation. Currently supports `brightness` only.
*
* @type {string}
* @since 6.0.0
* @product highcharts
* @validvalue ["brightness"]
* @apioption plotOptions.treemap.levels.colorVariation.key
*/
/**
* The ending value of a color variation. The last sibling will receive
* this value.
*
* @type {number}
* @since 6.0.0
* @product highcharts
* @apioption plotOptions.treemap.levels.colorVariation.to
*/
/**
* Can set the options of dataLabels on each point which lies on the
* level.
* [plotOptions.treemap.dataLabels](#plotOptions.treemap.dataLabels) for
* possible values.
*
* @extends plotOptions.treemap.dataLabels
* @since 4.1.0
* @product highcharts
* @apioption plotOptions.treemap.levels.dataLabels
*/
/**
* Can set the layoutAlgorithm option on a specific level.
*
* @type {string}
* @since 4.1.0
* @product highcharts
* @validvalue ["sliceAndDice", "stripes", "squarified", "strip"]
* @apioption plotOptions.treemap.levels.layoutAlgorithm
*/
/**
* Can set the layoutStartingDirection option on a specific level.
*
* @type {string}
* @since 4.1.0
* @product highcharts
* @validvalue ["vertical", "horizontal"]
* @apioption plotOptions.treemap.levels.layoutStartingDirection
*/
/**
* Decides which level takes effect from the options set in the levels
* object.
*
* @sample {highcharts} highcharts/plotoptions/treemap-levels/
* Styling of both levels
*
* @type {number}
* @since 4.1.0
* @product highcharts
* @apioption plotOptions.treemap.levels.level
*/
// Presentational options
/**
* The color of the border surrounding each tree map item.
*
* @type {Highcharts.ColorString}
*/
borderColor: "#e6e6e6" /* Palette.neutralColor10 */,
/**
* The width of the border surrounding each tree map item.
*/
borderWidth: 1,
colorKey: 'colorValue',
/**
* The opacity of a point in treemap. When a point has children, the
* visibility of the children is determined by the opacity.
*
* @since 4.2.4
*/
opacity: 0.15,
/**
* A wrapper object for all the series options in specific states.
*
* @extends plotOptions.heatmap.states
*/
states: {
/**
* Options for the hovered series
*
* @extends plotOptions.heatmap.states.hover
* @excluding halo
*/
hover: {
/**
* The border color for the hovered state.
*/
borderColor: "#999999" /* Palette.neutralColor40 */,
/**
* Brightness for the hovered point. Defaults to 0 if the
* heatmap series is loaded first, otherwise 0.1.
*
* @type {number}
* @default undefined
*/
brightness: (highcharts_SeriesRegistry_commonjs_highcharts_SeriesRegistry_commonjs2_highcharts_SeriesRegistry_root_Highcharts_SeriesRegistry_default()).seriesTypes.heatmap ? 0 : 0.1,
/**
* @extends plotOptions.heatmap.states.hover.halo
*/
halo: false,
/**
* The opacity of a point in treemap. When a point has children,
* the visibility of the children is determined by the opacity.
*
* @since 4.2.4
*/
opacity: 0.75,
/**
* The shadow option for hovered state.
*/
shadow: false
}
},
legendSymbol: 'rectangle',
/**
* This option enables automatic traversing to the last child level upon
* node interaction. This feature simplifies navigation by immediately
* focusing on the deepest layer of the data structure without intermediate
* steps.
*
* @sample {highcharts} highcharts/plotoptions/treemap-traverse-to-leaf/
* Traverse to leaf enabled
*
* @since 11.4.4
*
* @product highcharts
*/
traverseToLeaf: false,
/**
* An option to optimize treemap series rendering by grouping smaller leaf
* nodes below a certain square area threshold in pixels. If the square area
* of a point becomes smaller than the specified threshold, determined by
* the `pixelWidth` and/or `pixelHeight` options, then this point is moved
* into one group point per series.
*
* @sample {highcharts} highcharts/plotoptions/treemap-grouping-simple
* Simple demo of Treemap grouping
* @sample {highcharts} highcharts/plotoptions/treemap-grouping-multiple-parents
* Treemap grouping with multiple parents
* @sample {highcharts} highcharts/plotoptions/treemap-grouping-advanced
* Advanced demo of Treemap grouping
*
* @since 12.1.0
*
* @excluding allowOverlap, animation, dataLabels, drillToCluster, events,
* layoutAlgorithm, marker, states, zones
*
* @product highcharts
*/
cluster: {
/**
* An additional, individual class name for the grouped point's graphic
* representation.
*
* @type string
* @product highcharts
*/
className: void 0,
/**
* Individual color for the grouped point. By default the color is
* pulled from the parent color.
*
* @type {Highcharts.ColorString|Highcharts.GradientColorObject|Highcharts.PatternObject}
* @product highcharts
*/
color: void 0,
/**
* Enable or disable Treemap grouping.
*
* @type {boolean}
* @since 12.1.0
* @product highcharts
*/
enabled: false,
/**
* The pixel threshold width of area, which is used in Treemap grouping.
*
* @type {number}
* @since 12.1.0
* @product highcharts
*/
pixelWidth: void 0,
/**
* The pixel threshold height of area, which is used in Treemap
* grouping.
*
* @type {number}
* @since 12.1.0
* @product highcharts
*/
pixelHeight: void 0,
/**
* The name of the point of grouped nodes shown in the tooltip,
* dataLabels, etc. By default it is set to '+ n', where n is number of
* grouped points.
*
* @type {string}
* @since 12.1.0
* @product highcharts
*/
name: void 0,
/**
* A configuration property that specifies the factor by which the value
* and size of a grouped node are reduced. This can be particularly
* useful when a grouped node occupies a disproportionately large
* portion of the graph, ensuring better visual balance and readability.
*
* @type {number}
* @since 12.1.0
* @product highcharts
*/
reductionFactor: void 0,
/**
* Defines the minimum number of child nodes required to create a group
* of small nodes.
*
* @type {number}
* @since 12.1.0
* @product highcharts
*/
minimumClusterSize: 5,
layoutAlgorithm: {
distance: 0,
gridSize: 0,
kmeansThreshold: 0
},
marker: {
lineWidth: 0,
radius: 0
}
}
};
/**
* A `treemap` series. If the [type](#series.treemap.type) option is
* not specified, it is inherited from [chart.type](#chart.type).
*
* @extends series,plotOptions.treemap
* @excluding dataParser, dataURL, stack, dataSorting
* @product highcharts
* @requires modules/treemap
* @apioption series.treemap
*/
/**
* An array of data points for the series. For the `treemap` series
* type, points can be given in the following ways:
*
* 1. An array of numerical values. In this case, the numerical values will be
* interpreted as `value` options. Example:
* ```js
* data: [0, 5, 3, 5]
* ```
*
* 2. An array of objects with named values. The following snippet shows only a
* few settings, see the complete options set below. If the total number of
* data points exceeds the series'
* [turboThreshold](#series.treemap.turboThreshold),
* this option is not available.
* ```js
* data: [{
* value: 9,
* name: "Point2",
* color: "#00FF00"
* }, {
* value: 6,
* name: "Point1",
* color: "#FF00FF"
* }]
* ```
*
* @sample {highcharts} highcharts/chart/reflow-true/
* Numerical values
* @sample {highcharts} highcharts/series/data-array-of-objects/
* Config objects
*
* @type {Array<number|null|*>}
* @extends series.heatmap.data
* @excluding x, y, pointPadding
* @product highcharts
* @apioption series.treemap.data
*/
/**
* The value of the point, resulting in a relative area of the point
* in the treemap.
*
* @type {number|null}
* @product highcharts
* @apioption series.treemap.data.value
*/
/**
* Serves a purpose only if a `colorAxis` object is defined in the chart
* options. This value will decide which color the point gets from the
* scale of the colorAxis.
*
* @type {number}
* @since 4.1.0
* @product highcharts
* @apioption series.treemap.data.colorValue
*/
/**
* Only for treemap. Use this option to build a tree structure. The
* value should be the id of the point which is the parent. If no points
* has a matching id, or this option is undefined, then the parent will
* be set to the root.
*
* @sample {highcharts} highcharts/point/parent/
* Point parent
* @sample {highcharts} highcharts/demo/treemap-with-levels/
* Example where parent id is not matching
*
* @type {string}
* @since 4.1.0
* @product highcharts
* @apioption series.treemap.data.parent
*/
''; // Keeps doclets above detached
/* *
*
* Default Export
*
* */
/* harmony default export */ var Treemap_TreemapSeriesDefaults = (TreemapSeriesDefaults);
;// ./code/es5/es-modules/Series/Treemap/TreemapUtilities.js
/* *
*
* (c) 2014-2024 Highsoft AS
*
* Authors: Jon Arild Nygard / Oystein Moseng
*
* License: www.highcharts.com/license
*
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
*
* */
/* *
*
* Namespace
*
* */
var TreemapUtilities;
(function (TreemapUtilities) {
/* *
*
* Declarations
*
* */
/* *
*
* Functions
*
* */
/**
* @todo find correct name for this function.
* @todo Similar to reduce, this function is likely redundant
*/
function recursive(item, func, context) {
var next = func.call(context || this,
item);
if (next !== false) {
recursive(next, func, context);
}
}
TreemapUtilities.recursive = recursive;
})(TreemapUtilities || (TreemapUtilities = {}));
/* *
*
* Default Export
*
* */
/* harmony default export */ var Treemap_TreemapUtilities = (TreemapUtilities);
;// ./code/es5/es-modules/Series/TreeUtilities.js
/* *
*
* (c) 2014-2024 Highsoft AS
*
* Authors: Jon Arild Nygard / Oystein Moseng
*
* License: www.highcharts.com/license
*
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
*
* */
var TreeUtilities_extend = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).extend, isArray = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).isArray, TreeUtilities_isNumber = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).isNumber, isObject = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).isObject, TreeUtilities_merge = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).merge, TreeUtilities_pick = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).pick, relativeLength = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).relativeLength;
/* *
*
* Functions
*
* */
/* eslint-disable valid-jsdoc */
/**
* @private
*/
function getColor(node, options) {
var index = options.index,
mapOptionsToLevel = options.mapOptionsToLevel,
parentColor = options.parentColor,
parentColorIndex = options.parentColorIndex,
series = options.series,
colors = options.colors,
siblings = options.siblings,
points = series.points,
chartOptionsChart = series.chart.options.chart;
var getColorByPoint,
point,
level,
colorByPoint,
colorIndexByPoint,
color,
colorIndex;
/**
* @private
*/
var variateColor = function (color) {
var colorVariation = level && level.colorVariation;
if (colorVariation &&
colorVariation.key === 'brightness' &&
index &&
siblings) {
return highcharts_Color_commonjs_highcharts_Color_commonjs2_highcharts_Color_root_Highcharts_Color_default().parse(color).brighten(colorVariation.to * (index / siblings)).get();
}
return color;
};
if (node) {
point = points[node.i];
level = mapOptionsToLevel[node.level] || {};
getColorByPoint = point && level.colorByPoint;
if (getColorByPoint) {
colorIndexByPoint = point.index % (colors ?
colors.length :
chartOptionsChart.colorCount);
colorByPoint = colors && colors[colorIndexByPoint];
}
// Select either point color, level color or inherited color.
if (!series.chart.styledMode) {
color = TreeUtilities_pick(point && point.options.color, level && level.color, colorByPoint, parentColor && variateColor(parentColor), series.color);
}
colorIndex = TreeUtilities_pick(point && point.options.colorIndex, level && level.colorIndex, colorIndexByPoint, parentColorIndex, options.colorIndex);
}
return {
color: color,
colorIndex: colorIndex
};
}
/**
* Creates a map from level number to its given options.
*
* @private
*
* @param {Object} params
* Object containing parameters.
* - `defaults` Object containing default options. The default options are
* merged with the userOptions to get the final options for a specific
* level.
* - `from` The lowest level number.
* - `levels` User options from series.levels.
* - `to` The highest level number.
*
* @return {Highcharts.Dictionary<object>|null}
* Returns a map from level number to its given options.
*/
function getLevelOptions(params) {
var result = {};
var defaults,
converted,
i,
from,
to,
levels;
if (isObject(params)) {
from = TreeUtilities_isNumber(params.from) ? params.from : 1;
levels = params.levels;
converted = {};
defaults = isObject(params.defaults) ? params.defaults : {};
if (isArray(levels)) {
converted = levels.reduce(function (obj, item) {
var level,
levelIsConstant,
options;
if (isObject(item) && TreeUtilities_isNumber(item.level)) {
options = TreeUtilities_merge({}, item);
levelIsConstant = TreeUtilities_pick(options.levelIsConstant, defaults.levelIsConstant);
// Delete redundant properties.
delete options.levelIsConstant;
delete options.level;
// Calculate which level these options apply to.
level = item.level + (levelIsConstant ? 0 : from - 1);
if (isObject(obj[level])) {
TreeUtilities_merge(true, obj[level], options); // #16329
}
else {
obj[level] = options;
}
}
return obj;
}, {});
}
to = TreeUtilities_isNumber(params.to) ? params.to : 1;
for (i = 0; i <= to; i++) {
result[i] = TreeUtilities_merge({}, defaults, isObject(converted[i]) ? converted[i] : {});
}
}
return result;
}
/**
* @private
* @todo Combine buildTree and buildNode with setTreeValues
* @todo Remove logic from Treemap and make it utilize this mixin.
*/
function setTreeValues(tree, options) {
var before = options.before,
idRoot = options.idRoot,
mapIdToNode = options.mapIdToNode,
nodeRoot = mapIdToNode[idRoot],
levelIsConstant = (options.levelIsConstant !== false),
points = options.points,
point = points[tree.i],
optionsPoint = point && point.options || {},
children = [];
var childrenTotal = 0;
tree.levelDynamic = tree.level - (levelIsConstant ? 0 : nodeRoot.level);
tree.name = TreeUtilities_pick(point && point.name, '');
tree.visible = (idRoot === tree.id ||
options.visible === true);
if (typeof before === 'function') {
tree = before(tree, options);
}
// First give the children some values
tree.children.forEach(function (child, i) {
var newOptions = TreeUtilities_extend({},
options);
TreeUtilities_extend(newOptions, {
index: i,
siblings: tree.children.length,
visible: tree.visible
});
child = setTreeValues(child, newOptions);
children.push(child);
if (child.visible) {
childrenTotal += child.val;
}
});
// Set the values
var value = TreeUtilities_pick(optionsPoint.value,
childrenTotal);
tree.visible = value >= 0 && (childrenTotal > 0 || tree.visible);
tree.children = children;
tree.childrenTotal = childrenTotal;
tree.isLeaf = tree.visible && !childrenTotal;
tree.val = value;
return tree;
}
/**
* Update the rootId property on the series. Also makes sure that it is
* accessible to exporting.
*
* @private
*
* @param {Object} series
* The series to operate on.
*
* @return {string}
* Returns the resulting rootId after update.
*/
function updateRootId(series) {
var rootId,
options;
if (isObject(series)) {
// Get the series options.
options = isObject(series.options) ? series.options : {};
// Calculate the rootId.
rootId = TreeUtilities_pick(series.rootNode, options.rootId, '');
// Set rootId on series.userOptions to pick it up in exporting.
if (isObject(series.userOptions)) {
series.userOptions.rootId = rootId;
}
// Set rootId on series to pick it up on next update.
series.rootNode = rootId;
}
return rootId;
}
/**
* Get the node width, which relies on the plot width and the nodeDistance
* option.
*
* @private
*/
function getNodeWidth(series, columnCount) {
var chart = series.chart,
options = series.options,
_a = options.nodeDistance,
nodeDistance = _a === void 0 ? 0 : _a,
_b = options.nodeWidth,
nodeWidth = _b === void 0 ? 0 : _b,
_c = chart.plotSizeX,
plotSizeX = _c === void 0 ? 1 : _c;
// Node width auto means they are evenly distributed along the width of
// the plot area
if (nodeWidth === 'auto') {
if (typeof nodeDistance === 'string' && /%$/.test(nodeDistance)) {
var fraction = parseFloat(nodeDistance) / 100,
total = columnCount + fraction * (columnCount - 1);
return plotSizeX / total;
}
var nDistance = Number(nodeDistance);
return ((plotSizeX + nDistance) /
(columnCount || 1)) - nDistance;
}
return relativeLength(nodeWidth, plotSizeX);
}
/* *
*
* Default Export
*
* */
var TreeUtilities = {
getColor: getColor,
getLevelOptions: getLevelOptions,
getNodeWidth: getNodeWidth,
setTreeValues: setTreeValues,
updateRootId: updateRootId
};
/* harmony default export */ var Series_TreeUtilities = (TreeUtilities);
;// ./code/es5/es-modules/Series/Treemap/TreemapSeries.js
/* *
*
* (c) 2014-2024 Highsoft AS
*
* Authors: Jon Arild Nygard / Oystein Moseng
*
* License: www.highcharts.com/license
*
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
*
* */
var TreemapSeries_extends = (undefined && undefined.__extends) || (function () {
var extendStatics = function (d,
b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d,
b) { d.__proto__ = b; }) ||
function (d,
b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b,
p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
var color = (highcharts_Color_commonjs_highcharts_Color_commonjs2_highcharts_Color_root_Highcharts_Color_default()).parse;
var TreemapSeries_composed = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).composed, noop = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).noop;
var TreemapSeries_a = (highcharts_SeriesRegistry_commonjs_highcharts_SeriesRegistry_commonjs2_highcharts_SeriesRegistry_root_Highcharts_SeriesRegistry_default()).seriesTypes, ColumnSeries = TreemapSeries_a.column, ScatterSeries = TreemapSeries_a.scatter;
var TreemapSeries_getColor = Series_TreeUtilities.getColor, TreemapSeries_getLevelOptions = Series_TreeUtilities.getLevelOptions, TreemapSeries_updateRootId = Series_TreeUtilities.updateRootId;
var TreemapSeries_addEvent = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).addEvent, correctFloat = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).correctFloat, crisp = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).crisp, TreemapSeries_defined = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).defined, error = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).error, TreemapSeries_extend = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).extend, TreemapSeries_fireEvent = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).fireEvent, TreemapSeries_isArray = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).isArray, TreemapSeries_isObject = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).isObject, TreemapSeries_isString = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).isString, TreemapSeries_merge = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).merge, TreemapSeries_pick = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).pick, TreemapSeries_pushUnique = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).pushUnique, splat = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).splat, stableSort = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).stableSort;
/* *
*
* Constants
*
* */
var axisMax = 100;
/* *
*
* Variables
*
* */
var treemapAxisDefaultValues = false;
/* *
*
* Functions
*
* */
/** @private */
function onSeriesAfterBindAxes() {
var series = this,
xAxis = series.xAxis,
yAxis = series.yAxis;
var treeAxis;
if (xAxis && yAxis) {
if (series.is('treemap')) {
treeAxis = {
endOnTick: false,
gridLineWidth: 0,
lineWidth: 0,
min: 0,
minPadding: 0,
max: axisMax,
maxPadding: 0,
startOnTick: false,
title: void 0,
tickPositions: []
};
TreemapSeries_extend(yAxis.options, treeAxis);
TreemapSeries_extend(xAxis.options, treeAxis);
treemapAxisDefaultValues = true;
}
else if (treemapAxisDefaultValues) {
yAxis.setOptions(yAxis.userOptions);
xAxis.setOptions(xAxis.userOptions);
treemapAxisDefaultValues = false;
}
}
}
/* *
*
* Class
*
* */
/**
* @private
* @class
* @name Highcharts.seriesTypes.treemap
*
* @augments Highcharts.Series
*/
var TreemapSeries = /** @class */ (function (_super) {
TreemapSeries_extends(TreemapSeries, _super);
function TreemapSeries() {
return _super !== null && _super.apply(this, arguments) || this;
}
/* *
*
* Static Functions
*
* */
TreemapSeries.compose = function (SeriesClass) {
if (TreemapSeries_pushUnique(TreemapSeries_composed, 'TreemapSeries')) {
TreemapSeries_addEvent(SeriesClass, 'afterBindAxes', onSeriesAfterBindAxes);
}
};
/* *
*
* Function
*
* */
/* eslint-disable valid-jsdoc */
TreemapSeries.prototype.algorithmCalcPoints = function (directionChange, last, group, childrenArea) {
var plot = group.plot,
end = group.elArr.length - 1;
var pX,
pY,
pW,
pH,
gW = group.lW,
gH = group.lH,
keep,
i = 0;
if (last) {
gW = group.nW;
gH = group.nH;
}
else {
keep = group.elArr[end];
}
for (var _i = 0, _a = group.elArr; _i < _a.length; _i++) {
var p = _a[_i];
if (last || (i < end)) {
if (group.direction === 0) {
pX = plot.x;
pY = plot.y;
pW = gW;
pH = p / pW;
}
else {
pX = plot.x;
pY = plot.y;
pH = gH;
pW = p / pH;
}
childrenArea.push({
x: pX,
y: pY,
width: pW,
height: correctFloat(pH)
});
if (group.direction === 0) {
plot.y = plot.y + pH;
}
else {
plot.x = plot.x + pW;
}
}
i = i + 1;
}
// Reset variables
group.reset();
if (group.direction === 0) {
group.width = group.width - gW;
}
else {
group.height = group.height - gH;
}
plot.y = plot.parent.y + (plot.parent.height - group.height);
plot.x = plot.parent.x + (plot.parent.width - group.width);
if (directionChange) {
group.direction = 1 - group.direction;
}
// If not last, then add uncalculated element
if (!last) {
group.addElement(keep);
}
};
TreemapSeries.prototype.algorithmFill = function (directionChange, parent, children) {
var childrenArea = [];
var pTot,
direction = parent.direction,
x = parent.x,
y = parent.y,
width = parent.width,
height = parent.height,
pX,
pY,
pW,
pH;
for (var _i = 0, children_1 = children; _i < children_1.length; _i++) {
var child = children_1[_i];
pTot =
(parent.width * parent.height) * (child.val / parent.val);
pX = x;
pY = y;
if (direction === 0) {
pH = height;
pW = pTot / pH;
width = width - pW;
x = x + pW;
}
else {
pW = width;
pH = pTot / pW;
height = height - pH;
y = y + pH;
}
childrenArea.push({
x: pX,
y: pY,
width: pW,
height: pH,
direction: 0,
val: 0
});
if (directionChange) {
direction = 1 - direction;
}
}
return childrenArea;
};
TreemapSeries.prototype.algorithmLowAspectRatio = function (directionChange, parent, children) {
var series = this,
childrenArea = [],
plot = {
x: parent.x,
y: parent.y,
parent: parent
},
direction = parent.direction,
end = children.length - 1,
group = new Treemap_TreemapAlgorithmGroup(parent.height,
parent.width,
direction,
plot);
var pTot,
i = 0;
// Loop through and calculate all areas
for (var _i = 0, children_2 = children; _i < children_2.length; _i++) {
var child = children_2[_i];
pTot =
(parent.width * parent.height) * (child.val / parent.val);
group.addElement(pTot);
if (group.lP.nR > group.lP.lR) {
series.algorithmCalcPoints(directionChange, false, group, childrenArea, plot // @todo no supported
);
}
// If last child, then calculate all remaining areas
if (i === end) {
series.algorithmCalcPoints(directionChange, true, group, childrenArea, plot // @todo not supported
);
}
++i;
}
return childrenArea;
};
/**
* Over the alignment method by setting z index.
* @private
*/
TreemapSeries.prototype.alignDataLabel = function (point,
// eslint-disable-next-line @typescript-eslint/no-unused-vars
dataLabel,
// eslint-disable-next-line @typescript-eslint/no-unused-vars
labelOptions) {
ColumnSeries.prototype.alignDataLabel.apply(this, arguments);
if (point.dataLabel) {
// `point.node.zIndex` could be undefined (#6956)
point.dataLabel.attr({ zIndex: (point.node.zIndex || 0) + 1 });
}
};
TreemapSeries.prototype.applyTreeGrouping = function () {
var series = this,
parentList = series.parentList || {},
cluster = series.options.cluster,
minimumClusterSize = (cluster === null || cluster === void 0 ? void 0 : cluster.minimumClusterSize) || 5;
if (cluster === null || cluster === void 0 ? void 0 : cluster.enabled) {
var parentGroups_1 = {};
var checkIfHide_1 = function (node) {
var _a;
if ((_a = node === null || node === void 0 ? void 0 : node.point) === null || _a === void 0 ? void 0 : _a.shapeArgs) {
var _b = node.point.shapeArgs,
_c = _b.width,
width = _c === void 0 ? 0 : _c,
_d = _b.height,
height = _d === void 0 ? 0 : _d,
area = width * height;
var _e = cluster.pixelWidth,
pixelWidth = _e === void 0 ? 0 : _e,
_f = cluster.pixelHeight,
pixelHeight = _f === void 0 ? 0 : _f,
compareHeight = TreemapSeries_defined(pixelHeight),
thresholdArea = pixelHeight ?
pixelWidth * pixelHeight :
pixelWidth * pixelWidth;
if (width < pixelWidth ||
height < (compareHeight ? pixelHeight : pixelWidth) ||
area < thresholdArea) {
if (!node.isGroup && TreemapSeries_defined(node.parent)) {
if (!parentGroups_1[node.parent]) {
parentGroups_1[node.parent] = [];
}
parentGroups_1[node.parent].push(node);
}
}
}
node === null || node === void 0 ? void 0 : node.children.forEach(function (child) {
checkIfHide_1(child);
});
};
checkIfHide_1(series.tree);
var _loop_1 = function (parent_1) {
if (parentGroups_1[parent_1]) {
if (parentGroups_1[parent_1].length > minimumClusterSize) {
parentGroups_1[parent_1].forEach(function (node) {
var index = parentList[parent_1].indexOf(node.i);
if (index !== -1) {
parentList[parent_1].splice(index, 1);
var id_1 = "highcharts-grouped-treemap-points-".concat(node.parent || 'root');
var groupPoint = series.points
.find(function (p) { return p.id === id_1; });
if (!groupPoint) {
var PointClass = series.pointClass,
pointIndex = series.points.length;
groupPoint = new PointClass(series, {
className: cluster.className,
color: cluster.color,
id: id_1,
index: pointIndex,
isGroup: true,
value: 0
});
TreemapSeries_extend(groupPoint, {
formatPrefix: 'cluster'
});
series.points.push(groupPoint);
parentList[parent_1].push(pointIndex);
parentList[id_1] = [];
}
var amount = groupPoint.groupedPointsAmount + 1,
val = series.points[groupPoint.index]
.options.value || 0,
name_1 = cluster.name ||
"+ ".concat(amount);
// Update the point directly in points array to
// prevent wrong instance update
series.points[groupPoint.index]
.groupedPointsAmount = amount;
series.points[groupPoint.index].options.value =
val + (node.point.value || 0);
series.points[groupPoint.index].name = name_1;
parentList[id_1].push(node.point.index);
}
});
}
}
};
for (var parent_1 in parentGroups_1) {
_loop_1(parent_1);
}
series.nodeMap = {};
series.nodeList = [];
series.parentList = parentList;
var tree = series.buildTree('', -1, 0,
series.parentList);
series.translate(tree);
}
};
/**
* Recursive function which calculates the area for all children of a
* node.
*
* @private
* @function Highcharts.Series#calculateChildrenAreas
*
* @param {Object} parent
* The node which is parent to the children.
*
* @param {Object} area
* The rectangular area of the parent.
*/
TreemapSeries.prototype.calculateChildrenAreas = function (parent, area) {
var series = this,
options = series.options,
mapOptionsToLevel = series.mapOptionsToLevel,
level = mapOptionsToLevel[parent.level + 1],
algorithm = TreemapSeries_pick(((level === null || level === void 0 ? void 0 : level.layoutAlgorithm) &&
series[level === null || level === void 0 ? void 0 : level.layoutAlgorithm] &&
level.layoutAlgorithm),
series.options.layoutAlgorithm),
alternate = options.alternateStartingDirection,
// Collect all children which should be included
children = parent.children.filter(function (n) {
return parent.isGroup || !n.ignore;
});
if (!algorithm) {
return;
}
var childrenValues = [];
if (level && level.layoutStartingDirection) {
area.direction = level.layoutStartingDirection === 'vertical' ?
0 :
1;
}
childrenValues = series[algorithm](area, children);
var i = -1;
for (var _i = 0, children_3 = children; _i < children_3.length; _i++) {
var child = children_3[_i];
var values = childrenValues[++i];
child.values = TreemapSeries_merge(values, {
val: child.childrenTotal,
direction: (alternate ? 1 - area.direction : area.direction)
});
child.pointValues = TreemapSeries_merge(values, {
x: (values.x / series.axisRatio),
// Flip y-values to avoid visual regression with csvCoord in
// Axis.translate at setPointValues. #12488
y: axisMax - values.y - values.height,
width: (values.width / series.axisRatio)
});
// If node has children, then call method recursively
if (child.children.length) {
series.calculateChildrenAreas(child, child.values);
}
}
};
/**
* Create level list.
* @private
*/
TreemapSeries.prototype.createList = function (e) {
var chart = this.chart,
breadcrumbs = chart.breadcrumbs,
list = [];
if (breadcrumbs) {
var currentLevelNumber = 0;
list.push({
level: currentLevelNumber,
levelOptions: chart.series[0]
});
var node = e.target.nodeMap[e.newRootId];
var extraNodes = [];
// When the root node is set and has parent,
// recreate the path from the node tree.
while (node.parent || node.parent === '') {
extraNodes.push(node);
node = e.target.nodeMap[node.parent];
}
for (var _i = 0, _a = extraNodes.reverse(); _i < _a.length; _i++) {
var node_1 = _a[_i];
list.push({
level: ++currentLevelNumber,
levelOptions: node_1
});
}
// If the list has only first element, we should clear it
if (list.length <= 1) {
list.length = 0;
}
}
return list;
};
/**
* Extend drawDataLabels with logic to handle custom options related to
* the treemap series:
*
* - Points which is not a leaf node, has dataLabels disabled by
* default.
*
* - Options set on series.levels is merged in.
*
* - Width of the dataLabel is set to match the width of the point
* shape.
*
* @private
*/
TreemapSeries.prototype.drawDataLabels = function () {
var _a,
_b;
var series = this,
mapOptionsToLevel = series.mapOptionsToLevel,
points = series.points.filter(function (n) {
return n.node.visible || TreemapSeries_defined(n.dataLabel);
}), padding = (_a = splat(series.options.dataLabels || {})[0]) === null || _a === void 0 ? void 0 : _a.padding;
var options,
level;
for (var _i = 0, points_1 = points; _i < points_1.length; _i++) {
var point = points_1[_i];
level = mapOptionsToLevel[point.node.level];
// Set options to new object to avoid problems with scope
options = { style: {} };
// If not a leaf, then label should be disabled as default
if (!point.node.isLeaf &&
!point.node.isGroup ||
(point.node.isGroup &&
point.node.level <= series.nodeMap[series.rootNode].level)) {
options.enabled = false;
}
// If options for level exists, include them as well
if (level && level.dataLabels) {
options = TreemapSeries_merge(options, level.dataLabels);
series.hasDataLabels = function () { return true; };
}
// Set dataLabel width to the width of the point shape minus the
// padding
if (point.shapeArgs) {
var css = {
width: ((point.shapeArgs.width || 0) -
2 * (options.padding || padding || 0)) + 'px',
lineClamp: Math.floor((point.shapeArgs.height || 0) / 16)
};
TreemapSeries_extend(options.style, css);
(_b = point.dataLabel) === null || _b === void 0 ? void 0 : _b.css(css);
}
// Merge custom options with point options
point.dlOptions = TreemapSeries_merge(options, point.options.dataLabels);
}
_super.prototype.drawDataLabels.call(this, points);
};
/**
* Override drawPoints
* @private
*/
TreemapSeries.prototype.drawPoints = function (points) {
if (points === void 0) { points = this.points; }
var series = this,
chart = series.chart,
renderer = chart.renderer,
styledMode = chart.styledMode,
options = series.options,
shadow = styledMode ? {} : options.shadow,
borderRadius = options.borderRadius,
withinAnimationLimit = chart.pointCount < options.animationLimit,
allowTraversingTree = options.allowTraversingTree;
for (var _i = 0, points_2 = points; _i < points_2.length; _i++) {
var point = points_2[_i];
var levelDynamic = point.node.levelDynamic,
animatableAttribs = {},
attribs = {},
css = {},
groupKey = 'level-group-' + point.node.level,
hasGraphic = !!point.graphic,
shouldAnimate = withinAnimationLimit && hasGraphic,
shapeArgs = point.shapeArgs;
// Don't bother with calculate styling if the point is not drawn
if (point.shouldDraw()) {
point.isInside = true;
if (borderRadius) {
attribs.r = borderRadius;
}
TreemapSeries_merge(true, // Extend object
// Which object to extend
shouldAnimate ? animatableAttribs : attribs,
// Add shapeArgs to animate/attr if graphic exists
hasGraphic ? shapeArgs : {},
// Add style attribs if !styleMode
styledMode ?
{} :
series.pointAttribs(point, point.selected ? 'select' : void 0));
// In styled mode apply point.color. Use CSS, otherwise the
// fill used in the style sheet will take precedence over
// the fill attribute.
if (series.colorAttribs && styledMode) {
// Heatmap is loaded
TreemapSeries_extend(css, series.colorAttribs(point));
}
if (!series[groupKey]) {
series[groupKey] = renderer.g(groupKey)
.attr({
// @todo Set the zIndex based upon the number of
// levels, instead of using 1000
zIndex: 1000 - (levelDynamic || 0)
})
.add(series.group);
series[groupKey].survive = true;
}
}
// Draw the point
point.draw({
animatableAttribs: animatableAttribs,
attribs: attribs,
css: css,
group: series[groupKey],
imageUrl: point.imageUrl,
renderer: renderer,
shadow: shadow,
shapeArgs: shapeArgs,
shapeType: point.shapeType
});
// If setRootNode is allowed, set a point cursor on clickables &
// add drillId to point
if (allowTraversingTree && point.graphic) {
point.drillId = options.interactByLeaf ?
series.drillToByLeaf(point) :
series.drillToByGroup(point);
}
}
};
/**
* Finds the drill id for a parent node. Returns false if point should
* not have a click event.
* @private
*/
TreemapSeries.prototype.drillToByGroup = function (point) {
var drillId = false;
if ((!point.node.isLeaf ||
point.node.isGroup) &&
(point.node.level - this.nodeMap[this.rootNode].level) === 1) {
drillId = point.id;
}
return drillId;
};
/**
* Finds the drill id for a leaf node. Returns false if point should not
* have a click event
* @private
*/
TreemapSeries.prototype.drillToByLeaf = function (point) {
var traverseToLeaf = point.series.options.traverseToLeaf;
var drillId = false,
nodeParent;
if ((point.node.parent !== this.rootNode) &&
point.node.isLeaf) {
if (traverseToLeaf) {
drillId = point.id;
}
else {
nodeParent = point.node;
while (!drillId) {
if (typeof nodeParent.parent !== 'undefined') {
nodeParent = this.nodeMap[nodeParent.parent];
}
if (nodeParent.parent === this.rootNode) {
drillId = nodeParent.id;
}
}
}
}
return drillId;
};
/**
* @todo remove this function at a suitable version.
* @private
*/
TreemapSeries.prototype.drillToNode = function (id, redraw) {
error(32, false, void 0, { 'treemap.drillToNode': 'use treemap.setRootNode' });
this.setRootNode(id, redraw);
};
TreemapSeries.prototype.drillUp = function () {
var series = this,
node = series.nodeMap[series.rootNode];
if (node && TreemapSeries_isString(node.parent)) {
series.setRootNode(node.parent, true, { trigger: 'traverseUpButton' });
}
};
TreemapSeries.prototype.getExtremes = function () {
// Get the extremes from the value data
var _a = _super.prototype.getExtremes.call(this,
this.colorValueData),
dataMin = _a.dataMin,
dataMax = _a.dataMax;
this.valueMin = dataMin;
this.valueMax = dataMax;
// Get the extremes from the y data
return _super.prototype.getExtremes.call(this);
};
/**
* Creates an object map from parent id to childrens index.
*
* @private
* @function Highcharts.Series#getListOfParents
*
* @param {Highcharts.SeriesTreemapDataOptions} [data]
* List of points set in options.
*
* @param {Array<string>} [existingIds]
* List of all point ids.
*
* @return {Object}
* Map from parent id to children index in data.
*/
TreemapSeries.prototype.getListOfParents = function (data, existingIds) {
var arr = TreemapSeries_isArray(data) ? data : [],
ids = TreemapSeries_isArray(existingIds) ? existingIds : [],
listOfParents = arr.reduce(function (prev,
curr,
i) {
var parent = TreemapSeries_pick(curr.parent, '');
if (typeof prev[parent] === 'undefined') {
prev[parent] = [];
}
prev[parent].push(i);
return prev;
}, {
'': [] // Root of tree
});
// If parent does not exist, hoist parent to root of tree.
for (var _i = 0, _a = Object.keys(listOfParents); _i < _a.length; _i++) {
var parent_2 = _a[_i];
var children = listOfParents[parent_2];
if ((parent_2 !== '') && (ids.indexOf(parent_2) === -1)) {
for (var _b = 0, children_4 = children; _b < children_4.length; _b++) {
var child = children_4[_b];
listOfParents[''].push(child);
}
delete listOfParents[parent_2];
}
}
return listOfParents;
};
/**
* Creates a tree structured object from the series points.
* @private
*/
TreemapSeries.prototype.getTree = function () {
var series = this,
allIds = this.data.map(function (d) {
return d.id;
});
series.parentList = series.getListOfParents(this.data, allIds);
series.nodeMap = {};
series.nodeList = [];
return series.buildTree('', -1, 0, series.parentList || {});
};
TreemapSeries.prototype.buildTree = function (id, index, level, list, parent) {
var series = this,
children = [],
point = series.points[index];
var height = 0,
child;
// Actions
for (var _i = 0, _a = (list[id] || []); _i < _a.length; _i++) {
var i = _a[_i];
child = series.buildTree(series.points[i].id, i, level + 1, list, id);
height = Math.max(child.height + 1, height);
children.push(child);
}
var node = new series.NodeClass().init(id,
index,
children,
height,
level,
series,
parent);
for (var _b = 0, children_5 = children; _b < children_5.length; _b++) {
var child_1 = children_5[_b];
child_1.parentNode = node;
}
series.nodeMap[node.id] = node;
series.nodeList.push(node);
if (point) {
point.node = node;
node.point = point;
}
return node;
};
/**
* Define hasData function for non-cartesian series. Returns true if the
* series has points at all.
* @private
*/
TreemapSeries.prototype.hasData = function () {
return !!this.dataTable.rowCount;
};
TreemapSeries.prototype.init = function (chart, options) {
var series = this,
breadcrumbsOptions = TreemapSeries_merge(options.drillUpButton,
options.breadcrumbs),
setOptionsEvent = TreemapSeries_addEvent(series, 'setOptions',
function (event) {
var options = event.userOptions;
if (TreemapSeries_defined(options.allowDrillToNode) &&
!TreemapSeries_defined(options.allowTraversingTree)) {
options.allowTraversingTree = options.allowDrillToNode;
delete options.allowDrillToNode;
}
if (TreemapSeries_defined(options.drillUpButton) &&
!TreemapSeries_defined(options.traverseUpButton)) {
options.traverseUpButton = options.drillUpButton;
delete options.drillUpButton;
}
});
_super.prototype.init.call(this, chart, options);
// Treemap's opacity is a different option from other series
delete series.opacity;
// Handle deprecated options.
series.eventsToUnbind.push(setOptionsEvent);
if (series.options.allowTraversingTree) {
series.eventsToUnbind.push(TreemapSeries_addEvent(series, 'click', series.onClickDrillToNode));
series.eventsToUnbind.push(TreemapSeries_addEvent(series, 'setRootNode', function (e) {
var chart = series.chart;
if (chart.breadcrumbs) {
// Create a list using the event after drilldown.
chart.breadcrumbs.updateProperties(series.createList(e));
}
}));
series.eventsToUnbind.push(TreemapSeries_addEvent(series, 'update',
// eslint-disable-next-line @typescript-eslint/no-unused-vars
function (e, redraw) {
var breadcrumbs = this.chart.breadcrumbs;
if (breadcrumbs && e.options.breadcrumbs) {
breadcrumbs.update(e.options.breadcrumbs);
}
}));
series.eventsToUnbind.push(TreemapSeries_addEvent(series, 'destroy', function destroyEvents(e) {
var chart = this.chart;
if (chart.breadcrumbs && !e.keepEventsForUpdate) {
chart.breadcrumbs.destroy();
chart.breadcrumbs = void 0;
}
}));
}
if (!chart.breadcrumbs) {
chart.breadcrumbs = new Breadcrumbs_Breadcrumbs(chart, breadcrumbsOptions);
}
series.eventsToUnbind.push(TreemapSeries_addEvent(chart.breadcrumbs, 'up', function (e) {
var drillUpsNumber = this.level - e.newLevel;
for (var i = 0; i < drillUpsNumber; i++) {
series.drillUp();
}
}));
};
/**
* Add drilling on the suitable points.
* @private
*/
TreemapSeries.prototype.onClickDrillToNode = function (event) {
var series = this,
point = event.point,
drillId = point && point.drillId;
// If a drill id is returned, add click event and cursor.
if (TreemapSeries_isString(drillId)) {
point.setState(''); // Remove hover
series.setRootNode(drillId, true, { trigger: 'click' });
}
};
/**
* Get presentational attributes
* @private
*/
TreemapSeries.prototype.pointAttribs = function (point, state) {
var series = this,
mapOptionsToLevel = (TreemapSeries_isObject(series.mapOptionsToLevel) ?
series.mapOptionsToLevel :
{}),
level = point && mapOptionsToLevel[point.node.level] || {},
options = this.options,
stateOptions = state && options.states && options.states[state] || {},
className = (point && point.getClassName()) || '',
// Set attributes by precedence. Point trumps level trumps series.
// Stroke width uses pick because it can be 0.
attr = {
'stroke': (point && point.borderColor) ||
level.borderColor ||
stateOptions.borderColor ||
options.borderColor,
'stroke-width': TreemapSeries_pick(point && point.borderWidth,
level.borderWidth,
stateOptions.borderWidth,
options.borderWidth),
'dashstyle': (point && point.borderDashStyle) ||
level.borderDashStyle ||
stateOptions.borderDashStyle ||
options.borderDashStyle,
'fill': (point && point.color) || this.color
};
var opacity;
// Hide levels above the current view
if (className.indexOf('highcharts-above-level') !== -1) {
attr.fill = 'none';
attr['stroke-width'] = 0;
// Nodes with children that accept interaction
}
else if (className.indexOf('highcharts-internal-node-interactive') !== -1) {
opacity = TreemapSeries_pick(stateOptions.opacity, options.opacity);
attr.fill = color(attr.fill).setOpacity(opacity).get();
attr.cursor = 'pointer';
// Hide nodes that have children
}
else if (className.indexOf('highcharts-internal-node') !== -1) {
attr.fill = 'none';
}
else if (state) {
// Brighten and hoist the hover nodes
attr.fill = color(attr.fill)
.brighten(stateOptions.brightness)
.get();
}
return attr;
};
/**
* Set the node's color recursively, from the parent down.
* @private
*/
TreemapSeries.prototype.setColorRecursive = function (node, parentColor, colorIndex, index, siblings) {
var series = this,
chart = series && series.chart,
colors = chart && chart.options && chart.options.colors;
if (node) {
var colorInfo = TreemapSeries_getColor(node, {
colors: colors,
index: index,
mapOptionsToLevel: series.mapOptionsToLevel,
parentColor: parentColor,
parentColorIndex: colorIndex,
series: series,
siblings: siblings
}),
point = series.points[node.i];
if (point) {
point.color = colorInfo.color;
point.colorIndex = colorInfo.colorIndex;
}
var i = -1;
// Do it all again with the children
for (var _i = 0, _a = (node.children || []); _i < _a.length; _i++) {
var child = _a[_i];
series.setColorRecursive(child, colorInfo.color, colorInfo.colorIndex, ++i, node.children.length);
}
}
};
TreemapSeries.prototype.setPointValues = function () {
var series = this;
var points = series.points,
xAxis = series.xAxis,
yAxis = series.yAxis;
var styledMode = series.chart.styledMode;
// Get the crisp correction in classic mode. For this to work in
// styled mode, we would need to first add the shape (without x,
// y, width and height), then read the rendered stroke width
// using point.graphic.strokeWidth(), then modify and apply the
// shapeArgs. This applies also to column series, but the
// downside is performance and code complexity.
var getStrokeWidth = function (point) { return (styledMode ?
0 :
(series.pointAttribs(point)['stroke-width'] || 0)); };
for (var _i = 0, points_3 = points; _i < points_3.length; _i++) {
var point = points_3[_i];
var _a = point.node,
values = _a.pointValues,
visible = _a.visible;
// Points which is ignored, have no values.
if (values && visible) {
var height = values.height,
width = values.width,
x = values.x,
y = values.y;
var strokeWidth = getStrokeWidth(point);
var x1 = crisp(xAxis.toPixels(x,
true),
strokeWidth,
true);
var x2 = crisp(xAxis.toPixels(x + width,
true),
strokeWidth,
true);
var y1 = crisp(yAxis.toPixels(y,
true),
strokeWidth,
true);
var y2 = crisp(yAxis.toPixels(y + height,
true),
strokeWidth,
true);
// Set point values
var shapeArgs = {
x: Math.min(x1,
x2),
y: Math.min(y1,
y2),
width: Math.abs(x2 - x1),
height: Math.abs(y2 - y1)
};
point.plotX = shapeArgs.x + (shapeArgs.width / 2);
point.plotY = shapeArgs.y + (shapeArgs.height / 2);
point.shapeArgs = shapeArgs;
}
else {
// Reset visibility
delete point.plotX;
delete point.plotY;
}
}
};
/**
* Sets a new root node for the series.
*
* @private
* @function Highcharts.Series#setRootNode
*
* @param {string} id
* The id of the new root node.
*
* @param {boolean} [redraw=true]
* Whether to redraw the chart or not.
*
* @param {Object} [eventArguments]
* Arguments to be accessed in event handler.
*
* @param {string} [eventArguments.newRootId]
* Id of the new root.
*
* @param {string} [eventArguments.previousRootId]
* Id of the previous root.
*
* @param {boolean} [eventArguments.redraw]
* Whether to redraw the chart after.
*
* @param {Object} [eventArguments.series]
* The series to update the root of.
*
* @param {string} [eventArguments.trigger]
* The action which triggered the event. Undefined if the setRootNode is
* called directly.
*
* @emits Highcharts.Series#event:setRootNode
*/
TreemapSeries.prototype.setRootNode = function (id, redraw, eventArguments) {
var series = this,
eventArgs = TreemapSeries_extend({
newRootId: id,
previousRootId: series.rootNode,
redraw: TreemapSeries_pick(redraw,
true),
series: series
},
eventArguments);
/**
* The default functionality of the setRootNode event.
*
* @private
* @param {Object} args The event arguments.
* @param {string} args.newRootId Id of the new root.
* @param {string} args.previousRootId Id of the previous root.
* @param {boolean} args.redraw Whether to redraw the chart after.
* @param {Object} args.series The series to update the root of.
* @param {string} [args.trigger=undefined] The action which
* triggered the event. Undefined if the setRootNode is called
* directly.
*/
var defaultFn = function (args) {
var series = args.series;
// Store previous and new root ids on the series.
series.idPreviousRoot = args.previousRootId;
series.rootNode = args.newRootId;
// Redraw the chart
series.isDirty = true; // Force redraw
if (args.redraw) {
series.chart.redraw();
}
};
// Fire setRootNode event.
TreemapSeries_fireEvent(series, 'setRootNode', eventArgs, defaultFn);
};
/**
* Workaround for `inactive` state. Since `series.opacity` option is
* already reserved, don't use that state at all by disabling
* `inactiveOtherPoints` and not inheriting states by points.
* @private
*/
TreemapSeries.prototype.setState = function (state) {
this.options.inactiveOtherPoints = true;
_super.prototype.setState.call(this, state, false);
this.options.inactiveOtherPoints = false;
};
TreemapSeries.prototype.setTreeValues = function (tree) {
var _a,
_b,
_c;
var series = this,
options = series.options,
idRoot = series.rootNode,
mapIdToNode = series.nodeMap,
nodeRoot = mapIdToNode[idRoot],
levelIsConstant = (typeof options.levelIsConstant === 'boolean' ?
options.levelIsConstant :
true),
children = [],
point = series.points[tree.i];
// First give the children some values
var childrenTotal = 0;
for (var _i = 0, _d = tree.children; _i < _d.length; _i++) {
var child = _d[_i];
child = series.setTreeValues(child);
children.push(child);
if (!child.ignore) {
childrenTotal += child.val;
}
}
// Sort the children
stableSort(children, function (a, b) { return ((a.sortIndex || 0) - (b.sortIndex || 0)); });
// Set the values
var val = TreemapSeries_pick(point && point.options.value,
childrenTotal);
if (point) {
point.value = val;
}
if ((point === null || point === void 0 ? void 0 : point.isGroup) && ((_a = options.cluster) === null || _a === void 0 ? void 0 : _a.reductionFactor)) {
val /= options.cluster.reductionFactor;
}
if (((_c = (_b = tree.parentNode) === null || _b === void 0 ? void 0 : _b.point) === null || _c === void 0 ? void 0 : _c.isGroup) && series.rootNode !== tree.parent) {
tree.visible = false;
}
TreemapSeries_extend(tree, {
children: children,
childrenTotal: childrenTotal,
// Ignore this node if point is not visible
ignore: !(TreemapSeries_pick(point && point.visible, true) && (val > 0)),
isLeaf: tree.visible && !childrenTotal,
isGroup: point === null || point === void 0 ? void 0 : point.isGroup,
levelDynamic: (tree.level - (levelIsConstant ? 0 : nodeRoot.level)),
name: TreemapSeries_pick(point && point.name, ''),
sortIndex: TreemapSeries_pick(point && point.sortIndex, -val),
val: val
});
return tree;
};
TreemapSeries.prototype.sliceAndDice = function (parent, children) {
return this.algorithmFill(true, parent, children);
};
TreemapSeries.prototype.squarified = function (parent, children) {
return this.algorithmLowAspectRatio(true, parent, children);
};
TreemapSeries.prototype.strip = function (parent, children) {
return this.algorithmLowAspectRatio(false, parent, children);
};
TreemapSeries.prototype.stripes = function (parent, children) {
return this.algorithmFill(false, parent, children);
};
TreemapSeries.prototype.translate = function (tree) {
var _a;
var series = this,
options = series.options,
applyGrouping = !tree;
var // NOTE: updateRootId modifies series.
rootId = TreemapSeries_updateRootId(series),
rootNode,
pointValues,
seriesArea,
val;
if (!tree && !rootId.startsWith('highcharts-grouped-treemap-points-')) {
// Group points are removed, but not destroyed during generatePoints
(this.points || []).forEach(function (point) {
if (point.isGroup) {
point.destroy();
}
});
// Call prototype function
_super.prototype.translate.call(this);
// @todo Only if series.isDirtyData is true
tree = series.getTree();
}
// Ensure `tree` and `series.tree` are synchronized
series.tree = tree = tree || series.tree;
rootNode = series.nodeMap[rootId];
if (rootId !== '' && !rootNode) {
series.setRootNode('', false);
rootId = series.rootNode;
rootNode = series.nodeMap[rootId];
}
if (!((_a = rootNode.point) === null || _a === void 0 ? void 0 : _a.isGroup)) {
series.mapOptionsToLevel = TreemapSeries_getLevelOptions({
from: rootNode.level + 1,
levels: options.levels,
to: tree.height,
defaults: {
levelIsConstant: series.options.levelIsConstant,
colorByPoint: options.colorByPoint
}
});
}
// Parents of the root node is by default visible
Treemap_TreemapUtilities.recursive(series.nodeMap[series.rootNode], function (node) {
var p = node.parent;
var next = false;
node.visible = true;
if (p || p === '') {
next = series.nodeMap[p];
}
return next;
});
// Children of the root node is by default visible
Treemap_TreemapUtilities.recursive(series.nodeMap[series.rootNode].children, function (children) {
var next = false;
for (var _i = 0, children_6 = children; _i < children_6.length; _i++) {
var child = children_6[_i];
child.visible = true;
if (child.children.length) {
next = (next || []).concat(child.children);
}
}
return next;
});
series.setTreeValues(tree);
// Calculate plotting values.
series.axisRatio = (series.xAxis.len / series.yAxis.len);
series.nodeMap[''].pointValues = pointValues = {
x: 0,
y: 0,
width: axisMax,
height: axisMax
};
series.nodeMap[''].values = seriesArea = TreemapSeries_merge(pointValues, {
width: (pointValues.width * series.axisRatio),
direction: (options.layoutStartingDirection === 'vertical' ? 0 : 1),
val: tree.val
});
series.calculateChildrenAreas(tree, seriesArea);
// Logic for point colors
if (!series.colorAxis &&
!options.colorByPoint) {
series.setColorRecursive(series.tree);
}
// Update axis extremes according to the root node.
if (options.allowTraversingTree) {
if (rootNode.pointValues) {
val = rootNode.pointValues;
series.xAxis.setExtremes(val.x, val.x + val.width, false);
series.yAxis.setExtremes(val.y, val.y + val.height, false);
series.xAxis.setScale();
series.yAxis.setScale();
}
}
// Assign values to points.
series.setPointValues();
if (applyGrouping) {
series.applyTreeGrouping();
}
};
/* *
*
* Static Properties
*
* */
TreemapSeries.defaultOptions = TreemapSeries_merge(ScatterSeries.defaultOptions, Treemap_TreemapSeriesDefaults);
return TreemapSeries;
}(ScatterSeries));
TreemapSeries_extend(TreemapSeries.prototype, {
buildKDTree: noop,
colorAttribs: Series_ColorMapComposition.seriesMembers.colorAttribs,
colorKey: 'colorValue', // Point color option key
directTouch: true,
getExtremesFromAll: true,
getSymbol: noop,
optionalAxis: 'colorAxis',
parallelArrays: ['x', 'y', 'value', 'colorValue'],
pointArrayMap: ['value', 'colorValue'],
pointClass: Treemap_TreemapPoint,
NodeClass: Treemap_TreemapNode,
trackerGroups: ['group', 'dataLabelsGroup'],
utils: Treemap_TreemapUtilities
});
Series_ColorMapComposition.compose(TreemapSeries);
highcharts_SeriesRegistry_commonjs_highcharts_SeriesRegistry_commonjs2_highcharts_SeriesRegistry_root_Highcharts_SeriesRegistry_default().registerSeriesType('treemap', TreemapSeries);
/* *
*
* Default Export
*
* */
/* harmony default export */ var Treemap_TreemapSeries = (TreemapSeries);
;// ./code/es5/es-modules/masters/modules/treemap.src.js
var G = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default());
G.Breadcrumbs = G.Breadcrumbs || Breadcrumbs_Breadcrumbs;
G.Breadcrumbs.compose(G.Chart, G.defaultOptions);
Treemap_TreemapSeries.compose(G.Series);
/* harmony default export */ var treemap_src = ((highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()));
__webpack_exports__ = __webpack_exports__["default"];
/******/ return __webpack_exports__;
/******/ })()
;
});
Hacked By AnonymousFox1.0, Coded By AnonymousFox