Skip to content

Crosstrainer

Crosstrainer
cardio
laite
helppo
07.06.2026
19
{id: elliptical_trainer}

Historia

Liikeen ohjeet

To begin, step onto the elliptical and select the desired option from the menu. Most ellipticals have a manual setting, or you can select a program to run. Typically, you can enter your age and weight to estimate the amount of calories burned during exercise. Elevation can be adjusted to change the intensity of the workout.

The handles can be used to monitor your heart rate to help you stay at an appropriate intensity.

Historia lukuina

Salikerta 1. Sarja
07.06.2026 0.6 km 2.45 min
02.06.2026 0.6 km 2.57 min
22.05.2026 0.6 km 2.51 min
19.05.2026 0.6 km 2.54 min
15.05.2026 0.6 km 2.45 min
12.05.2026 0.7 km 3.17 min
08.05.2026 0.6 km 2.43 min
16.04.2026 0.5 km 2.12 min
07.04.2026 0.6 km 2.37 min
01.04.2026 0.6 km 2.39 min
29.03.2026 0.7 km 3.13 min
25.03.2026 0.7 km 3.16 min
14.03.2026 0.7 km 4.03 min
08.03.2026 0.6 km 3.00 min
05.03.2026 0.6 km 3.03 min
16.02.2026 0.7 km 3.23 min
12.02.2026 0.6 km 3.00 min
05.02.2026 0.6 km 3.00 min
01.02.2026 0.5 km 3.30 min

Kesto

{ "description": "Kuvaus", "data": {"url" : "assets/charts/kuntodata.csv"}, "transform": [{"filter": "datum.liike==='elliptical_trainer'"}, {"calculate": "datum.kesto / 60.0", "as": "kesto_minuutti"}], "layer": [{ "mark": {"type": "line", "color": "blue", "point": true}, "encoding": { "x": {"field": "pvm", "type": "temporal", "timeUnit": "yearmonthdate", "title": "pvm", "axis": {"format": "%B %G", "labelAngle": 0, "labelAlign": "left", "tickCount": "month", "tickExtra": true} }, "y": {"field": "kesto_minuutti", "type": "quantitative", "title": "Kokonaisaika (min)", "aggregate": "sum" }, "tooltip": {"field": "kesto_minuutti", "type": "quantitative", "aggregate": "sum"} } }] }

Kokonaisaika (min)  Tämä päivä (01.01.0001) 

Matka

{ "description": "Matka (km)", "data": {"url" : "assets/charts/kuntodata.csv"}, "transform": [{"filter": "datum.liike==='elliptical_trainer'"}, {"calculate": "datum.tyyppi==='failure' ? datum.matka : null", "as": "fail"}], "layer": [ { "mark": {"type": "area", "color": "lime", "line": true, "point": true}, "encoding": { "x": {"field": "pvm", "type": "temporal", "timeUnit": "yearmonthdate", "title": "pvm", "axis": {"format": "%B %G", "labelAngle": 0, "labelAlign": "left", "tickCount": "month", "tickExtra": true}}, "y": {"field": "matka", "type": "quantitative", "title": "Matka (km)", "aggregate": "max" }, "y2": {"field": "matka", "type": "quantitative", "title": "Matka (km)", "aggregate": "min"} } }, { "mark": {"type": "point", "color": "red", "shape": "circle", "size": 40}, "encoding": { "x": {"field": "pvm", "type": "temporal", "timeUnit": "yearmonthdate", "title": "pvm"}, "y": {"field": "fail", "type": "quantitative"} } } ] }

Salikerran enimmäismatka Vaihteluväli  Sarjaa ei tehty loppuun. 

Keskinopeus km/h

{ "description": "Testikaavio", "data": {"url" : "assets/charts/kuntodata.csv"}, "transform": [{"filter": "datum.liike==='elliptical_trainer'"}, {"calculate": "datum.matka / (datum.kesto / 60.0 / 60.0)", "as": "nopeus"}], "layer": [{ "mark": {"type": "line", "color": "pink", "point": true}, "encoding": { "x": {"field": "pvm", "type": "temporal", "timeUnit": "yearmonthdate", "title": "pvm", "axis": {"format": "%B %G", "labelAngle": 0, "labelAlign": "left", "tickCount": "month", "tickExtra": true} }, "y": {"field": "nopeus", "type": "quantitative", "title": "nopeus", "aggregate": "mean" }, "tooltip": {"field": "nopeus", "type": "quantitative", "aggregate": "mean"} } }] }

nopeus  Tämä päivä (01.01.0001)