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
Hi Timothy,
You can specify chart attributes in Universal as per https://docs.thinkwisesoftware.com/docs/sf/cubes#configure-chart-properties.
I think the property you are looking for is something like
"chartDefaults": {
"formatNumber": "0"
}
as per https://www.fusioncharts.com/dev/chart-guide/chart-configurations/number-format.
Kind regards,
Tim de Lang
Hey
I’ve tried what you suggested and it still doesn’t work.
These are the things i’ve tried in the config.json:
Also who pays the expenses on these? i’ve read that there are plans
https://cart.fusioncharts.com/
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.