Hacked By AnonymousFox

Current Path : C:/AppServ/www/financial/stacked/code/es5/modules/
Upload File :
Current File : C:/AppServ/www/financial/stacked/code/es5/modules/static-scale.js.map

{"version":3,"sources":["<anon>"],"sourcesContent":["/**\n * @license Highcharts Gantt JS v12.1.2 (2025-01-09)\n * @module highcharts/modules/static-scale\n * @requires highcharts\n *\n * StaticScale\n *\n * (c) 2016-2024 Torstein Honsi, Lars A. V. Cabrera\n *\n * License: www.highcharts.com/license\n */\n(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"highcharts\"));\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"highcharts/modules/static-scale\", [[\"highcharts/highcharts\"]], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"highcharts/modules/static-scale\"] = factory(require(\"highcharts\"));\n\telse\n\t\troot[\"Highcharts\"] = factory(root[\"Highcharts\"]);\n})(this, function(__WEBPACK_EXTERNAL_MODULE__944__) {\nreturn /******/ (function() { // webpackBootstrap\n/******/ \t\"use strict\";\n/******/ \tvar __webpack_modules__ = ({\n\n/***/ 944:\n/***/ (function(module) {\n\nmodule.exports = __WEBPACK_EXTERNAL_MODULE__944__;\n\n/***/ })\n\n/******/ \t});\n/************************************************************************/\n/******/ \t// The module cache\n/******/ \tvar __webpack_module_cache__ = {};\n/******/ \t\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/ \t\t// Check if module is in cache\n/******/ \t\tvar cachedModule = __webpack_module_cache__[moduleId];\n/******/ \t\tif (cachedModule !== undefined) {\n/******/ \t\t\treturn cachedModule.exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = __webpack_module_cache__[moduleId] = {\n/******/ \t\t\t// no module.id needed\n/******/ \t\t\t// no module.loaded needed\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/ \t\n/******/ \t\t// Execute the module function\n/******/ \t\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n/******/ \t\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/ \t\n/************************************************************************/\n/******/ \t/* webpack/runtime/compat get default export */\n/******/ \t!function() {\n/******/ \t\t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t\t__webpack_require__.n = function(module) {\n/******/ \t\t\tvar getter = module && module.__esModule ?\n/******/ \t\t\t\tfunction() { return module['default']; } :\n/******/ \t\t\t\tfunction() { return module; };\n/******/ \t\t\t__webpack_require__.d(getter, { a: getter });\n/******/ \t\t\treturn getter;\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/define property getters */\n/******/ \t!function() {\n/******/ \t\t// define getter functions for harmony exports\n/******/ \t\t__webpack_require__.d = function(exports, definition) {\n/******/ \t\t\tfor(var key in definition) {\n/******/ \t\t\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n/******/ \t\t\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n/******/ \t\t\t\t}\n/******/ \t\t\t}\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/hasOwnProperty shorthand */\n/******/ \t!function() {\n/******/ \t\t__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }\n/******/ \t}();\n/******/ \t\n/************************************************************************/\nvar __webpack_exports__ = {};\n\n// EXPORTS\n__webpack_require__.d(__webpack_exports__, {\n  \"default\": function() { return /* binding */ static_scale_src; }\n});\n\n// EXTERNAL MODULE: external {\"amd\":[\"highcharts/highcharts\"],\"commonjs\":[\"highcharts\"],\"commonjs2\":[\"highcharts\"],\"root\":[\"Highcharts\"]}\nvar highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_ = __webpack_require__(944);\nvar highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default = /*#__PURE__*/__webpack_require__.n(highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_);\n;// ./code/es5/es-modules/Extensions/StaticScale.js\n/* *\n *\n *  (c) 2016-2024 Torstein Honsi, Lars Cabrera\n *\n *  License: www.highcharts.com/license\n *\n *  !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!\n *\n * */\n\n\nvar addEvent = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).addEvent, defined = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).defined, isNumber = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).isNumber, pick = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).pick;\n/* *\n *\n *  Composition\n *\n * */\n/** @private */\nfunction compose(AxisClass, ChartClass) {\n    var chartProto = ChartClass.prototype;\n    if (!chartProto.adjustHeight) {\n        addEvent(AxisClass, 'afterSetOptions', onAxisAfterSetOptions);\n        chartProto.adjustHeight = chartAdjustHeight;\n        addEvent(ChartClass, 'render', chartProto.adjustHeight);\n    }\n}\n/** @private */\nfunction onAxisAfterSetOptions() {\n    var chartOptions = this.chart.options.chart;\n    if (!this.horiz &&\n        isNumber(this.options.staticScale) &&\n        (!chartOptions.height ||\n            (chartOptions.scrollablePlotArea &&\n                chartOptions.scrollablePlotArea.minHeight))) {\n        this.staticScale = this.options.staticScale;\n    }\n}\n/** @private */\nfunction chartAdjustHeight() {\n    var chart = this;\n    if (chart.redrawTrigger !== 'adjustHeight') {\n        var _loop_1 = function (axis) {\n                var chart_1 = axis.chart,\n            animate = !!chart_1.initiatedScale &&\n                    chart_1.options.animation,\n            staticScale = axis.options.staticScale;\n            if (axis.staticScale && defined(axis.min)) {\n                var height = pick(axis.brokenAxis && axis.brokenAxis.unitLength,\n                    axis.max + axis.tickInterval - axis.min) * staticScale;\n                // Minimum height is 1 x staticScale.\n                height = Math.max(height, staticScale);\n                var diff = height - chart_1.plotHeight;\n                if (!chart_1.scrollablePixelsY && Math.abs(diff) >= 1) {\n                    chart_1.plotHeight = height;\n                    chart_1.redrawTrigger = 'adjustHeight';\n                    chart_1.setSize(void 0, chart_1.chartHeight + diff, animate);\n                }\n                // Make sure clip rects have the right height before initial\n                // animation.\n                axis.series.forEach(function (series) {\n                    var clipRect = series.sharedClipKey &&\n                            chart_1.sharedClips[series.sharedClipKey];\n                    if (clipRect) {\n                        clipRect.attr(chart_1.inverted ? {\n                            width: chart_1.plotHeight\n                        } : {\n                            height: chart_1.plotHeight\n                        });\n                    }\n                });\n            }\n        };\n        for (var _i = 0, _a = (chart.axes || []); _i < _a.length; _i++) {\n            var axis = _a[_i];\n            _loop_1(axis);\n        }\n        this.initiatedScale = true;\n    }\n    this.redrawTrigger = null;\n}\n/* *\n *\n *  Default Export\n *\n * */\nvar StaticScale = {\n    compose: compose\n};\n/* harmony default export */ var Extensions_StaticScale = (StaticScale);\n/* *\n *\n *  API Options\n *\n * */\n/**\n * For vertical axes only. Setting the static scale ensures that each tick unit\n * is translated into a fixed pixel height. For example, setting the static\n * scale to 24 results in each Y axis category taking up 24 pixels, and the\n * height of the chart adjusts. Adding or removing items will make the chart\n * resize.\n *\n * @sample gantt/xrange-series/demo/\n *         X-range series with static scale\n *\n * @type      {number}\n * @default   50\n * @since     6.2.0\n * @product   gantt\n * @apioption yAxis.staticScale\n */\n''; // Keeps doclets above in JS file\n\n;// ./code/es5/es-modules/masters/modules/static-scale.src.js\n\n\n\n\nvar G = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default());\nExtensions_StaticScale.compose(G.Axis, G.Chart);\n/* harmony default export */ var static_scale_src = ((highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()));\n\n__webpack_exports__ = __webpack_exports__[\"default\"];\n/******/ \treturn __webpack_exports__;\n/******/ })()\n;\n});"],"names":["root","factory","exports","module","require","define","amd","__WEBPACK_EXTERNAL_MODULE__944__","__webpack_modules__","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","__webpack_exports__","static_scale_src","highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_","highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default","addEvent","defined","isNumber","pick","onAxisAfterSetOptions","chartOptions","chart","options","horiz","staticScale","height","scrollablePlotArea","minHeight","chartAdjustHeight","redrawTrigger","_i","_a","axes","length","_loop_1","axis","chart_1","animate","initiatedScale","animation","min","brokenAxis","unitLength","max","tickInterval","diff","Math","plotHeight","scrollablePixelsY","abs","setSize","chartHeight","series","forEach","clipRect","sharedClipKey","sharedClips","attr","inverted","width","G","Extensions_StaticScale","compose","AxisClass","ChartClass","chartProto","adjustHeight","Axis","Chart"],"mappings":"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"}

Hacked By AnonymousFox1.0, Coded By AnonymousFox