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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "northdata-viz",
3
- "version": "1.461.11",
3
+ "version": "1.462.11",
4
4
  "description": "North Data Widget API",
5
5
  "main": "viz.min.js",
6
6
  "module": "viz.esm.js",
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,