@progress/kendo-charts 1.25.0 → 1.25.1

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.
@@ -236,7 +236,7 @@ export var ShapeLayer = (function (Layer) {
236
236
  ShapeLayer.prototype._tooltipContext = function _tooltipContext (shape) {
237
237
  return {
238
238
  type: 'shape',
239
- layerIndex: this._layerIndex,
239
+ layerIndex: this._layerIndex(),
240
240
  className: 'k-map-shape-tooltip',
241
241
  dataItem: shape.dataItem,
242
242
  location: shape.location
@@ -226,7 +226,7 @@ export class ShapeLayer extends Layer {
226
226
  _tooltipContext(shape) {
227
227
  return {
228
228
  type: 'shape',
229
- layerIndex: this._layerIndex,
229
+ layerIndex: this._layerIndex(),
230
230
  className: 'k-map-shape-tooltip',
231
231
  dataItem: shape.dataItem,
232
232
  location: shape.location