diff --git a/printer/template.go b/printer/template.go index e59f1c95..868e4360 100644 --- a/printer/template.go +++ b/printer/template.go @@ -36,9 +36,9 @@ duration (ms),status,error{{ range $i, $v := .Details }} ghz{{ if .Name }} - {{ .Name }}{{end}} - + - + @@ -356,12 +356,6 @@ duration (ms),status,error{{ range $i, $v := .Details }} tooltipContainer, dataset; - tooltip.numberFormat('') - tooltip.valueFormatter(function(v) { - var percent = v / count * 100; - return v + ' ' + '(' + Number.parseFloat(percent).toFixed(1) + ' %)'; - }) - if (containerWidth) { dataset = data; barChart diff --git a/www/website/static/sample.html b/www/website/static/sample.html index d91481b0..65b44de0 100644 --- a/www/website/static/sample.html +++ b/www/website/static/sample.html @@ -7,9 +7,9 @@ ghz - Greeter SayHello - + - + @@ -398,12 +398,6 @@

Data

tooltipContainer, dataset; - tooltip.numberFormat('') - tooltip.valueFormatter(function(v) { - var percent = v / count * 100; - return v + ' ' + '(' + Number.parseFloat(percent).toFixed(1) + ' %)'; - }) - if (containerWidth) { dataset = data; barChart