Configuration

The widget comes with many options for easy customizations and configurations. See the options with their default values :

{ 
           currency : '<i class="fa fa-dollar-sign"></i>',
           precision : 2, 
           showChart : true, 
           showComponents : true,
           backgroundColor : ["#82c91e" , "#fa5252"],
           hoverBackgroundColor : ["#74b816" , "#f03e3e"],
           initPrincipal : 100000,
           maxPrincipal : 5000000,
           initRate : 8.5,
           maxRate : 20,
           initTime : 180,
           maxTime : 360 
}           

Last updated