mozilla / crashathon

3 stars 3 forks source link

Front-end charting with metrics-graphics.js #4

Open robhudson opened 8 years ago

robhudson commented 8 years ago

We want to display a histogram of crashes for a given date range. The histogram axes will be:

X = Number of crashes per client Y = Number of clients with X crashes

(Or some better wording)

The data from the API in its simplest form might look like:

{"data": [1, 3, 1, 1, 1, 7, 1, 2, 93, 1, 1, 5, ...]}