intelica-library-ui 0.1.79 → 0.1.80

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.
@@ -3148,7 +3148,6 @@ class EchartService {
3148
3148
  if (format) {
3149
3149
  axisConfiguration.axisLabel.formatter = (value) => this._sharedService.FormatNumberWithSuffix(value);
3150
3150
  }
3151
- console.log(axisConfiguration);
3152
3151
  return axisConfiguration;
3153
3152
  }
3154
3153
  getTooltipFormatter(color, title, body) {