@oliasoft-open-source/charts-library 4.7.3-beta-1 → 4.7.3-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 +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26544,7 +26544,9 @@ const handleAnnotationMouseMove = (event, canvas2, scales, isDragging2, activeAn
|
|
|
26544
26544
|
xScaleID,
|
|
26545
26545
|
yScaleID
|
|
26546
26546
|
);
|
|
26547
|
+
console.log("Mouse Coordinates:", x2, y2);
|
|
26547
26548
|
const metrics = calculateAnnotationMetricsInValues(activeAnnotation);
|
|
26549
|
+
console.log("Metrics:", metrics);
|
|
26548
26550
|
let newCenterX = x2 - dragStartX;
|
|
26549
26551
|
let newCenterY = y2 - dragStartY;
|
|
26550
26552
|
if (dragAxis !== DragAxis.Y) {
|