2021-09-20T07:26:32.908Z |
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.82 Safari/537.36 |
[] |
{
"specification": {
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"data": {
"url": "https://datagraphics.dckube.scilifelab.se/api/dataset/0ac8fa02871745048491de74e5689da9.csv"
},
"height": 250,
"transform": [
{
"calculate": "datum.gene_copy_number/1000000000000000000",
"as": "gene_copy_number_div"
},
{
"window": [
{
"op": "rank",
"as": "rank"
}
],
"sort": [
{
"field": "week",
"order": "descending"
}
]
},
{
"filter": "datum.rank <= 184"
}
],
"encoding": {
"x": {
"field": "week",
"type": "nominal",
"title": "Week"
},
"y": {
"field": "relative_copy_number",
"type": "quantitative",
"title": "Relative copy number of SARS-CoV-2 to PMMoV, %"
},
"color": {
"condition": {
"param": "hover",
"field": "channel",
"type": "nominal",
"title": "Municipality"
},
"value": "grey"
},
"opacity": {
"condition": {
"param": "hover",
"value": 1
},
"value": 0.2
}
},
"layer": [
{
"description": "transparent layer to make it easier to trigger selection",
"params": [
{
"name": "hover",
"value": [
{
"channel": "Uppsala"
}
],
"select": {
"type": "point",
"fields": [
"channel"
],
"on": "mouseover"
}
}
],
"mark": {
"type": "line",
"strokeWidth": 8,
"stroke": "transparent",
"tooltip": true,
"point": {
"filled": true,
"size": 80
}
}
},
{
"mark": "line"
}
],
"config": {
"view": {
"stroke": null
}
}
}
} |
{} |
2021-09-20T07:24:45.343Z |
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.82 Safari/537.36 |
[
"owner",
"description",
"public",
"error",
"doctype",
"title",
"dataset",
"specification",
"created"
] |
{} |
{} |