data = [
[0, premium, "Yearly Premium 1", "Plan 1"],
[0, premium1, "Yearly Premium 2", "Plan 2"],
[deductible, deductible + premium, "Deductible 1", "Plan 1"],
[deductible1, deductible1 + premium1, "Deductible 2", "Plan 2"],
[maxCosts, oopMax + premium, "Out-of-pocket max 1","Plan 1"],
[maxCosts1, oopMax1 + premium1, "Out-of-pocket max 2","Plan 2"],
]