Dashboard
PHP:
8.0.30
OS:
Linux
User:
fouamico
/
/
home4
/
fouamico
/
public_html
/
mitsucap
/
sr-calculator
/
js
đ€ Upload
đ New File
đ New Folder
Close
Editing: data.js
var calculatorInitData = { rootNode: '.calculator', graphNode: '.graphs', varsNode: '.summary .variables', graphs: [ { id: 'numPY', title: 'Number of sales per year', format: '#', subtitle: '', standartValue: 16, special: { min: 1, max: 100, step: 3 } }, { id: 'tSize', title: 'Average ticket size per sale', format: '$', subtitle: '', standartValue: 450000, special: { min: 25000, max: 1000000, step: 25000 } }, { id: 'pcSale', title: 'Percentage of sales leased or financed', format: '%', subtitle: '', standartValue: 55, special: { min: 5, max: 100, step: 5 } }, { id: 'spread', title: 'Average spread per transaction', format: '%', subtitle: '', standartValue: 3.25, special: { min: 1, max: 15, step: 0.25 } }, { id: 'careerY', title: 'Number of years remaining in your career', format: '#', subtitle: '', standartValue: 14, special: { min: 1, max: 30, step: 1 } }, { id: 'return', title: 'Estimated savings rate of return', format: '%', subtitle: '', standartValue: 5, special: { min: 1, max: 20, step: 1 } } ], variables: [ { id: 'annualT', name: 'Total annual sales', format: '$' }, { id: 'bPoint', name: 'Basis points', format: '%' }, { id: 'annualA', name: 'Anticipated annual earnings ', format: '$' }, { id: 'mPMent', name: 'Estimated monthly payment', format: '$' }, { id: 'fValue', name: 'Future value of anticipated earnings', format: '$' } ] };
Save
Cancel