northdata-viz 1.235.10 → 1.236.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/viz.esm.js +5 -9
- package/viz.esm.js.map +1 -1
- package/viz.min.js +2 -2
- package/viz.min.js.map +1 -1
package/package.json
CHANGED
package/viz.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! northdata-viz V1.
|
|
1
|
+
/*! northdata-viz V1.236.10 */
|
|
2
2
|
/******/ var __webpack_modules__ = ({
|
|
3
3
|
|
|
4
4
|
/***/ 100:
|
|
@@ -471,8 +471,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
471
471
|
});
|
|
472
472
|
|
|
473
473
|
;// ./src/ts/env.ts
|
|
474
|
-
var VERSION = "1.
|
|
475
|
-
var VERSION_PREFIX = (/* unused pure expression or super */ null && ("/ui/v1-
|
|
474
|
+
var VERSION = "1.236.10";
|
|
475
|
+
var VERSION_PREFIX = (/* unused pure expression or super */ null && ("/ui/v1-236-10"));
|
|
476
476
|
|
|
477
477
|
;// ./src/ts/util/params.ts
|
|
478
478
|
function clone(object) {
|
|
@@ -6576,11 +6576,7 @@ denseLeaves) {
|
|
|
6576
6576
|
syncTextBackground(src_select(node), ".text", ".text-bg", denseLeaves ? 2 : 5, 2, maxWidth);
|
|
6577
6577
|
// highlight links
|
|
6578
6578
|
var linkEls = svg
|
|
6579
|
-
.selectAll(".link[data-source-id='" +
|
|
6580
|
-
nodeId +
|
|
6581
|
-
"'],.link[data-target-id='" +
|
|
6582
|
-
nodeId +
|
|
6583
|
-
"']")
|
|
6579
|
+
.selectAll(".link[data-source-id='" + nodeId + "'],.link[data-target-id='" + nodeId + "']")
|
|
6584
6580
|
.attr("data-highlight", highlightMode);
|
|
6585
6581
|
syncTextBackground(linkEls, ".desc", ".desc-bg", 3, 2, maxWidth);
|
|
6586
6582
|
// bring highlighted stuff to front
|
|
@@ -7207,7 +7203,7 @@ var drillDown = function (widget, allData) {
|
|
|
7207
7203
|
var _a, _b;
|
|
7208
7204
|
return node.children
|
|
7209
7205
|
? null
|
|
7210
|
-
: (_b = (_a = node === null || node === void 0 ? void 0 : node.data) === null || _a === void 0 ? void 0 : _a.formattedValue) !== null && _b !== void 0 ? _b : numberFormatter(node.value);
|
|
7206
|
+
: ((_b = (_a = node === null || node === void 0 ? void 0 : node.data) === null || _a === void 0 ? void 0 : _a.formattedValue) !== null && _b !== void 0 ? _b : numberFormatter(node.value));
|
|
7211
7207
|
});
|
|
7212
7208
|
newBoxes
|
|
7213
7209
|
.append("div")
|