Relative copy number of SARS-CoV-2 to PPMoV in various municipalities in Uppsala county and Stockholm county (until June 28 2021)

API
{
  "$schema": "https://vega.github.io/schema/vega-lite/v5.json",
  "description": "Relative copy number of SARS-CoV-2 to PPMoV in Uppsala and nearby cities",
  "data": {
    "url": "https://datagraphics.dc.scilifelab.se/api/dataset/0ac8fa02871745048491de74e5689da9.csv"
  },
  "mark": {
    "type": "line",
    "tooltip": true,
    "point": {
      "filled": true,
      "size": 80
    }
  },
  "encoding": {
    "x": {
      "field": "week",
      "title": "Week",
      "type": "nominal"
    },
    "y": {
      "field": "relative_copy_number",
      "type": "quantitative",
      "title": "Relative copy number of SARS-CoV-2 to PMMoV, %"
    },
    "color": {
      "field": "channel",
      "type": "nominal",
      "title": "Municipality"
    }
  }
}
Owner: arnold
Modified 2021-06-28T17:23:43.202Z
Created 2021-06-28T17:11:50.678Z

DataGraphics 1.0.4