data = [
{ text: "gas", freq: 904, color: '#F05268' },
{ text: "milk", freq: 455 },
{ text: "meat", freq: 402 },
{ text: "beef", freq: 298 },
{ text: "chicken", freq: 265 },
{ text: "eggs", freq: 205 },
{ text: "cars", freq: 150, color: '#F05268' },
{ text: "hamburger", freq: 138 },
{ text: "ground beef", freq: 134 },
{ text: "bread", freq: 131 },
{ text: "haircut", freq: 127 },
{ text: "grocieries", freq: 118 }
]