{
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"config": {
"view": {
"stroke": null
}
},
"data": {
"url": "https://datagraphics.dc.scilifelab.se/api/dataset/0ac8fa02871745048491de74e5689da9.csv"
},
"encoding": {
"color": {
"condition": {
"field": "channel",
"param": "hover",
"title": "Municipality",
"type": "nominal"
},
"value": "grey"
},
"opacity": {
"condition": {
"param": "hover",
"value": 1
},
"value": 0.2
},
"x": {
"field": "week",
"title": "Week",
"type": "nominal"
},
"y": {
"field": "relative_copy_number",
"title": "Relative copy number of SARS-CoV-2 to PMMoV, %",
"type": "quantitative"
}
},
"height": 250,
"layer": [
{
"description": "transparent layer to make it easier to trigger selection",
"mark": {
"point": {
"filled": true,
"size": 80
},
"stroke": "transparent",
"strokeWidth": 8,
"tooltip": true,
"type": "line"
},
"params": [
{
"name": "hover",
"select": {
"fields": [
"channel"
],
"on": "mouseover",
"type": "point"
},
"value": [
{
"channel": "Uppsala"
}
]
}
]
},
{
"mark": "line"
}
]
}