This sample is to add the thousand separators to the Y-axis label.
NumberFormatter
useThousandsSeparator: whether or not to use the thousand separators.
useNagativeSign: whether or not to use the minus sign. 
	if the value is true, the minus sign will be displayed before the first digit otherwise, the value will be enclosed in the brackets.
precision: the decimal precision. If the value is -1, the precision will be ignored.
thousandsSeparatorTo: the delimiter used as a thousands separator.
decimalSeparatorTo: the delimiter used as a decimal point.
- NumberFormatter Property -
rounding: the rounding methods. down, nearest, up (default: none)

ā—¸Layout
<NumberFormatter id="numfmt" useThousandsSeparator="true"/>