northdata-viz 1.461.11 → 1.462.11
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 +1 -1
- package/viz.esm.js.map +1 -1
- package/viz.min.js +1 -1
- package/viz.min.js.map +1 -1
package/package.json
CHANGED
package/viz.esm.js
CHANGED
|
@@ -3923,7 +3923,7 @@ function xc(e, t, n) {
|
|
|
3923
3923
|
var Sc = function(e, t) {
|
|
3924
3924
|
let n = e.container;
|
|
3925
3925
|
L(n).selectAll(".shake").style("display", "none");
|
|
3926
|
-
let r = t.size >= 10, i = t.scope, a = L(n).append("svg").attr("data-dense", r).attr("aria-label", t.desc);
|
|
3926
|
+
let r = t.size >= 10, i = t.scope, a = L(n).append("svg").attr("class", t.svgClass).attr("data-dense", r).attr("aria-label", t.desc);
|
|
3927
3927
|
function o() {
|
|
3928
3928
|
let o = n.getBoundingClientRect().width, s = {
|
|
3929
3929
|
left: -o / 6,
|