2022-01-11T04:00:14.125Z |
arnold |
10.42.3.1 |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36 |
[] |
{
"specification": {
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"data": {
"url": "https://datagraphics.dckube.scilifelab.se/api/dataset/6d6f551abc10413a97a6ab64ebac46bd.csv"
},
"width": 450,
"height": 150,
"transform": [
{
"sort": [
{
"field": "week"
}
],
"window": [
{
"op": "sum",
"field": "count",
"as": "cumulative_count"
}
],
"groupby": [
"class"
],
"frame": [
null,
0
]
}
],
"mark": {
"type": "line",
"tooltip": true,
"point": {
"filled": false,
"fill": "white"
}
},
"encoding": {
"x": {
"title": "Week",
"field": "week",
"type": "nominal",
"axis": {
"labelOverlap": "parity"
}
},
"y": {
"title": "Cumulative number of tests",
"field": "cumulative_count",
"type": "quantitative"
},
"color": {
"field": "class",
"type": "nominal",
"scale": {
"domain": [
"R&D",
"negative",
"positive"
],
"range": [
"#c7c7c7",
"#8fd7f9",
"#ef9292"
]
},
"legend": {
"title": "Test results"
}
}
}
}
} |
{} |
2021-11-25T12:01:22.576Z |
arnold |
10.42.3.1 |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 |
[] |
{
"specification": {
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"data": {
"url": "https://datagraphics.dckube.scilifelab.se/api/dataset/6d6f551abc10413a97a6ab64ebac46bd.csv"
},
"width": 450,
"height": 150,
"transform": [
{
"sort": [
{
"field": "week"
}
],
"window": [
{
"op": "sum",
"field": "count",
"as": "cumulative_count"
}
],
"groupby": [
"class"
],
"frame": [
null,
0
]
}
],
"mark": {
"type": "line",
"tooltip": true,
"point": {
"filled": false,
"fill": "white"
}
},
"encoding": {
"x": {
"title": "Week",
"field": "week",
"type": "nominal",
"axis": {
"labelOverlap": "parity"
}
},
"y": {
"title": "Cumulative number of tests",
"field": "cumulative_count",
"type": "quantitative",
"axis": {
"orient": "right"
}
},
"color": {
"field": "class",
"type": "nominal",
"scale": {
"domain": [
"R&D",
"negative",
"positive"
],
"range": [
"#c7c7c7",
"#8fd7f9",
"#ef9292"
]
},
"legend": {
"title": "Test results"
}
}
}
}
} |
{} |
2021-09-16T07:49:52.481Z |
arnold |
10.42.2.0 |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36 |
[] |
{
"specification": {
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"data": {
"url": "https://datagraphics.dckube.scilifelab.se/api/dataset/6d6f551abc10413a97a6ab64ebac46bd.csv"
},
"width": 450,
"height": 150,
"transform": [
{
"sort": [
{
"field": "week"
}
],
"window": [
{
"op": "sum",
"field": "count",
"as": "cumulative_count"
}
],
"groupby": [
"class"
],
"frame": [
null,
0
]
}
],
"mark": {
"type": "line",
"tooltip": true,
"point": {
"filled": false,
"fill": "white"
}
},
"encoding": {
"x": {
"title": "Week",
"field": "week",
"type": "nominal",
"axis": {
"labelExpr": "datum.label[5]+datum.label[6]",
"labelOverlap": "parity"
}
},
"y": {
"title": "Cumulative number of tests",
"field": "cumulative_count",
"type": "quantitative",
"axis": {
"orient": "right"
}
},
"color": {
"field": "class",
"type": "nominal",
"scale": {
"domain": [
"R&D",
"negative",
"positive"
],
"range": [
"#c7c7c7",
"#8fd7f9",
"#ef9292"
]
},
"legend": {
"title": "Test results"
}
}
}
}
} |
{} |
2021-09-16T07:47:23.278Z |
arnold |
10.42.2.0 |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36 |
[] |
{
"specification": {
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"data": {
"url": "https://datagraphics.dckube.scilifelab.se/api/dataset/6d6f551abc10413a97a6ab64ebac46bd.csv"
},
"width": 450,
"height": 150,
"transform": [
{
"sort": [
{
"field": "week"
}
],
"window": [
{
"op": "sum",
"field": "count",
"as": "cumulative_count"
}
],
"groupby": [
"class"
],
"frame": [
null,
0
]
}
],
"mark": {
"type": "line",
"tooltip": true,
"point": {
"filled": false,
"fill": "white"
}
},
"encoding": {
"x": {
"title": "Week",
"field": "week",
"type": "nominal",
"axis": {
"labelExpr": "datum.label[5]+datum.label[6]"
}
},
"y": {
"title": "Cumulative number of tests",
"field": "cumulative_count",
"type": "quantitative",
"axis": {
"orient": "right"
}
},
"color": {
"field": "class",
"type": "nominal",
"scale": {
"domain": [
"R&D",
"negative",
"positive"
],
"range": [
"#c7c7c7",
"#8fd7f9",
"#ef9292"
]
},
"legend": {
"title": "Test results"
}
}
}
}
} |
{} |
2021-03-12T13:40:22.507Z |
arnold |
10.42.3.1 |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 |
[] |
{
"specification": {
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"data": {
"url": "https://datagraphics.dckube.scilifelab.se/api/dataset/6d6f551abc10413a97a6ab64ebac46bd.csv"
},
"width": 450,
"height": 200,
"transform": [
{
"sort": [
{
"field": "week"
}
],
"window": [
{
"op": "sum",
"field": "count",
"as": "cumulative_count"
}
],
"groupby": [
"class"
],
"frame": [
null,
0
]
}
],
"mark": {
"type": "line",
"tooltip": true,
"point": {
"filled": false,
"fill": "white"
}
},
"encoding": {
"x": {
"title": "Week",
"field": "week",
"type": "nominal",
"axis": {
"labelExpr": "datum.label[5]+datum.label[6]"
}
},
"y": {
"title": "Cumulative number of tests",
"field": "cumulative_count",
"type": "quantitative",
"axis": {
"orient": "right"
}
},
"color": {
"field": "class",
"type": "nominal",
"scale": {
"domain": [
"R&D",
"negative",
"positive"
],
"range": [
"#c7c7c7",
"#8fd7f9",
"#ef9292"
]
},
"legend": {
"title": "Test results"
}
}
}
}
} |
{} |
2021-03-12T13:40:13.366Z |
arnold |
10.42.3.1 |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 |
[] |
{
"specification": {
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"data": {
"url": "https://datagraphics.dckube.scilifelab.se/api/dataset/6d6f551abc10413a97a6ab64ebac46bd.csv"
},
"width": 400,
"height": 200,
"transform": [
{
"sort": [
{
"field": "week"
}
],
"window": [
{
"op": "sum",
"field": "count",
"as": "cumulative_count"
}
],
"groupby": [
"class"
],
"frame": [
null,
0
]
}
],
"mark": {
"type": "line",
"tooltip": true,
"point": {
"filled": false,
"fill": "white"
}
},
"encoding": {
"x": {
"title": "Week",
"field": "week",
"type": "nominal",
"axis": {
"labelExpr": "datum.label[5]+datum.label[6]"
}
},
"y": {
"title": "Cumulative number of tests",
"field": "cumulative_count",
"type": "quantitative",
"axis": {
"orient": "right"
}
},
"color": {
"field": "class",
"type": "nominal",
"scale": {
"domain": [
"R&D",
"negative",
"positive"
],
"range": [
"#c7c7c7",
"#8fd7f9",
"#ef9292"
]
},
"legend": {
"title": "Test results"
}
}
}
}
} |
{} |
2021-03-12T13:39:57.633Z |
arnold |
10.42.3.1 |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 |
[] |
{
"title": "Cumulative plot, main page",
"specification": {
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"data": {
"url": "https://datagraphics.dckube.scilifelab.se/api/dataset/6d6f551abc10413a97a6ab64ebac46bd.csv"
},
"width": 280,
"height": 200,
"transform": [
{
"sort": [
{
"field": "week"
}
],
"window": [
{
"op": "sum",
"field": "count",
"as": "cumulative_count"
}
],
"groupby": [
"class"
],
"frame": [
null,
0
]
}
],
"mark": {
"type": "line",
"tooltip": true,
"point": {
"filled": false,
"fill": "white"
}
},
"encoding": {
"x": {
"title": "Week",
"field": "week",
"type": "nominal",
"axis": {
"labelExpr": "datum.label[5]+datum.label[6]"
}
},
"y": {
"title": "Cumulative number of tests",
"field": "cumulative_count",
"type": "quantitative",
"axis": {
"orient": "right"
}
},
"color": {
"field": "class",
"type": "nominal",
"scale": {
"domain": [
"R&D",
"negative",
"positive"
],
"range": [
"#c7c7c7",
"#8fd7f9",
"#ef9292"
]
},
"legend": {
"title": "Test results"
}
}
}
}
} |
{} |
2021-01-13T11:35:42.145Z |
arnold |
10.42.3.0 |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 |
[] |
{
"public": false
} |
{} |
2021-01-13T11:09:03.623Z |
arnold |
10.42.2.0 |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 |
[] |
{
"specification": {
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"data": {
"url": "https://datagraphics.dckube.scilifelab.se/api/dataset/6d6f551abc10413a97a6ab64ebac46bd.csv"
},
"width": 280,
"height": 200,
"transform": [
{
"sort": [
{
"field": "week"
}
],
"window": [
{
"op": "sum",
"field": "count",
"as": "cumulative_count"
}
],
"groupby": [
"class"
],
"frame": [
null,
0
]
}
],
"mark": {
"type": "line",
"tooltip": true,
"point": {
"filled": false,
"fill": "white"
}
},
"encoding": {
"x": {
"title": "Week",
"field": "week",
"type": "nominal"
},
"y": {
"title": "Cumulative number of tests",
"field": "cumulative_count",
"type": "quantitative",
"axis": {
"orient": "right"
}
},
"color": {
"field": "class",
"type": "nominal",
"scale": {
"domain": [
"R&D",
"negative",
"positive"
],
"range": [
"#c7c7c7",
"#8fd7f9",
"#ef9292"
]
},
"legend": {
"title": "Test results"
}
}
}
}
} |
{} |
2021-01-13T11:08:28.677Z |
arnold |
10.42.2.0 |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 |
[] |
{
"error": "The graphic does not refer to its dataset.",
"specification": {
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"data": {
"url": "https://datagraphics.dckube.scilifelab.se/api/dataset/d2a2477324314e8783edaf40622b911c.csv"
},
"width": 280,
"height": 200,
"transform": [
{
"sort": [
{
"field": "week"
}
],
"window": [
{
"op": "sum",
"field": "count",
"as": "cumulative_count"
}
],
"groupby": [
"class"
],
"frame": [
null,
0
]
}
],
"mark": {
"type": "line",
"tooltip": true,
"point": {
"filled": false,
"fill": "white"
}
},
"encoding": {
"x": {
"title": "Week",
"field": "week",
"type": "nominal"
},
"y": {
"title": "Cumulative number of tests",
"field": "cumulative_count",
"type": "quantitative",
"axis": {
"orient": "right"
}
},
"color": {
"field": "class",
"type": "nominal",
"scale": {
"domain": [
"R&D",
"negative",
"positive"
],
"range": [
"#c7c7c7",
"#8fd7f9",
"#ef9292"
]
},
"legend": {
"title": "Test results"
}
}
}
}
} |
{} |
2021-01-13T11:07:40.366Z |
arnold |
10.42.2.0 |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 |
[] |
{} |
{} |
2021-01-13T11:07:13.911Z |
arnold |
10.42.2.0 |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 |
[] |
{
"error": null,
"specification": {
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"data": {
"url": "https://datagraphics.dckube.scilifelab.se/api/dataset/6d6f551abc10413a97a6ab64ebac46bd.csv"
},
"width": 280,
"height": 200,
"transform": [
{
"sort": [
{
"field": "week"
}
],
"window": [
{
"op": "sum",
"field": "count",
"as": "cumulative_count"
}
],
"groupby": [
"class"
],
"frame": [
null,
0
]
}
],
"mark": {
"type": "line",
"tooltip": true,
"point": {
"filled": false,
"fill": "white"
}
},
"encoding": {
"x": {
"title": "Week",
"field": "week",
"type": "nominal"
},
"y": {
"title": "Cumulative number of tests",
"field": "cumulative_count",
"type": "quantitative",
"axis": {
"orient": "right",
"labelExpr": "datum.label[5]+datum.label[6]"
}
},
"color": {
"field": "class",
"type": "nominal",
"scale": {
"domain": [
"R&D",
"negative",
"positive"
],
"range": [
"#c7c7c7",
"#8fd7f9",
"#ef9292"
]
},
"legend": {
"title": "Test results"
}
}
}
}
} |
{} |
2021-01-13T11:06:50.309Z |
arnold |
10.42.2.0 |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 |
[] |
{
"specification": {
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"data": {
"url": "https://datagraphics.dckube.scilifelab.se/api/dataset/6d6f551abc10413a97a6ab64ebac46bd.csv"
},
"width": 280,
"height": 200,
"transform": [
{
"sort": [
{
"field": "week"
}
],
"window": [
{
"op": "sum",
"field": "count",
"as": "cumulative_count"
}
],
"groupby": [
"class"
],
"frame": [
null,
0
]
}
],
"mark": {
"type": "line",
"tooltip": true,
"point": {
"filled": false,
"fill": "white"
}
},
"encoding": {
"x": {
"title": "Week",
"field": "week",
"type": "nominal"
},
"y": {
"title": "Cumulative number of tests",
"field": "cumulative_count",
"type": "quantitative",
"axis": {
"orient": "right"
}
},
"color": {
"field": "class",
"type": "nominal",
"scale": {
"domain": [
"R&D",
"negative",
"positive"
],
"range": [
"#c7c7c7",
"#8fd7f9",
"#ef9292"
]
},
"legend": {
"title": "Test results"
}
}
}
}
} |
{} |
2021-01-12T15:32:42.954Z |
arnold |
10.42.3.0 |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 |
[
"doctype",
"dataset",
"created",
"public",
"title",
"description",
"error",
"owner",
"specification"
] |
{} |
{} |