@trudb/tru-common-lib 0.2.480 → 0.2.484

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.
@@ -7053,7 +7053,7 @@ class TruFormatter {
7053
7053
  if (v === null)
7054
7054
  return null;
7055
7055
  if (typeof v.toFixed === 'function')
7056
- return (v * 100).toFixed(2) + '%';
7056
+ return (v * 100) + '%';
7057
7057
  return v;
7058
7058
  };
7059
7059
  picture = (cfg) => {