@syncfusion/ej2-treemap 34.1.29 → 34.1.33

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.
@@ -6827,6 +6827,7 @@ class TreeMapTooltip {
6827
6827
  data: args['data'],
6828
6828
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
6829
6829
  template: args['template'],
6830
+ controlInstance: this.treemap,
6830
6831
  content: args['text'],
6831
6832
  shapes: [],
6832
6833
  location: args['location'],