@progress/kendo-charts 2.4.1-dev.202406251154 → 2.4.1-dev.202406271137

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.
@@ -51,7 +51,7 @@ export var Node = (function (SankeyElement) {
51
51
  return;
52
52
  }
53
53
 
54
- this._highlight = new drawing.Path.fromRect(this.getRect(), {
54
+ this._highlight = drawing.Path.fromRect(this.getRect(), {
55
55
  stroke: this.options.focusHighlight,
56
56
  visible: false
57
57
  });
@@ -43,7 +43,7 @@ export class Node extends SankeyElement {
43
43
  return;
44
44
  }
45
45
 
46
- this._highlight = new drawing.Path.fromRect(this.getRect(), {
46
+ this._highlight = drawing.Path.fromRect(this.getRect(), {
47
47
  stroke: this.options.focusHighlight,
48
48
  visible: false
49
49
  });