Please enable JavaScript to view the comments powered by Disqus.
Short URL: https://eam.mx/
b

Challenging Canonical Design

Originally
Posted on:
February 12, 2015
March 17, 2024

Or how data and emotions lead into beautiful design.

A while ago, I started tracking my weight daily and having healthier habits, with the hope of losing some of it.I. The ProblemAfter a few days of tracking my weight with my Fitbit Aria, all the excitement got eroded with the limitations of their data visualizations. Fitbit, and as far as I'm concerned, many weight trackers display time-series linearly. There's nothing wrong with line charts, but sometimes, they hide information.For example, Fitbit's dashboard displays in a line-chart a week worth of weight/BMI data.

01bc340e1b42d03e17c080a852a552759f6af17620

The problem with the image above, is that for someone that has been trying to lose weight, or even worse, someone that has problems trying to lose some weight, it might be a bit discouraging to see it, as data for a week might be missing the big picture; see the image below.

0125e1a8c66782f74d7d6e2c7c80ddd3ae9928b735
018ee96d43cbabd453b1f63bbd9eb2e1ee53716888

For these kind of users, the big picture is what matters more than the day to day.So I jumped to re-imagine the data display that would tackle the problem of weight-loss effectively.

II. The Method

The metrics were exactly the same that you'd see in fitbit's dashboard or any other website or app that allows you to track weight. Weight and BMI tied together with a date; after a week I had seven data points with two metrics and a some kilos off me.

Weight Charts-03

Changing the display to show you all the "progress that matters" starts adding clutter to the chart. And every time the body decides to fight some weight back, makes your anxiety and panic levels go high.

Weight Charts-06

It's evident that there should be something that you could do to this screen. The weight in the line-chart was going up and down from one day to another, but it is rather meaningless; However, on a weekly basis, data may uncover different insights. So let's break the classic line-chart time-series into many weekly series, so that I could see the progress week after week.The BMI color-scheme in the background adds some benchmark reference to the weight-values; the weight-value alone is almost useless keeping fitness in mind.

Weight Charts-05

However, as weeks are added, the chart gets cluttered again but we might be able to get some important insight from it; the sense of progress.

Weight Charts-02

Progress, at least for anyone dealing with weight problems, is measured in kilos (or equivalent) per unit of time. In the scenario depicted in the chart above, progress is visualized week by week. Since data granularity allowed it, calculations were performed to transform the data into weight-loss (in kilos) per day.

Weight Charts-07

And then, since we agreed that the BMI reference is required, we decided to plot it in as well.

Weight Charts-08

And the problem of data visualization just got a little bit more complicated, as the chart was difficult to understand, but it also yields some fantastic insights.First, we are able to determine the change in weight-loss ratio (kilos/day). Then, by taking into consideration the last 30 measurements (Central Limit Theorem) it is possible to find the mean and the standard deviation.

Weight Charts-01

