10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-12-26 06:14:38 +01:00

Remove DOI from graph label

This commit is contained in:
Mickaël Véril 2019-10-06 17:55:08 +02:00
parent 0c6017dcba
commit d1f82b1703

View File

@ -141,7 +141,7 @@ draft: false
var box = { var box = {
x: noNanVals, x: noNanVals,
amean: ss.mean(avals).toFixed(3), amean: ss.mean(avals).toFixed(3),
name: key.map(k=>k.toString()).join(" ") + " MAD : " + ss.mean(avals).toPrecision(4), name: key[0].toString() + " MAD : " + ss.mean(avals).toPrecision(4),
type: 'box', type: 'box',
boxmean: 'sd' boxmean: 'sd'
}; };