evui 3.4.35 → 3.4.36

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": "evui",
3
- "version": "3.4.35",
3
+ "version": "3.4.36",
4
4
  "description": "A EXEM Library project",
5
5
  "author": "exem <dev_client@ex-em.com>",
6
6
  "license": "MIT",
@@ -633,7 +633,7 @@ const modules = {
633
633
  const mouseX = e.pageX;
634
634
  const mouseY = e.pageY;
635
635
 
636
- const customTooltipEl = document.getElementsByClassName('ev-chart-tooltip-custom')?.[0];
636
+ const customTooltipEl = this.tooltipDOM.getElementsByClassName('ev-chart-tooltip-custom')?.[0];
637
637
  if (!customTooltipEl && !this.tooltipDOM) {
638
638
  return;
639
639
  }