mdt-charts 1.23.1 → 1.23.2

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.
@@ -18,7 +18,7 @@ export class ModelHelper {
18
18
  const fontSize = this.getBaseFontSize();
19
19
  let score = 0;
20
20
  const upperLetterScore = fontSize / 10;
21
- const lowerLetterScore = fontSize / 15;
21
+ const lowerLetterScore = fontSize / 14;
22
22
  const digitScore = fontSize / 15;
23
23
  const otherSymbolScore = fontSize / 23;
24
24
  const specialSmallSymbols = [",", ".", " "];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdt-charts",
3
- "version": "1.23.1",
3
+ "version": "1.23.2",
4
4
  "description": "",
5
5
  "main": "lib/main.js",
6
6
  "scripts": {