Private
Public Access
1
0

added stats

This commit is contained in:
Sander Roosendaal
2019-04-29 21:48:50 +02:00
parent 256dd25df2
commit 6b830873a5
4 changed files with 177 additions and 3 deletions

View File

@@ -121,7 +121,11 @@
xaxis.show();
yaxis1.show();
yaxis2.show();
}
}
if (functionfield.val() == 'stats') {
plotfield.hide();
}
// Setup an event listener for when the state of the
@@ -198,6 +202,18 @@
binsize.hide();
errorbars.hide();
}
else if (Value=='stats') {
xaxis.hide();
yaxis1.hide();
yaxis2.hide();
x_param.hide();
y_param.hide();
groupby.hide();
plotfield.hide();
palette.hide();
binsize.hide();
errorbars.hide();
}
});
});