Graphic NPC test statistics, cumulative by test result logs

API
Timestamp User Remote address User agent Added keys Updated items Removed items
2020-11-08T18:12:58.727Z admin 10.42.2.0 Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "width": 800,
    "height": 250,
    "transform": [
      {
        "sort": [
          {
            "field": "date"
          }
        ],
        "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": "Date",
        "field": "date",
        "type": "temporal",
        "timeUnit": "yearmonthdate",
        "axis": {
          "format": "%Y-%m-%d"
        }
      },
      "y": {
        "title": "Cumulative number of tests",
        "field": "cumulative_count",
        "type": "quantitative",
        "axis": {
          "orient": "right"
        }
      },
      "color": {
        "field": "class",
        "type": "nominal",
        "scale": {
          "domain": [
            "invalid/inconclusive",
            "negative",
            "positive"
          ],
          "range": [
            "#c7c7c7",
            "#8fd7f9",
            "#ef9292"
          ]
        },
        "legend": {
          "title": "Test results"
        }
      }
    }
  }
}
{}
2020-07-05T09:11:58.396Z admin 10.42.3.0 Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
[]
{}
{}
2020-06-23T16:23:39.583Z admin 10.42.3.0 Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "width": 800,
    "height": 250,
    "transform": [
      {
        "sort": [
          {
            "field": "date"
          }
        ],
        "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": {
        "field": "date",
        "type": "temporal",
        "timeUnit": "yearmonthdate",
        "title": "Date"
      },
      "y": {
        "field": "cumulative_count",
        "type": "quantitative",
        "title": "Cumulative number of tests",
        "axis": {
          "orient": "right"
        }
      },
      "color": {
        "field": "class",
        "type": "nominal",
        "scale": {
          "domain": [
            "invalid/inconclusive",
            "negative",
            "positive"
          ],
          "range": [
            "#c7c7c7",
            "#8fd7f9",
            "#ef9292"
          ]
        },
        "legend": {
          "title": "Test results"
        }
      }
    }
  }
}
{}
2020-06-09T13:16:56.754Z admin 10.42.3.0 Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "width": 800,
    "height": 250,
    "transform": [
      {
        "sort": [
          {
            "field": "date"
          }
        ],
        "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": {
        "field": "date",
        "type": "temporal",
        "timeUnit": "yearmonthdate",
        "title": "Date"
      },
      "y": {
        "field": "cumulative_count",
        "type": "quantitative",
        "title": "Cumulative number of tests"
      },
      "color": {
        "field": "class",
        "type": "nominal",
        "scale": {
          "domain": [
            "invalid/inconclusive",
            "negative",
            "positive"
          ],
          "range": [
            "#c7c7c7",
            "#8fd7f9",
            "#ef9292"
          ]
        },
        "legend": {
          "title": "Test results"
        }
      }
    }
  }
}
{}
2020-06-08T16:37:27.797Z admin 10.42.2.1 Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "width": 800,
    "height": 250,
    "transform": [
      {
        "sort": [
          {
            "field": "date"
          }
        ],
        "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": {
        "field": "date",
        "type": "temporal",
        "timeUnit": "yearmonthdate",
        "title": "Date"
      },
      "y": {
        "field": "cumulative_count",
        "type": "quantitative",
        "title": "Cumulative number of tests"
      },
      "color": {
        "field": "class",
        "type": "nominal",
        "legend": {
          "title": "Test results"
        }
      }
    }
  }
}
{}
2020-06-08T16:02:35.314Z admin 10.42.2.1 Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36
[]
{
  "title": "NPC test statistics, cumulative by class"
}
{}
2020-06-08T15:59:31.089Z admin 10.42.2.1 Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36
[]
{
  "public": false
}
{}
2020-06-08T15:59:25.593Z admin 10.42.2.1 Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "width": 800,
    "height": 250,
    "transform": [
      {
        "sort": [
          {
            "field": "date"
          }
        ],
        "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": {
        "field": "date",
        "type": "temporal",
        "timeUnit": "yearmonthdate",
        "title": "Date"
      },
      "y": {
        "field": "cumulative_count",
        "type": "quantitative",
        "title": "Cumulative number of tests"
      },
      "color": {
        "field": "class",
        "type": "nominal"
      }
    }
  }
}
{}
2020-06-08T15:58:12.941Z admin 10.42.2.1 Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "width": 800,
    "height": 250,
    "transform": [
      {
        "sort": [
          {
            "field": "date"
          }
        ],
        "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": {
        "field": "date",
        "type": "temporal",
        "timeUnit": "yearmonthdate"
      },
      "y": {
        "field": "cumulative_count",
        "type": "quantitative",
        "title": "Cumulative number of tests"
      },
      "color": {
        "field": "class",
        "type": "nominal"
      }
    }
  }
}
{}
2020-06-08T15:57:06.204Z admin 10.42.2.1 Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "width": 600,
    "height": 400,
    "transform": [
      {
        "sort": [
          {
            "field": "date"
          }
        ],
        "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": {
        "field": "date",
        "type": "temporal",
        "timeUnit": "yearmonthdate"
      },
      "y": {
        "field": "cumulative_count",
        "type": "quantitative",
        "title": "Cumulative number of tests"
      },
      "color": {
        "field": "class",
        "type": "nominal"
      }
    }
  }
}
{}
2020-06-08T15:56:39.269Z admin 10.42.2.1 Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36
[]
{
  "owner": "admin"
}
{}
2020-06-08T15:56:27.244Z admin 10.42.2.1 Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "width": 800,
    "height": 250,
    "transform": [
      {
        "sort": [
          {
            "field": "date"
          }
        ],
        "window": [
          {
            "op": "sum",
            "field": "count",
            "as": "cumulative_count"
          }
        ],
        "frame": [
          null,
          0
        ]
      }
    ],
    "mark": {
      "type": "line",
      "point": {
        "filled": false,
        "fill": "white"
      },
      "tooltip": true
    },
    "encoding": {
      "x": {
        "field": "date",
        "type": "temporal",
        "timeUnit": "yearmonthdate",
        "title": "Date"
      },
      "y": {
        "field": "cumulative_count",
        "type": "quantitative",
        "title": "Cumulative number of tests"
      }
    }
  },
  "title": "Copy of NPC test statistics, cumulative by class"
}
{}
2020-06-08T15:55:57.310Z admin 10.42.2.1 Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36
[]
{
  "title": "Copy of NPC test statistics, cumulative"
}
{}
2020-06-08T15:55:48.008Z admin 10.42.2.1 Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36
[
  "error",
  "created",
  "owner",
  "doctype",
  "specification",
  "public",
  "dataset",
  "title",
  "description"
]
{}
{}

DataGraphics 1.0.4