@eclipse-scout/chart 25.2.15 → 25.2.20

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.
@@ -3168,7 +3168,6 @@ class ChartJsRenderer extends _index__WEBPACK_IMPORTED_MODULE_0__.AbstractChartR
3168
3168
  }
3169
3169
  _onClick(event, items) {
3170
3170
  if (!items.length) {
3171
- this.chart.handleNonValueClick(event.native);
3172
3171
  return;
3173
3172
  }
3174
3173
  let relevantItem = this._selectRelevantItem(items);