springernature / webpagetest-mapper

Maps JSON result data from marcelduran/webpagetest-api into human-readable document formats.
GNU General Public License v3.0
96 stars 11 forks source link

Implement scatterplots in the html-distribution mapper #4

Open philbooth opened 9 years ago

philbooth commented 9 years ago

Histograms as implemented are excellent for visualising distribution across one dimension. Sometimes though, you want to visualise distribution across two dimensions, e.g. TTFB vs speed index. For that, a scatterplot is needed.

They should be generated automatically for interesting metric combinations in the html-distribution mapper.