@c8y/ngx-components 1023.65.0 → 1023.65.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.
@@ -199,7 +199,8 @@ class YAxisService {
199
199
  }
200
200
  return new Intl.NumberFormat(this.intlNumberFormatCompliantLocale, {
201
201
  notation: 'compact',
202
- compactDisplay: 'short'
202
+ compactDisplay: 'short',
203
+ maximumFractionDigits: 3
203
204
  }).format(val);
204
205
  }
205
206
  },