Numbers
decimalPrecision=
"value"
By using this attribute, you can set the number of decimal places of the chart’s numbers.
Example: decimalPrecision=“2”
12,231 → 12,23
formatNumberScale=
"value"
Numbers are automatically scaled displaying K,M (Kilo, Million) and proper commas. If you do not want to truncate numbers use:
Example: formatNumberScale=“0”
12,5K → 12,500
formatNumber=
"0"
If you want to display full numbers without separators, use:
Example: formatNumber=”0”
12,500 → 12500
decimalSeparator=
"character"
By using this attribute, you can set the decimal separator character
Example: decimalSeparator=“,”
thousandSeparator=
"character"
By using this attribute, you can set the thousand separator character
Example: thousandSepatartor=“.”
numberPrefix=
"character"
This attribute enables you to specify a prefix to all the numbers visible on a graph.
Example: numberPrefix="$"
all numbers on the chart are preceded by the $ sign.
numberSuffix=
"p.a"
This attribute enables you to add a suffix to all numbers visible on the graph.
Example: numberSuffix="p.a"
Numbers in a graph are followed by the letters p.a. (per annum)