added stats
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user