Open robhudson opened 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, ...]}
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: