UNPKG

@netdata/charts

Version:

Netdata frontend SDK and chart utilities

216 lines 11.2 kB
function _regenerator() { /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ var e, t, r = "function" == typeof Symbol ? Symbol : {}, n = r.iterator || "@@iterator", o = r.toStringTag || "@@toStringTag"; function i(r, n, o, i) { var c = n && n.prototype instanceof Generator ? n : Generator, u = Object.create(c.prototype); return _regeneratorDefine2(u, "_invoke", function (r, n, o) { var i, c, u, f = 0, p = o || [], y = !1, G = { p: 0, n: 0, v: e, a: d, f: d.bind(e, 4), d: function d(t, r) { return i = t, c = 0, u = e, G.n = r, a; } }; function d(r, n) { for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) { var o, i = p[t], d = G.p, l = i[2]; r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0)); } if (o || r > 1) return a; throw y = !0, n; } return function (o, p, l) { if (f > 1) throw TypeError("Generator is already running"); for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) { i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u); try { if (f = 2, i) { if (c || (o = "next"), t = i[o]) { if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object"); if (!t.done) return t; u = t.value, c < 2 && (c = 0); } else 1 === c && (t = i["return"]) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1); i = e; } else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break; } catch (t) { i = e, c = 1, u = t; } finally { f = 1; } } return { value: t, done: y }; }; }(r, o, i), !0), u; } var a = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} t = Object.getPrototypeOf; var c = [][n] ? t(t([][n]())) : (_regeneratorDefine2(t = {}, n, function () { return this; }), t), u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c); function f(e) { return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, _regeneratorDefine2(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, _regeneratorDefine2(u, "constructor", GeneratorFunctionPrototype), _regeneratorDefine2(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", _regeneratorDefine2(GeneratorFunctionPrototype, o, "GeneratorFunction"), _regeneratorDefine2(u), _regeneratorDefine2(u, o, "Generator"), _regeneratorDefine2(u, n, function () { return this; }), _regeneratorDefine2(u, "toString", function () { return "[object Generator]"; }), (_regenerator = function _regenerator() { return { w: i, m: f }; })(); } function _regeneratorDefine2(e, r, n, t) { var i = Object.defineProperty; try { i({}, "", {}); } catch (e) { i = 0; } _regeneratorDefine2 = function _regeneratorDefine(e, r, n, t) { function o(r, n) { _regeneratorDefine2(e, r, function (e) { return this._invoke(r, n, e); }); } r ? i ? i(e, r, { value: n, enumerable: !t, configurable: !t, writable: !t }) : e[r] = n : (o("next", 0), o("throw", 1), o("return", 2)); }, _regeneratorDefine2(e, r, n, t); } function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); } function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; } function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); } import unitConversion from "./index"; import { makeTestChart } from "@jest/testUtilities"; var bytesRawPayload = { view: { units: ["By"], dimensions: { ids: ["small", "large"], names: ["small", "large"], units: ["By", "By"] } }, result: { labels: ["time", "small", "large"], point: { value: 0, arp: 1, pa: 2 }, data: [[1, 1, Math.pow(1024, 3)], [2, 512, 2 * Math.pow(1024, 3)]] } }; var loadPayload = function loadPayload(chart, rawPayload) { return new Promise(function (resolve) { chart.on("successFetch", function () { return resolve(); }); chart.doneFetch(rawPayload); }); }; describe("unitConversion", function () { var chart; beforeEach(function () { var testChart = makeTestChart({ attributes: { units: ["By"], unitsCurrent: ["By"], unitsConversion: "original", unitsStsByContext: {}, dbUnitsStsByContext: {}, dimensionIds: ["cpu", "memory"], visibleDimensionIds: ["cpu", "memory"] } }); chart = testChart.chart; }); it("returns a cleanup function", function () { var cleanup = unitConversion(chart); expect(_typeof(cleanup)).toBe("function"); expect(function () { return cleanup(); }).not.toThrow(); }); it("sets up unit conversion attributes", function () { unitConversion(chart); chart.trigger("yAxisChange", 0, 5000); expect(chart.getAttribute("unitsConversionMethod")).toEqual(["adjust"]); expect(chart.getAttribute("unitsConversionPrefix")).toEqual(["Ki"]); expect(chart.getAttribute("dbUnitsConversionMethod")).toEqual(["adjust"]); }); it("handles static value range", function () { chart.updateAttribute("staticValueRange", [0, 100]); unitConversion(chart); chart.trigger("yAxisChange", 50, 150); expect(chart.getAttribute("min")).toBe(0); expect(chart.getAttribute("max")).toBe(100); }); it("updates conversion when visible dimensions change", /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee() { var cleanup; return _regenerator().w(function (_context) { while (1) switch (_context.n) { case 0: _context.n = 1; return loadPayload(chart, bytesRawPayload); case 1: cleanup = unitConversion(chart); chart.trigger("visibleDimensionsChanged"); expect(chart.getAttribute("unitsConversionPrefix")).toEqual(["Gi"]); expect(chart.getAttribute("max")).toBe(2 * Math.pow(1024, 3)); chart.updateAttribute("selectedLegendDimensions", ["small"]); chart.sortDimensions(); expect(chart.getAttribute("unitsConversionPrefix")).toEqual([""]); expect(chart.getAttribute("max")).toBe(512); cleanup(); case 2: return _context.a(2); } }, _callee); }))); it("updates conversion on y-axis change", function () { var cleanup = unitConversion(chart); chart.trigger("yAxisChange", 10, 90); expect(chart.getAttribute("min")).toBe(10); expect(chart.getAttribute("max")).toBe(90); cleanup(); }); it("handles missing payload data gracefully", function () { var testChart = makeTestChart({ attributes: { units: ["By"] } }); var cleanup = unitConversion(testChart.chart); expect(function () { testChart.chart.trigger("yAxisChange", 0, 100); }).not.toThrow(); cleanup(); }); it("uses dimension min/max when available", /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee2() { var cleanup, unitsByDimension; return _regenerator().w(function (_context2) { while (1) switch (_context2.n) { case 0: _context2.n = 1; return loadPayload(chart, bytesRawPayload); case 1: cleanup = unitConversion(chart); chart.trigger("visibleDimensionsChanged"); expect(chart.getAttribute("min")).toBe(1); expect(chart.getAttribute("max")).toBe(2 * Math.pow(1024, 3)); unitsByDimension = chart.getAttribute("unitsByDimension"); expect(unitsByDimension.small.prefix).toBe(""); expect(unitsByDimension.large.prefix).toBe("Gi"); cleanup(); case 2: return _context2.a(2); } }, _callee2); }))); it("stores conversion attributes per dimension", function () { chart.updateAttributes({ units: ["By"], viewDimensions: { ids: ["small", "large"], names: ["small", "large"], units: ["By", "By"], contexts: ["small", "large"] }, dimensionIds: ["small", "large"], visibleDimensionIds: ["small", "large"] }); chart.getPayload = function () { return { byDimension: { small: { min: 1, max: 512 }, large: { min: Math.pow(1024, 3), max: 2 * Math.pow(1024, 3) } } }; }; chart.updateDimensions(); var cleanup = unitConversion(chart); chart.trigger("visibleDimensionsChanged"); var unitsByDimension = chart.getAttribute("unitsByDimension"); expect(unitsByDimension.small.prefix).toBe(""); expect(unitsByDimension.large.prefix).toBe("Gi"); cleanup(); }); it("handles context-specific units", function () { chart.updateAttribute("unitsStsByContext", { ctxPercent: { units: "%", min: 0, max: 100 }, ctxBytes: { units: "By", min: 0, max: 1024 } }); unitConversion(chart); chart.trigger("yAxisChange", 0, 100); var unitsByContext = chart.getAttribute("unitsByContext"); expect(unitsByContext.ctxPercent.method).toBe("original"); expect(unitsByContext.ctxPercent.prefix).toBe(""); expect(unitsByContext.ctxBytes.method).toBe("adjust"); expect(unitsByContext.ctxBytes.prefix).toBe("Ki"); }); it("processes both units and dbUnits", function () { chart.updateAttribute("dbUnits", ["ms"]); chart.updateAttribute("dbUnitsStsByContext", { ctxMs: { units: "ms", min: 0, max: 100 } }); unitConversion(chart); chart.trigger("yAxisChange", 0, 5000); expect(chart.getAttribute("unitsConversionMethod")).toEqual(["adjust"]); expect(chart.getAttribute("dbUnitsConversionMethod")).toEqual(["ms-s"]); expect(chart.getAttribute("dbUnitsByContext").ctxMs.method).toBe("ms-ms"); expect(chart.getAttribute("dbUnitsByContext").ctxMs.base).toBe("ms"); }); it("respects chart state on initialization", function () { chart.updateAttributes({ units: ["%"], staticValueRange: [0, 100] }); unitConversion(chart); chart.trigger("yAxisChange", 50, 150); expect(chart.getAttribute("unitsConversionMethod")).toEqual(["original"]); expect(chart.getAttribute("min")).toBe(0); expect(chart.getAttribute("max")).toBe(100); }); });