Skip to content

Juoksu

Juoksu
08.07.2026
1
{id: running}

Historia

Ohjeet puuttuvat

Tälle liikkeelle ei ole kirjoitettu ohjekuvausta.

Historia lukuina

Salikerta 1. Sarja
08.07.2026 0.0 km 7.25 min

Kesto

{ "description": "Kuvaus" , "data": {"url" : "assets/charts/kuntodata.csv"} , "transform": [{"filter": "datum.liike==='running'"}, {"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==='running'"}, {"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==='running'"}, {"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)