Graphic Interactive plot with all inlets, small logs

API
Timestamp User Remote address User agent Added keys Updated items Removed items
2021-10-08T13:31:59.708Z arnold 10.42.3.1 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v5.json",
    "config": {
      "view": {
        "stroke": null
      }
    },
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/511f411697364e5a9be8889a45c3129c.csv"
    },
    "encoding": {
      "color": {
        "condition": {
          "field": "wwtp",
          "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": "value",
        "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": [
                "wwtp"
              ],
              "on": "mouseover",
              "type": "point"
            },
            "value": [
              {
                "wwtp": "Bromma WWTP, Järva Inlet"
              }
            ]
          }
        ]
      },
      {
        "mark": "line"
      }
    ],
    "transform": [
      {
        "as": "gene_copy_number_div",
        "calculate": "datum.gene_copy_number/1000000000000000000"
      },
      {
        "sort": [
          {
            "field": "week",
            "order": "descending"
          }
        ],
        "window": [
          {
            "as": "rank",
            "op": "rank"
          }
        ]
      },
      {
        "filter": "datum.rank <= 80"
      }
    ],
    "width": 450
  }
}
{}
2021-10-08T13:29:26.290Z arnold 10.42.3.1 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36
[]
{
  "public": false
}
{}
2021-10-08T13:29:22.404Z arnold 10.42.3.1 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36
[
  "owner",
  "description",
  "public",
  "error",
  "doctype",
  "title",
  "dataset",
  "specification",
  "created"
]
{}
{}

DataGraphics 1.0.4