|
Use this formatter when you want more control over the display of numeric values in your charts. It can be applied to the chart axis as well as series hints.
Constructor
EJSC.NumberFormatter([options])
Example
var nf = new EJSC.NumberFormatter({ currency_symbol: "$", currency_position: "inner", negative_symbol: "()" }); |