trend line
This commit is contained in:
@@ -89,6 +89,7 @@
|
||||
var plottype = $("#id_plottype").parent().parent();
|
||||
|
||||
var reststrokes = $("#id_includereststrokes").parent().parent();
|
||||
var trendline = $("#id_trendline").parent().parent();
|
||||
var piece = $("#id_piece").parent().parent();
|
||||
var cpfit = $("#id_cpfit").parent().parent();
|
||||
var cpoverlay = $("#id_cpoverlay").parent().parent();
|
||||
@@ -116,6 +117,7 @@
|
||||
cpfit.hide();
|
||||
cpoverlay.hide();
|
||||
piece.hide();
|
||||
trendline.hide();
|
||||
|
||||
if (functionfield.val() == 'boxplot') {
|
||||
plotfield.show();
|
||||
@@ -138,6 +140,7 @@
|
||||
xaxis.show();
|
||||
yaxis1.show();
|
||||
yaxis2.show();
|
||||
trendline.show();
|
||||
}
|
||||
|
||||
if (functionfield.val() == 'stats') {
|
||||
@@ -179,6 +182,7 @@
|
||||
palette.hide();
|
||||
binsize.hide();
|
||||
errorbars.hide();
|
||||
trendline.hide();
|
||||
xaxis.hide();
|
||||
yaxis1.hide();
|
||||
yaxis2.hide();
|
||||
@@ -199,6 +203,7 @@
|
||||
groupby.hide();
|
||||
palette.hide();
|
||||
binsize.hide();
|
||||
trendline.hide();
|
||||
errorbars.hide();
|
||||
xaxis.hide();
|
||||
yaxis1.hide();
|
||||
@@ -220,6 +225,7 @@
|
||||
spmmin.show();
|
||||
spmmax.show();
|
||||
workmin.show();
|
||||
trendline.hide();
|
||||
workmax.show();
|
||||
plotfield.hide();
|
||||
xaxis.hide();
|
||||
@@ -240,6 +246,7 @@
|
||||
y_param.hide();
|
||||
groupby.hide();
|
||||
spmmin.hide();
|
||||
trendline.show();
|
||||
spmmax.hide();
|
||||
workmin.hide();
|
||||
workmax.hide();
|
||||
@@ -265,6 +272,7 @@
|
||||
binsize.hide();
|
||||
errorbars.hide();
|
||||
plottype.hide();
|
||||
trendline.hide();
|
||||
reststrokes.show();
|
||||
cpfit.hide();
|
||||
cpoverlay.hide();
|
||||
@@ -283,6 +291,7 @@
|
||||
workmax.hide();
|
||||
plotfield.hide();
|
||||
palette.hide();
|
||||
trendline.hide();
|
||||
binsize.hide();
|
||||
plottype.show();
|
||||
errorbars.hide();
|
||||
@@ -301,6 +310,7 @@
|
||||
workmax.hide();
|
||||
x_param.hide();
|
||||
y_param.hide();
|
||||
trendline.hide();
|
||||
groupby.hide();
|
||||
palette.hide();
|
||||
binsize.hide();
|
||||
@@ -392,7 +402,7 @@
|
||||
and weight category ({{ weightcategory }}). The Gold Medal
|
||||
Standard power is derived from the
|
||||
<a href="http://www.concept2.com/indoor-rowers/racing/records/world">
|
||||
World Record</a> for your category.
|
||||
World Record</a> for your category.
|
||||
The percentile lines are estimates of where the percentiles
|
||||
of the Concept2 rankings historically are for those of exactly
|
||||
your age, gender and weight class.
|
||||
|
||||
Reference in New Issue
Block a user