spec_table = calcuvizspec({
models: [pc],
input_cursors: [{
fund_value_0_in:0, unit_growth_rate_in, retirement_age_in, salary_0_in, salary_inflation_rate_in, emper_contribution_rate_in:0, contribution_charge_in
}],
mark: 'text',
encodings: {
y: {name: 'empee_contribution_rate_in', domain: _.range(0.05,0.20,small ? 0.015 : 0.005), type:'ordinal'},
x: {name: 'age_0_in', type: 'ordinal', domain: _.range(20,50,small ? 3 : 1)},
color: {name: 'value', type: 'quantitative'},
text: {name: 'value', type: 'quantitative'},
row: {name: 'formula', domain: ['salaries_per_projected_fund']}
}
})