Hope you get the idea of what I'm trying to layout.
I have an interface where I display all the information of a user (name, age, height,etc etc) and I also want to display the last weight of this user. Something like this:
Weight: 45KG | new Weight | show record
Where new weight override the last weight and show record (show as a popup all of the records that the user have in a graphic).
What I'm not sure how to do exactly is how to display the information below this graphic or elsewhere so I can give the user option to edit or even delete one of the past record.
So any idea that can help me?