|
Use this formatter when you want to prefix or append data to the value being displayed in your charts. It can be applied to the chart axis, series hints and cursor position labels by assigning the appropriate formatter property.
Constructor
EJSC.StringFormatter([options])
Example
var sf = new EJSC.StringFormatter({ prefix: "Before (", append: ") After" }); |