Bug 1656355 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Product would like to have a histogram indicating how many times each stored card has been filled, ever.

Example:
```
if I have 3 cards saved that have been used 10 times, and 1 card that has been used 2 times, then the bin including 10 should have a value of 3, and the bin including 2 should have a value of 1. the total sum of the histogram's values should therefore be equal to the number of cards saved, and when multiplied by the bin values should tell us how many times any card has ever been used.
```

Each value should be a number of card numbers with that usage amount
Product would like to have a histogram indicating how many times each stored card has been filled, ever.

Example:

> if I have 3 cards saved that have been used 10 times, and 1 card that has been used 2 times, then the bin including 10 should have a value of  3, and the bin including 2 should have a value of 1. the total sum of the histogram's values should therefore be equal to the number of cards saved, and when multiplied by the bin values should tell us how many times any card has ever been used.

Each value should be a number of card numbers with that usage amount

Back to Bug 1656355 Comment 0