fortio / fortio

Fortio load testing library, command line tool, advanced echo server and web UI in go (golang). Allows to specify a set query-per-second load and record latency histograms and other useful stats.
https://fortio.org
Apache License 2.0
3.35k stars 252 forks source link

Suggestion: Box Plots #230

Open jsenon opened 6 years ago

jsenon commented 6 years ago

Is it possible to add graph overview with Box Plots in addition to bar chart? https://github.com/gonum/plot/wiki/Example-plots#box-plots

ldemailly commented 6 years ago

found https://github.com/chartjs/Chart.js/issues/4275 which points to 2 external implementations; asked about possible "built in" support