scichart 2.2.2396 → 2.2.2397

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.
@@ -665,7 +665,7 @@ var AnnotationBase = /** @class */ (function () {
665
665
  AnnotationBase.prototype.getXYCoordinatesFromValues = function (xyDataPoint) {
666
666
  var viewRect = this.parentSurface.seriesViewRect;
667
667
  var pointWithAbsoluteCoordinates = this.getAbsoluteCoordinates(xyDataPoint);
668
- var translatedPoint = (0, translate_1.translateFromSeriesViewRectToCanvas)(pointWithAbsoluteCoordinates, viewRect);
668
+ var translatedPoint = (0, translate_1.translateFromSeriesViewRectToCanvas)(pointWithAbsoluteCoordinates, viewRect, true);
669
669
  if (!translatedPoint) {
670
670
  return undefined;
671
671
  }
@@ -1,4 +1,4 @@
1
1
  import { TSciChart } from "../types/TSciChart";
2
2
  import { TSciChart3D } from "../types/TSciChart3D";
3
- export declare const libraryVersion = "2.2.2396";
3
+ export declare const libraryVersion = "2.2.2397";
4
4
  export declare const checkBuildStamp: (wasmContext: TSciChart | TSciChart3D) => boolean;
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.checkBuildStamp = exports.libraryVersion = void 0;
4
- var buildStamp = "2022-06-29T00:00:00";
4
+ var buildStamp = "2022-07-01T00:00:00";
5
5
  var result;
6
6
  // tslint:disable-next-line:no-var-requires
7
- exports.libraryVersion = "2.2.2396";
7
+ exports.libraryVersion = "2.2.2397";
8
8
  var checkBuildStamp = function (wasmContext) {
9
9
  if (result !== undefined)
10
10
  return result;