With these three values, a line that intersects the BMI curves or any other arbitrary weight-line (i.e. a Weight-goal weight line) can be traced; using two standard deviations, we get a good a good confidence interval (especially If people weighing themselves keep the same lifestyle that they've had for the last 30 days).

Weight Charts-10

If we keep track of weight values daily, we would end up with a chart similar to the one below..

Weight-Charts-11

III. The ResultsAs I did this initially for myself, I had to test first that my hypothesis would be right, so I recorded some of my parameters one day and time-stamped them with twitter.My parameters were:

  • Date: 19-Jan
  • Current Weight: W - 11.7kg
  • Target Weight: W - 16.1Kg
  • Date to Reach Target: 12-Feb +/-1 day

I wrote this tweet to time-stamp the forecast.

Maths+Stats predicted on 19-Jan (-11.7kg then) that I'd reach -16.1kg on 12-Feb +/-1d. I started (0kg) on 11-Nov. #weightloss— Edgar Anzaldúa (@edgarator) January 26, 2014

And this is the result on the date predicted.

  • Date: 11-Feb
  • Current Weight: W - 15.8 kg
  • Error: 0.3 kg
@edgarator -15.8kg today 11-Feb, after predicting -16.1kg 3 weeks ago. Error 0.3kg (Not too bad)! #weightloss @fitbit — Edgar Anzaldúa (@edgarator) February 10, 2014

IV. The OutcomeThe whole process of measuring data, learning from it and designing an overly complicated dashboard gave me an epiphany. I started to clean up the mess.

Using the right metaphor

Since we were talking of progress as the main focus for people trying to control their weight. The first thing that may come to your mind may be a progress bar, since progress bars convey straight off the bat the sense of... err... progress.However, weight behaves arbitrarily without us having much control over it. So there's the chance that instead of going right, towards completion, you might go backwards (to the left, towards the start day), which was nonsensical, or at least as a concept many not help much conveying the right story.

Weight Charts-12

A better metaphor to tell the story may be a scale's gauge. The beauty of it is that the current value always sits in the middle, and just with a little tweak you could still convey the sense of the progress.

Weight Charts-04

The image above, displays information for someone that in a given window of time.

  1. Didn't lose any weight. The arrowhead is sitting in the same spot always.
  2. Lost 16 kg. The disk turns slightly to the counter-clockwise, drawing green line (progress towards the goal).
  3. Lost 16kg and then gained 6.5 kg. The disk turns slightly clockwise, drawing a red line (progress against the goal).

Using the gauge alongside a filter allows you to see time-boxed progress in a snap-shot.

Weight Charts_Time Filter

In the image above, you can see how the user has

  1. Lost a few kilos in the last couple of months. The left-most side of the red bar, displays his minimum weight and the right-most side of the green one, shows the maximum weight in the same time-frame. The chart allows to visualize that the user has put back on half of the weight that he had initially lost.
  2. This, works exactly the same as (a), but in a more constrained time-frame; one month.
  3. This one, as (a) and (b) displays the same information, but in a very short time-span 2 weeks. Interestingly enough, the week has been positive in general terms for the user, as he has lost more weight than that that he has put on. Which might be encouraging, perhaps.

V. Additional Design ConsiderationsWe all know that while weight tracking you might have three different kinds of users:

  1. Users that want to lose weight.
  2. Users that want to gain weight.
  3. And users that want to stay in the same weight line.

The gauge only adds the ability to play with radial motion, the way a physical scale does. Even if the gauge only has a limited value range, let's say current weight +/- 45 kilos, as opposed to having a full ranged fixed scale that goes from 0 to 160 kilos (as my scale at home does), the gauge still provides the sense of balance between positive and negative progress with the green and red bars. But of course, the value range could be easily adjusted.V. The App IdeaAfter a lot of fiddling a couple of friends and I started to having a go at building a website that would lead into this, but not being our main focus in life, and having difficulty to figure out an easy way of monetizing the application, we decided to put the idea on the drawer.But this is where we were at in concept design:

Responsive

One last thing. One of the design issues that we faced was the fact that we wanted the users to log in their weight as often as possible so that we could predict the direction and magnitude of weigh-loss tomorrow. We thought, that given how easy is for people to give up on weight-loss when they face a negative outcome, if we tell them before hand that they are likely to put on weight tomorrow, that expectation could help dealing with the emotional and behavioral side-effects. The background (wall-paper) would change, depending on weather conditions and positive and negative weight variation. The idea behind this was to provide some eye candy, and as a way to provide a Variable Reward, which in words of Nir Eyal, author of "Hooked, How to Build Habit-Forming Products" reads like:

What distinguishes the Hook Model [...] is the [...] ability to create a craving. [...] The unsurprising response of your fridge light turning on when you open the door doesn’t drive you to keep opening it again and again. However, add some variability to the mix — say a different treat magically appears in your fridge every time you open it — and voila, intrigue is created.

And we thought it was fun to add some nice pics into the mix as well.

About the Author

Edgar is a Design Thinker especialising in Design Strategy, User Research, Service and Product Design based in Sydney, Australia. His works extend a wide variety of company sizes, industries and sectors. You can check his Eddy's Portfolio, contact him for Mentoring or just to talk shop.

Reach out

Edgar Anzaldúa-Moreno
Design thinker especialising in Design Strategy, User Research, Service and Product Design based in Sydney, NSW.
This portfolio showcases my individual contributions to projects and includes both original content and designs developed by me in from 2015 to 2024. Copyright © 2024 Edgar Anzaldua-Moreno. All Rights Reserved. Wherever company-specific designs are featured, such designs remain the intellectual property of their respective companies and are displayed here solely for the purpose of demonstrating my professional experience and skills. This portfolio is intended for demonstration purposes only and does not imply ownership of company copyrighted designs.