hyperprop-charting-library 0.1.106 → 0.1.107

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.
@@ -4665,7 +4665,7 @@ function createChart(element, options = {}) {
4665
4665
  isDragging = true;
4666
4666
  dragMode = region;
4667
4667
  activePointerId = event.pointerId;
4668
- const crosshairDrag = (event.pointerType === "touch" || event.pointerType === "pen") && region === "plot";
4668
+ const crosshairDrag = false;
4669
4669
  pointerDownInfo = {
4670
4670
  pointerId: event.pointerId,
4671
4671
  pointerType: event.pointerType,
@@ -4639,7 +4639,7 @@ function createChart(element, options = {}) {
4639
4639
  isDragging = true;
4640
4640
  dragMode = region;
4641
4641
  activePointerId = event.pointerId;
4642
- const crosshairDrag = (event.pointerType === "touch" || event.pointerType === "pen") && region === "plot";
4642
+ const crosshairDrag = false;
4643
4643
  pointerDownInfo = {
4644
4644
  pointerId: event.pointerId,
4645
4645
  pointerType: event.pointerType,
package/dist/index.cjs CHANGED
@@ -4665,7 +4665,7 @@ function createChart(element, options = {}) {
4665
4665
  isDragging = true;
4666
4666
  dragMode = region;
4667
4667
  activePointerId = event.pointerId;
4668
- const crosshairDrag = (event.pointerType === "touch" || event.pointerType === "pen") && region === "plot";
4668
+ const crosshairDrag = false;
4669
4669
  pointerDownInfo = {
4670
4670
  pointerId: event.pointerId,
4671
4671
  pointerType: event.pointerType,
package/dist/index.js CHANGED
@@ -4639,7 +4639,7 @@ function createChart(element, options = {}) {
4639
4639
  isDragging = true;
4640
4640
  dragMode = region;
4641
4641
  activePointerId = event.pointerId;
4642
- const crosshairDrag = (event.pointerType === "touch" || event.pointerType === "pen") && region === "plot";
4642
+ const crosshairDrag = false;
4643
4643
  pointerDownInfo = {
4644
4644
  pointerId: event.pointerId,
4645
4645
  pointerType: event.pointerType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hyperprop-charting-library",
3
- "version": "0.1.106",
3
+ "version": "0.1.107",
4
4
  "description": "Lightweight TypeScript charting core",
5
5
  "type": "module",
6
6
  "main": "./dist/hyperprop-charting-library.cjs",