I need to show the trailing zeros in the pie chart label.
This is how I am setting the values:
var json = ;
//Static labels
json.push ( {data : (record.fields.SXPRIN01), label : “PRINCIPAL” } );
json.push ( {data : (int), label : “INTEREST” } );
json.push ( {data : (record.fields.SXESCP), label : “ESCROW<br>TAXES &<br> INSURANCE”} );
json.push ( {data : (record.fields.SXOTHP), label : “OPTIONAL<br>PRODUCTS<br>& SERVICES” } );
results.attr(‘data-chartdata’,JSON.stringify(json));