atareshawty / SpendingTracker

Chart/Graphics Interface to visually see where I'm spending money
MIT License
3 stars 1 forks source link

Custom categories do not show the name of the category #40

Closed kylekthompson closed 8 years ago

kylekthompson commented 8 years ago

When using a custom category, the name of the category you created is not used. It looks like the id is being used.

screen shot 2016-01-27 at 12 02 53 pm

screen shot 2016-01-27 at 12 02 59 pm

atareshawty commented 8 years ago

This happens when the new category is added to the page. When the data populates, the category is found by getting it's value, which is one when added to the dropdown. I changed the value to the category text

atareshawty commented 8 years ago

https://github.com/atareshawty/SpendingTracker/pull/45