@oliasoft-open-source/charts-library 4.7.7-beta-1 → 4.7.7-beta-2

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/dist/index.js CHANGED
@@ -26627,6 +26627,7 @@ const handleAnnotationMouseUp = (isDragging2, activeAnnotation, chart2, setDragg
26627
26627
  activeAnnotation
26628
26628
  );
26629
26629
  }
26630
+ console.log("Chart", chart2);
26630
26631
  if (!isNil(chart2) && !isNil(chart2 == null ? void 0 : chart2.canvas) && !isNil(chart2 == null ? void 0 : chart2.canvas.style)) {
26631
26632
  chart2.canvas.style.cursor = CursorStyle.Pointer;
26632
26633
  }