Closed Bug 1181361 Opened 9 years ago Closed 9 years ago

`enumerated` values should show bar graphs and tables without "end" values

Categories

(Data Platform and Tools :: General, defect)

defect
Not set
normal

Tracking

(firefox42 affected)

RESOLVED FIXED
Tracking Status
firefox42 --- affected

People

(Reporter: jaws, Unassigned)

Details

Histograms that are defined as "enumerated" should show a bar graph with each enumerated value on the X-axis centered horizontally underneath the respective bar.

We should also remove the "end" column from the tables, as they are useless at best and at worst confusing.

For example, this bar graph:

10 |
   |     |||
 5 ||||  |||
   ||||  |||  |||
 0 ||||  |||  |||
   ------------------------
   0    1    2    3 

should be displayed as:

10 |
   |     |||
 5 ||||  |||
   ||||  |||  |||
 0 ||||  |||  |||
   ------------------------
     0    1    2 

And the same for the table representation:

Start |  End | Value | Percentage
---------------------------------
  0       1      2         20%
  1       2      3         40%
  2       3      2         20%

Should be written as:

 Key |  Value | Percentage
---------------------------------
  0        2         20%
  1        3         40%
  2        2         20%
Ref: https://github.com/mozilla/telemetry-dashboard/pull/93 (add ticks under bars)
Ref: https://github.com/mozilla/telemetry-dashboard/pull/95 (improve table formatting in advanced dash, and remove end field from export)
Blocks: 1210637
No longer blocks: 1210637
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Product: Webtools → Data Platform and Tools
Component: Telemetry Dashboards (TMO) → General
You need to log in before you can comment on or make changes to this bug.