Hey all,
is it possible to display the whole value instead of displaying it as 15k?
We want to display it like this because the user may mistake it as 15kg

Hey all,
is it possible to display the whole value instead of displaying it as 15k?
We want to display it like this because the user may mistake it as 15kg
Best answer by Tim de Lang
Hi Timothy,
This seems to work for me:
{
"defaultApplication": "",
"defaultPlatform": 3,
"loginOptionsDisabled": false,
"loginOptionsHidden": false,
"installNotificationDisabled": true,
"installNotificationExpirationInDays": 30,
"useFormFieldBackgroundColor": true,
"chartDefaults": {
"numberScaleValue": "1",
"numberScaleUnit": ""
}
}
It says to scale the value per 1, rather than (1000, 1000) and leave the unit (K, M) empty.
Kind regards,
Tim de Lang
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.