Bug 1680856 Comment 6 Edit History

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

Hmm, after some thought, I think using Scalar would be probably better than using Histogram.

When using Histogram, all results would be grouped together, so the highest usage platform would definitely be the platform with most usage, which is Windows, but it can't indicate that user like its implementation most.

So separate the result from different platforms into different histogram can eliminate that, because it shows the percentage of `EnabledOn` and `UsedOn`, rather than the total amount of count.
Hmm, after some thought, I think using Scalar would be probably better than using Histogram.

When using Histogram, all results would be grouped together, so the highest usage platform would definitely be the platform with most usage, which is Windows, but it can't indicate that users like its implementation most.

So separate the result from different platforms into different histogram can eliminate that, because it shows the percentage of `EnabledOn` and `UsedOn`, rather than the total amount of count.

Back to Bug 1680856 Comment 6