Skip to content

Juoksumatto

Juoksumatto
cardio
laite
helppo
04.07.2026
4
{id: jogging_treadmill}

Historia

Liikeen ohjeet

To begin, step onto the treadmill and select the desired option from the menu. Most treadmills 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.

Treadmills offer convenience, cardiovascular benefits, and usually have less impact than jogging outside. A 150 lb person will burn almost 250 calories jogging for 30 minutes, compared to more than 450 calories running. Maintain proper posture as you jog, and only hold onto the handles when necessary, such as when dismounting or checking your heart rate.

Historia lukuina

Salikerta 1. Sarja
04.07.2026 0.6 km 3.30 min
22.06.2026 0.6 km 2.58 min
16.06.2026 0.5 km 4.02 min
11.03.2026 0.0 km 4.00 min

Kesto

{ "description": "Kuvaus" , "data": {"url" : "assets/charts/kuntodata.csv"} , "transform": [{"filter": "datum.liike==='jogging_treadmill'"}, {"calculate": "datum.kesto / 60.0", "as": "kesto_minuutti"}] , "layer": [{ "mark": {"type": "line", "color": "blue", "point": true, "clip": 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", "aggregate": "sum", "title": "Kokonaisaika (min)" }, "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==='jogging_treadmill'"}, {"calculate": "datum.tyyppi==='failure' ? datum.matka : null", "as": "fail"}] , "layer": [{ "mark": {"type": "area", "color": "lime", "line": true, "point": true, "clip": 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", "aggregate": "max", "title": "Matka (km)" }, "y2": {"field": "matka", "type": "quantitative", "aggregate": "min", "title": "Matka (km)"}, "tooltip": {"field": "matka", "type": "quantitative", "aggregate": "min"} } }, { "mark": {"type": "point", "color": "red", "shape": "circle", "size": 40, "clip": true}, "encoding": { "tooltip": {"field": "fail", "type": "quantitative", "aggregate": "max"}, "x": {"field": "pvm", "type": "temporal", "timeUnit": "yearmonthdate", "title": "pvm", "axis": {"format": "%B %G", "labelAngle": 0, "labelAlign": "left", "tickCount": "month", "tickExtra": true} }, "y": {"field": "fail", "type": "quantitative", "aggregate": "max"} } }] }

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

Matka per kuukausi

{ "description": "Kuukausittainen pyörämatka" , "data": {"url" : "assets/charts/kuntodata.csv"} , "transform": [{"filter": "datum.liike == 'bicycling'"}] , "layer": [{ "mark": {"type": "bar", "color": "orchid", "point": true, "clip": true}, "encoding": { "x": {"field": "pvm", "type": "temporal", "timeUnit": "yearmonth", "title": "Kuukausi", "axis": {"format": "%B %G", "labelAngle": 0, "labelAlign": "left", "tickCount": "month", "tickExtra": true} }, "y": {"field": "matka", "type": "quantitative", "aggregate": "sum", "title": "Matka (km)" }, "tooltip": {"field": "matka", "type": "quantitative", "aggregate": "sum"} } }] }

Keskinopeus km/h

{ "description": "Testikaavio" , "data": {"url" : "assets/charts/kuntodata.csv"} , "transform": [{"filter": "datum.liike==='jogging_treadmill'"}, {"calculate": "datum.matka / (datum.kesto / 60.0 / 60.0)", "as": "nopeus"}] , "layer": [{ "mark": {"type": "line", "color": "pink", "point": true, "clip": 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", "aggregate": "mean", "title": "nopeus" }, "tooltip": {"field": "nopeus", "type": "quantitative", "aggregate": "mean"} } }] }

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