{
  "annotations": {
    "list": [
      {
        "builtIn": 1,
        "datasource": "-- Grafana --",
        "enable": true,
        "hide": true,
        "iconColor": "rgba(0, 211, 255, 1)",
        "name": "Annotations & Alerts",
        "type": "dashboard"
      }
    ]
  },
  "editable": true,
  "gnetId": null,
  "graphTooltip": 0,
  "id": 36,
  "iteration": 1586125471596,
  "links": [],
  "panels": [
    {
      "aliasColors": {},
      "bars": false,
      "dashLength": 10,
      "dashes": false,
      "datasource": "iobroker",
      "description": "",
      "fill": 0,
      "fillGradient": 0,
      "gridPos": {
        "h": 10,
        "w": 24,
        "x": 0,
        "y": 0
      },
      "hiddenSeries": false,
      "id": 3,
      "legend": {
        "alignAsTable": true,
        "avg": false,
        "current": true,
        "hideEmpty": false,
        "max": true,
        "min": true,
        "rightSide": true,
        "show": true,
        "sideWidth": 450,
        "total": false,
        "values": true
      },
      "lines": true,
      "linewidth": 2,
      "nullPointMode": "connected",
      "options": {
        "dataLinks": []
      },
      "percentage": false,
      "pointradius": 2,
      "points": true,
      "renderer": "flot",
      "repeat": null,
      "repeatDirection": "h",
      "seriesOverrides": [
        {
          "alias": "/.*Tote/i",
          "yaxis": 2
        }
      ],
      "spaceLength": 10,
      "stack": false,
      "steppedLine": false,
      "targets": [
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(fall) as val,\n  concat(Land,\" - Fälle\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"Germany\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "A",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(genesen) as val,\n  concat(Land,\" - Genesen\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"Germany\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "B",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(tote) as val,\n  concat(Land,\" - Tote\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"Germany\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "C",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(tote)/sum(fall)*100 as val,\n  concat(Land,\" - Todesrate\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"Germany\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "D",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(fall)-sum(genesen) as val,\n  concat(Land,\" - Aktive\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"Germany\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "E",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  (select sum(fall)/5 from cor_jhu c where land=\"Germany\" and\n   unix_timestamp(c.MeldeDatum)>=unix_timestamp(j.Meldedatum)-172800 and \n   unix_timestamp(c.MeldeDatum)<=unix_timestamp(j.Meldedatum)+172800\n  )\n  as val,\n  concat(Land,\" - Fälle-Schnitt\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand unix_timestamp(Meldedatum)<=unix_timestamp((select max(Meldedatum) from cor_jhu))-172800\nand land=\"Germany\"\ngroup by meldedatum\nORDER BY Meldedatum ASC ",
          "refId": "F",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  (select (sum(fall)-sum(genesen))/5 from cor_jhu c where land=\"Germany\" and\n   unix_timestamp(c.MeldeDatum)>=unix_timestamp(j.Meldedatum)-172800 and \n   unix_timestamp(c.MeldeDatum)<=unix_timestamp(j.Meldedatum)+172800\n  )\n  as val,\n  concat(Land,\" - Aktive-Schnitt\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand unix_timestamp(Meldedatum)<=unix_timestamp((select max(Meldedatum) from cor_jhu))-172800\nand land=\"Germany\"\ngroup by meldedatum\nORDER BY Meldedatum ASC ",
          "refId": "G",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        }
      ],
      "thresholds": [],
      "timeFrom": null,
      "timeRegions": [],
      "timeShift": null,
      "title": "Germany",
      "tooltip": {
        "shared": true,
        "sort": 2,
        "value_type": "individual"
      },
      "type": "graph",
      "xaxis": {
        "buckets": null,
        "mode": "time",
        "name": null,
        "show": true,
        "values": []
      },
      "yaxes": [
        {
          "format": "none",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        },
        {
          "format": "none",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        }
      ],
      "yaxis": {
        "align": false,
        "alignLevel": null
      }
    },
    {
      "aliasColors": {},
      "bars": false,
      "dashLength": 10,
      "dashes": false,
      "datasource": "iobroker",
      "description": "",
      "fill": 0,
      "fillGradient": 0,
      "gridPos": {
        "h": 10,
        "w": 24,
        "x": 0,
        "y": 10
      },
      "hiddenSeries": false,
      "id": 12,
      "legend": {
        "alignAsTable": true,
        "avg": false,
        "current": true,
        "hideEmpty": false,
        "max": true,
        "min": true,
        "rightSide": true,
        "show": true,
        "sideWidth": 450,
        "total": false,
        "values": true
      },
      "lines": true,
      "linewidth": 2,
      "nullPointMode": "connected",
      "options": {
        "dataLinks": []
      },
      "percentage": false,
      "pointradius": 2,
      "points": true,
      "renderer": "flot",
      "repeatDirection": "h",
      "seriesOverrides": [
        {
          "alias": "/.*Anstieg/i",
          "yaxis": 2
        }
      ],
      "spaceLength": 10,
      "stack": false,
      "steppedLine": false,
      "targets": [
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(fall)-\n  (select sum(fall) from cor_jhu c \n   where land=\"Germany\" and c.Meldedatum < j.Meldedatum and unix_timestamp(c.meldedatum)>=unix_timestamp(j.meldedatum)-86400\n  ) as val,\n  concat(Land,\" - Fälle/Tag\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"Germany\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "A",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(fall)/\n  (select sum(fall) from cor_jhu c \n   where land=\"Germany\" and c.Meldedatum < j.Meldedatum and unix_timestamp(c.meldedatum)>=unix_timestamp(j.meldedatum)-86400\n  )*100-100 as val,\n  concat(Land,\" - %Anstieg-Fälle\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"Germany\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "B",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(fall)-sum(genesen)-\n  (select sum(fall)-sum(genesen) from cor_jhu c \n   where land=\"Germany\" and c.Meldedatum < j.Meldedatum and unix_timestamp(c.meldedatum)>=unix_timestamp(j.meldedatum)-86400\n  ) as val,\n  concat(Land,\" - Aktive/Tag\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"Germany\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "C",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  (sum(fall)-sum(genesen))/\n  (select sum(fall)-sum(genesen) from cor_jhu c \n   where land=\"Germany\" and c.Meldedatum < j.Meldedatum and unix_timestamp(c.meldedatum)>=unix_timestamp(j.meldedatum)-86400\n  )*100-100 as val,\n  concat(Land,\" - %Anstieg-Aktive\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"Germany\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "D",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        }
      ],
      "thresholds": [],
      "timeFrom": null,
      "timeRegions": [],
      "timeShift": null,
      "title": "Germany",
      "tooltip": {
        "shared": true,
        "sort": 2,
        "value_type": "individual"
      },
      "type": "graph",
      "xaxis": {
        "buckets": null,
        "mode": "time",
        "name": null,
        "show": true,
        "values": []
      },
      "yaxes": [
        {
          "format": "none",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        },
        {
          "decimals": 2,
          "format": "none",
          "label": "",
          "logBase": 1,
          "max": null,
          "min": null,
          "show": true
        }
      ],
      "yaxis": {
        "align": false,
        "alignLevel": null
      }
    },
    {
      "aliasColors": {},
      "bars": false,
      "dashLength": 10,
      "dashes": false,
      "datasource": "iobroker",
      "description": "",
      "fill": 0,
      "fillGradient": 0,
      "gridPos": {
        "h": 10,
        "w": 24,
        "x": 0,
        "y": 20
      },
      "hiddenSeries": false,
      "id": 11,
      "legend": {
        "alignAsTable": true,
        "avg": false,
        "current": true,
        "hideEmpty": false,
        "max": true,
        "min": true,
        "rightSide": true,
        "show": true,
        "sideWidth": 450,
        "total": false,
        "values": true
      },
      "lines": true,
      "linewidth": 2,
      "nullPointMode": "connected",
      "options": {
        "dataLinks": []
      },
      "percentage": false,
      "pointradius": 2,
      "points": true,
      "renderer": "flot",
      "repeatDirection": "h",
      "seriesOverrides": [
        {
          "alias": "/.*Tote/i",
          "yaxis": 2
        }
      ],
      "spaceLength": 10,
      "stack": false,
      "steppedLine": false,
      "targets": [
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(fall) as val,\n  concat(Land,\" - Fälle\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"Germany\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "A",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(genesen) as val,\n  concat(Land,\" - Genesen\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"Germany\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "B",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(tote) as val,\n  concat(Land,\" - Tote\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"Germany\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "C",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  d_unix as time_sec,\n  (select sum(R_FALL) from cor_view i where i.R_MeldeDatum<=d_datum ) as val,\n  \"Germany-RKI - Fälle\" as metric\nFROM cor_datum d\nWHERE $__unixEpochFrom()<=d_unix and $__unixEpochTo()>=d_unix\nORDER BY d_unix ASC ",
          "refId": "D",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  d_unix as time_sec,\n  (select sum(R_FALL) from cor_view i where unix_timestamp(i.R_MeldeDatum)<=d_unix-1209600 ) as val,\n  \"Germany-RKI - Genesen\" as metric\nFROM cor_datum d\nWHERE $__unixEpochFrom()<=d_unix and $__unixEpochTo()>=d_unix\nORDER BY d_unix ASC ",
          "refId": "E",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  d_unix as time_sec,\n  (select sum(R_Tote) from cor_view i where i.R_MeldeDatum<=d_datum ) as val,\n  \"Germany-RKI - Tote\" as metric\nFROM cor_datum d\nWHERE $__unixEpochFrom()<=d_unix and $__unixEpochTo()>=d_unix\nORDER BY d_unix ASC\n",
          "refId": "F",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        }
      ],
      "thresholds": [],
      "timeFrom": null,
      "timeRegions": [],
      "timeShift": null,
      "title": "Germany JHU-RKI",
      "tooltip": {
        "shared": true,
        "sort": 2,
        "value_type": "individual"
      },
      "type": "graph",
      "xaxis": {
        "buckets": null,
        "mode": "time",
        "name": null,
        "show": true,
        "values": []
      },
      "yaxes": [
        {
          "format": "none",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        },
        {
          "format": "none",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        }
      ],
      "yaxis": {
        "align": false,
        "alignLevel": null
      }
    },
    {
      "aliasColors": {},
      "bars": false,
      "dashLength": 10,
      "dashes": false,
      "datasource": "iobroker",
      "decimals": 2,
      "description": "",
      "fill": 0,
      "fillGradient": 0,
      "gridPos": {
        "h": 16,
        "w": 24,
        "x": 0,
        "y": 30
      },
      "hiddenSeries": false,
      "id": 8,
      "legend": {
        "alignAsTable": true,
        "avg": false,
        "current": true,
        "hideEmpty": false,
        "max": true,
        "min": true,
        "rightSide": true,
        "show": true,
        "sideWidth": 450,
        "total": false,
        "values": true
      },
      "lines": true,
      "linewidth": 2,
      "nullPointMode": "connected",
      "options": {
        "dataLinks": []
      },
      "percentage": false,
      "pointradius": 2,
      "points": true,
      "renderer": "flot",
      "repeatDirection": "h",
      "seriesOverrides": [
        {
          "alias": "/.*Tote/i",
          "yaxis": 2
        }
      ],
      "spaceLength": 10,
      "stack": false,
      "steppedLine": false,
      "targets": [
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(fall) as val,\n  concat(Land,\" - Fälle\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"$land1\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "A",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(genesen) as val,\n  concat(Land,\" - Genesen\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"$land1\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "B",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(tote) as val,\n  concat(Land,\" - Tote\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"$land1\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "C",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(fall) as val,\n  concat(Land,\" - Fälle\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"$land2\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "D",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(genesen) as val,\n  concat(Land,\" - Genesen\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"$land2\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "E",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(tote) as val,\n  concat(Land,\" - Tote\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"$land2\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "F",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(fall) as val,\n  concat(Land,\" - Fälle\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"$land3\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "G",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(genesen) as val,\n  concat(Land,\" - Genesen\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"$land3\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "H",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(tote) as val,\n  concat(Land,\" - Tote\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"$land3\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "I",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(tote)/sum(fall)*100 as val,\n  concat(Land,\" - Todesrate\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"$land1\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "J",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(tote)/sum(fall)*100 as val,\n  concat(Land,\" - Todesrate\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"$land2\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "K",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(tote)/sum(fall)*100 as val,\n  concat(Land,\" - Todesrate\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"$land3\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "L",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(fall)-sum(genesen) as val,\n  concat(Land,\" - Aktive\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"$land1\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "M",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(fall)-sum(genesen) as val,\n  concat(Land,\" - Aktive\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"$land2\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "N",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(fall)-sum(genesen) as val,\n  concat(Land,\" - Aktive\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\nand land=\"$land3\"\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "O",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        }
      ],
      "thresholds": [],
      "timeFrom": null,
      "timeRegions": [],
      "timeShift": null,
      "title": "$land1 - $land2 - $land3",
      "tooltip": {
        "shared": true,
        "sort": 2,
        "value_type": "individual"
      },
      "type": "graph",
      "xaxis": {
        "buckets": null,
        "mode": "time",
        "name": null,
        "show": true,
        "values": []
      },
      "yaxes": [
        {
          "format": "none",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        },
        {
          "decimals": 2,
          "format": "none",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        }
      ],
      "yaxis": {
        "align": false,
        "alignLevel": null
      }
    },
    {
      "aliasColors": {},
      "bars": false,
      "dashLength": 10,
      "dashes": false,
      "datasource": "iobroker",
      "decimals": 2,
      "description": "",
      "fill": 0,
      "fillGradient": 0,
      "gridPos": {
        "h": 16,
        "w": 24,
        "x": 0,
        "y": 46
      },
      "hiddenSeries": false,
      "id": 7,
      "legend": {
        "alignAsTable": true,
        "avg": false,
        "current": true,
        "hideEmpty": false,
        "max": true,
        "min": true,
        "rightSide": true,
        "show": true,
        "sideWidth": 450,
        "total": false,
        "values": true
      },
      "lines": true,
      "linewidth": 2,
      "nullPointMode": "connected",
      "options": {
        "dataLinks": []
      },
      "percentage": false,
      "pointradius": 2,
      "points": true,
      "renderer": "flot",
      "seriesOverrides": [
        {
          "alias": "/.*Tote/i",
          "yaxis": 2
        },
        {
          "alias": "Welt - Todesrate",
          "yaxis": 2
        }
      ],
      "spaceLength": 10,
      "stack": false,
      "steppedLine": false,
      "targets": [
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(fall) as val,\n  \"Welt - Fälle\" as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\n\ngroup by meldedatum\nORDER BY Meldedatum ASC ",
          "refId": "A",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(genesen) as val,\n  \"Welt - Genesen\" as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\n\ngroup by meldedatum\nORDER BY Meldedatum ASC ",
          "refId": "B",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(tote) as val,\n  \"Welt - Tote\" as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\n\ngroup by meldedatum\nORDER BY Meldedatum ASC ",
          "refId": "C",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(tote)/sum(fall)*100 as val,\n  \"Welt - Todesrate\" as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\n\ngroup by meldedatum\nORDER BY Meldedatum ASC ",
          "refId": "D",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        },
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(fall)-sum(genesen) as val,\n  \"Welt - Aktive\" as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\n\ngroup by meldedatum\nORDER BY Meldedatum ASC ",
          "refId": "E",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        }
      ],
      "thresholds": [],
      "timeFrom": null,
      "timeRegions": [],
      "timeShift": null,
      "title": "Welt",
      "tooltip": {
        "shared": true,
        "sort": 2,
        "value_type": "individual"
      },
      "type": "graph",
      "xaxis": {
        "buckets": null,
        "mode": "time",
        "name": null,
        "show": true,
        "values": []
      },
      "yaxes": [
        {
          "decimals": 2,
          "format": "none",
          "label": "",
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        },
        {
          "decimals": 2,
          "format": "none",
          "label": "",
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        }
      ],
      "yaxis": {
        "align": false,
        "alignLevel": null
      }
    },
    {
      "aliasColors": {},
      "bars": false,
      "dashLength": 10,
      "dashes": false,
      "datasource": "iobroker",
      "fill": 0,
      "fillGradient": 0,
      "gridPos": {
        "h": 18,
        "w": 24,
        "x": 0,
        "y": 62
      },
      "hiddenSeries": false,
      "id": 6,
      "legend": {
        "alignAsTable": true,
        "avg": false,
        "current": true,
        "hideEmpty": false,
        "max": true,
        "min": true,
        "rightSide": true,
        "show": true,
        "sideWidth": 450,
        "total": false,
        "values": true
      },
      "lines": true,
      "linewidth": 2,
      "nullPointMode": "connected",
      "options": {
        "dataLinks": []
      },
      "percentage": false,
      "pointradius": 2,
      "points": true,
      "renderer": "flot",
      "seriesOverrides": [],
      "spaceLength": 10,
      "stack": false,
      "steppedLine": false,
      "targets": [
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(fall) as val,\n  concat(Land,\" - Fälle\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "A",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        }
      ],
      "thresholds": [],
      "timeFrom": null,
      "timeRegions": [],
      "timeShift": null,
      "title": "Länder",
      "tooltip": {
        "shared": true,
        "sort": 2,
        "value_type": "individual"
      },
      "type": "graph",
      "xaxis": {
        "buckets": null,
        "mode": "time",
        "name": null,
        "show": true,
        "values": []
      },
      "yaxes": [
        {
          "format": "none",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        },
        {
          "format": "none",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        }
      ],
      "yaxis": {
        "align": false,
        "alignLevel": null
      }
    },
    {
      "aliasColors": {},
      "bars": false,
      "dashLength": 10,
      "dashes": false,
      "datasource": "iobroker",
      "fill": 0,
      "fillGradient": 0,
      "gridPos": {
        "h": 18,
        "w": 24,
        "x": 0,
        "y": 80
      },
      "hiddenSeries": false,
      "id": 5,
      "legend": {
        "alignAsTable": true,
        "avg": false,
        "current": true,
        "hideEmpty": false,
        "max": true,
        "min": true,
        "rightSide": true,
        "show": true,
        "sideWidth": 450,
        "total": false,
        "values": true
      },
      "lines": true,
      "linewidth": 2,
      "nullPointMode": "connected",
      "options": {
        "dataLinks": []
      },
      "percentage": false,
      "pointradius": 2,
      "points": true,
      "renderer": "flot",
      "seriesOverrides": [],
      "spaceLength": 10,
      "stack": false,
      "steppedLine": false,
      "targets": [
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(tote) as val,\n  concat(Land,\" - Tote\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "A",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        }
      ],
      "thresholds": [],
      "timeFrom": null,
      "timeRegions": [],
      "timeShift": null,
      "title": "Länder",
      "tooltip": {
        "shared": true,
        "sort": 2,
        "value_type": "individual"
      },
      "type": "graph",
      "xaxis": {
        "buckets": null,
        "mode": "time",
        "name": null,
        "show": true,
        "values": []
      },
      "yaxes": [
        {
          "format": "none",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        },
        {
          "format": "none",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        }
      ],
      "yaxis": {
        "align": false,
        "alignLevel": null
      }
    },
    {
      "aliasColors": {},
      "bars": false,
      "dashLength": 10,
      "dashes": false,
      "datasource": "iobroker",
      "fill": 0,
      "fillGradient": 0,
      "gridPos": {
        "h": 18,
        "w": 24,
        "x": 0,
        "y": 98
      },
      "hiddenSeries": false,
      "id": 4,
      "legend": {
        "alignAsTable": true,
        "avg": false,
        "current": true,
        "hideEmpty": false,
        "max": true,
        "min": true,
        "rightSide": true,
        "show": true,
        "sideWidth": 450,
        "total": false,
        "values": true
      },
      "lines": true,
      "linewidth": 2,
      "nullPointMode": "connected",
      "options": {
        "dataLinks": []
      },
      "percentage": false,
      "pointradius": 2,
      "points": true,
      "renderer": "flot",
      "seriesOverrides": [],
      "spaceLength": 10,
      "stack": false,
      "steppedLine": false,
      "targets": [
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(genesen) as val,\n  concat(Land,\" - Genesen\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "A",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        }
      ],
      "thresholds": [],
      "timeFrom": null,
      "timeRegions": [],
      "timeShift": null,
      "title": "Länder",
      "tooltip": {
        "shared": true,
        "sort": 2,
        "value_type": "individual"
      },
      "type": "graph",
      "xaxis": {
        "buckets": null,
        "mode": "time",
        "name": null,
        "show": true,
        "values": []
      },
      "yaxes": [
        {
          "format": "none",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        },
        {
          "format": "none",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        }
      ],
      "yaxis": {
        "align": false,
        "alignLevel": null
      }
    },
    {
      "aliasColors": {},
      "bars": false,
      "dashLength": 10,
      "dashes": false,
      "datasource": "iobroker",
      "decimals": 2,
      "fill": 0,
      "fillGradient": 0,
      "gridPos": {
        "h": 18,
        "w": 24,
        "x": 0,
        "y": 116
      },
      "hiddenSeries": false,
      "id": 9,
      "legend": {
        "alignAsTable": true,
        "avg": false,
        "current": true,
        "hideEmpty": false,
        "max": true,
        "min": true,
        "rightSide": true,
        "show": true,
        "sideWidth": 450,
        "total": false,
        "values": true
      },
      "lines": true,
      "linewidth": 2,
      "nullPointMode": "connected",
      "options": {
        "dataLinks": []
      },
      "percentage": false,
      "pointradius": 2,
      "points": true,
      "renderer": "flot",
      "seriesOverrides": [],
      "spaceLength": 10,
      "stack": false,
      "steppedLine": false,
      "targets": [
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(tote)/sum(fall)*100 as val,\n  concat(Land,\" - Todesrate\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "A",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        }
      ],
      "thresholds": [],
      "timeFrom": null,
      "timeRegions": [],
      "timeShift": null,
      "title": "Länder",
      "tooltip": {
        "shared": true,
        "sort": 2,
        "value_type": "individual"
      },
      "type": "graph",
      "xaxis": {
        "buckets": null,
        "mode": "time",
        "name": null,
        "show": true,
        "values": []
      },
      "yaxes": [
        {
          "decimals": 2,
          "format": "none",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        },
        {
          "format": "none",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": false
        }
      ],
      "yaxis": {
        "align": false,
        "alignLevel": null
      }
    },
    {
      "aliasColors": {},
      "bars": false,
      "dashLength": 10,
      "dashes": false,
      "datasource": "iobroker",
      "decimals": 2,
      "fill": 0,
      "fillGradient": 0,
      "gridPos": {
        "h": 18,
        "w": 24,
        "x": 0,
        "y": 134
      },
      "hiddenSeries": false,
      "id": 10,
      "legend": {
        "alignAsTable": true,
        "avg": false,
        "current": true,
        "hideEmpty": false,
        "max": true,
        "min": true,
        "rightSide": true,
        "show": true,
        "sideWidth": 450,
        "total": false,
        "values": true
      },
      "lines": true,
      "linewidth": 2,
      "nullPointMode": "connected",
      "options": {
        "dataLinks": []
      },
      "percentage": false,
      "pointradius": 2,
      "points": true,
      "renderer": "flot",
      "seriesOverrides": [],
      "spaceLength": 10,
      "stack": false,
      "steppedLine": false,
      "targets": [
        {
          "format": "time_series",
          "group": [],
          "metricColumn": "none",
          "rawQuery": true,
          "rawSql": "SELECT\n  unix_timestamp(Meldedatum) as time_sec,\n  sum(fall)-sum(genesen) as val,\n  concat(Land,\" - Aktive\") as metric\nFROM cor_jhu j\nWHERE $__unixEpochFrom()<=unix_timestamp(Meldedatum) and $__unixEpochTo()>=unix_timestamp(Meldedatum)\ngroup by land,meldedatum\nORDER BY land,Meldedatum ASC ",
          "refId": "A",
          "select": [
            [
              {
                "params": [
                  "id"
                ],
                "type": "column"
              }
            ]
          ],
          "table": "ts_bool",
          "timeColumn": "Zeit",
          "timeColumnType": "timestamp",
          "where": [
            {
              "name": "$__timeFilter",
              "params": [],
              "type": "macro"
            }
          ]
        }
      ],
      "thresholds": [],
      "timeFrom": null,
      "timeRegions": [],
      "timeShift": null,
      "title": "Länder",
      "tooltip": {
        "shared": true,
        "sort": 2,
        "value_type": "individual"
      },
      "type": "graph",
      "xaxis": {
        "buckets": null,
        "mode": "time",
        "name": null,
        "show": true,
        "values": []
      },
      "yaxes": [
        {
          "decimals": 2,
          "format": "none",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        },
        {
          "format": "none",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": false
        }
      ],
      "yaxis": {
        "align": false,
        "alignLevel": null
      }
    }
  ],
  "schemaVersion": 22,
  "style": "dark",
  "tags": [],
  "templating": {
    "list": [
      {
        "allValue": null,
        "current": {
          "selected": true,
          "text": "Germany",
          "value": "Germany"
        },
        "datasource": "iobroker",
        "definition": "select distinct land from cor_jhu order by land,bundesland",
        "hide": 0,
        "includeAll": false,
        "label": "Land-1",
        "multi": false,
        "name": "land1",
        "options": [
          {
            "selected": false,
            "text": "Afghanistan",
            "value": "Afghanistan"
          },
          {
            "selected": false,
            "text": "Albania",
            "value": "Albania"
          },
          {
            "selected": false,
            "text": "Algeria",
            "value": "Algeria"
          },
          {
            "selected": false,
            "text": "Andorra",
            "value": "Andorra"
          },
          {
            "selected": false,
            "text": "Angola",
            "value": "Angola"
          },
          {
            "selected": false,
            "text": "Antigua and Barbuda",
            "value": "Antigua and Barbuda"
          },
          {
            "selected": false,
            "text": "Argentina",
            "value": "Argentina"
          },
          {
            "selected": false,
            "text": "Armenia",
            "value": "Armenia"
          },
          {
            "selected": false,
            "text": "Australia",
            "value": "Australia"
          },
          {
            "selected": false,
            "text": "Austria",
            "value": "Austria"
          },
          {
            "selected": false,
            "text": "Azerbaijan",
            "value": "Azerbaijan"
          },
          {
            "selected": false,
            "text": "Bahamas",
            "value": "Bahamas"
          },
          {
            "selected": false,
            "text": "Bahrain",
            "value": "Bahrain"
          },
          {
            "selected": false,
            "text": "Bangladesh",
            "value": "Bangladesh"
          },
          {
            "selected": false,
            "text": "Barbados",
            "value": "Barbados"
          },
          {
            "selected": false,
            "text": "Belarus",
            "value": "Belarus"
          },
          {
            "selected": false,
            "text": "Belgium",
            "value": "Belgium"
          },
          {
            "selected": false,
            "text": "Belize",
            "value": "Belize"
          },
          {
            "selected": false,
            "text": "Benin",
            "value": "Benin"
          },
          {
            "selected": false,
            "text": "Bhutan",
            "value": "Bhutan"
          },
          {
            "selected": false,
            "text": "Bolivia",
            "value": "Bolivia"
          },
          {
            "selected": false,
            "text": "Bosnia and Herzegovina",
            "value": "Bosnia and Herzegovina"
          },
          {
            "selected": false,
            "text": "Botswana",
            "value": "Botswana"
          },
          {
            "selected": false,
            "text": "Brazil",
            "value": "Brazil"
          },
          {
            "selected": false,
            "text": "Brunei",
            "value": "Brunei"
          },
          {
            "selected": false,
            "text": "Bulgaria",
            "value": "Bulgaria"
          },
          {
            "selected": false,
            "text": "Burkina Faso",
            "value": "Burkina Faso"
          },
          {
            "selected": false,
            "text": "Burma",
            "value": "Burma"
          },
          {
            "selected": false,
            "text": "Burundi",
            "value": "Burundi"
          },
          {
            "selected": false,
            "text": "Cabo Verde",
            "value": "Cabo Verde"
          },
          {
            "selected": false,
            "text": "Cambodia",
            "value": "Cambodia"
          },
          {
            "selected": false,
            "text": "Cameroon",
            "value": "Cameroon"
          },
          {
            "selected": false,
            "text": "Canada",
            "value": "Canada"
          },
          {
            "selected": false,
            "text": "Central African Republic",
            "value": "Central African Republic"
          },
          {
            "selected": false,
            "text": "Chad",
            "value": "Chad"
          },
          {
            "selected": false,
            "text": "Chile",
            "value": "Chile"
          },
          {
            "selected": false,
            "text": "China",
            "value": "China"
          },
          {
            "selected": false,
            "text": "Colombia",
            "value": "Colombia"
          },
          {
            "selected": false,
            "text": "Congo (Brazzaville)",
            "value": "Congo (Brazzaville)"
          },
          {
            "selected": false,
            "text": "Congo (Kinshasa)",
            "value": "Congo (Kinshasa)"
          },
          {
            "selected": false,
            "text": "Costa Rica",
            "value": "Costa Rica"
          },
          {
            "selected": false,
            "text": "Cote d'Ivoire",
            "value": "Cote d'Ivoire"
          },
          {
            "selected": false,
            "text": "Croatia",
            "value": "Croatia"
          },
          {
            "selected": false,
            "text": "Cuba",
            "value": "Cuba"
          },
          {
            "selected": false,
            "text": "Cyprus",
            "value": "Cyprus"
          },
          {
            "selected": false,
            "text": "Czechia",
            "value": "Czechia"
          },
          {
            "selected": false,
            "text": "Denmark",
            "value": "Denmark"
          },
          {
            "selected": false,
            "text": "Diamond Princess",
            "value": "Diamond Princess"
          },
          {
            "selected": false,
            "text": "Djibouti",
            "value": "Djibouti"
          },
          {
            "selected": false,
            "text": "Dominica",
            "value": "Dominica"
          },
          {
            "selected": false,
            "text": "Dominican Republic",
            "value": "Dominican Republic"
          },
          {
            "selected": false,
            "text": "Ecuador",
            "value": "Ecuador"
          },
          {
            "selected": false,
            "text": "Egypt",
            "value": "Egypt"
          },
          {
            "selected": false,
            "text": "El Salvador",
            "value": "El Salvador"
          },
          {
            "selected": false,
            "text": "Equatorial Guinea",
            "value": "Equatorial Guinea"
          },
          {
            "selected": false,
            "text": "Eritrea",
            "value": "Eritrea"
          },
          {
            "selected": false,
            "text": "Estonia",
            "value": "Estonia"
          },
          {
            "selected": false,
            "text": "Eswatini",
            "value": "Eswatini"
          },
          {
            "selected": false,
            "text": "Ethiopia",
            "value": "Ethiopia"
          },
          {
            "selected": false,
            "text": "Fiji",
            "value": "Fiji"
          },
          {
            "selected": false,
            "text": "Finland",
            "value": "Finland"
          },
          {
            "selected": false,
            "text": "France",
            "value": "France"
          },
          {
            "selected": false,
            "text": "Gabon",
            "value": "Gabon"
          },
          {
            "selected": false,
            "text": "Gambia",
            "value": "Gambia"
          },
          {
            "selected": false,
            "text": "Georgia",
            "value": "Georgia"
          },
          {
            "selected": true,
            "text": "Germany",
            "value": "Germany"
          },
          {
            "selected": false,
            "text": "Ghana",
            "value": "Ghana"
          },
          {
            "selected": false,
            "text": "Greece",
            "value": "Greece"
          },
          {
            "selected": false,
            "text": "Grenada",
            "value": "Grenada"
          },
          {
            "selected": false,
            "text": "Guatemala",
            "value": "Guatemala"
          },
          {
            "selected": false,
            "text": "Guinea",
            "value": "Guinea"
          },
          {
            "selected": false,
            "text": "Guinea-Bissau",
            "value": "Guinea-Bissau"
          },
          {
            "selected": false,
            "text": "Guyana",
            "value": "Guyana"
          },
          {
            "selected": false,
            "text": "Haiti",
            "value": "Haiti"
          },
          {
            "selected": false,
            "text": "Holy See",
            "value": "Holy See"
          },
          {
            "selected": false,
            "text": "Honduras",
            "value": "Honduras"
          },
          {
            "selected": false,
            "text": "Hungary",
            "value": "Hungary"
          },
          {
            "selected": false,
            "text": "Iceland",
            "value": "Iceland"
          },
          {
            "selected": false,
            "text": "India",
            "value": "India"
          },
          {
            "selected": false,
            "text": "Indonesia",
            "value": "Indonesia"
          },
          {
            "selected": false,
            "text": "Iran",
            "value": "Iran"
          },
          {
            "selected": false,
            "text": "Iraq",
            "value": "Iraq"
          },
          {
            "selected": false,
            "text": "Ireland",
            "value": "Ireland"
          },
          {
            "selected": false,
            "text": "Israel",
            "value": "Israel"
          },
          {
            "selected": false,
            "text": "Italy",
            "value": "Italy"
          },
          {
            "selected": false,
            "text": "Jamaica",
            "value": "Jamaica"
          },
          {
            "selected": false,
            "text": "Japan",
            "value": "Japan"
          },
          {
            "selected": false,
            "text": "Jordan",
            "value": "Jordan"
          },
          {
            "selected": false,
            "text": "Kazakhstan",
            "value": "Kazakhstan"
          },
          {
            "selected": false,
            "text": "Kenya",
            "value": "Kenya"
          },
          {
            "selected": false,
            "text": "Korea",
            "value": "Korea"
          },
          {
            "selected": false,
            "text": "Kosovo",
            "value": "Kosovo"
          },
          {
            "selected": false,
            "text": "Kuwait",
            "value": "Kuwait"
          },
          {
            "selected": false,
            "text": "Kyrgyzstan",
            "value": "Kyrgyzstan"
          },
          {
            "selected": false,
            "text": "Laos",
            "value": "Laos"
          },
          {
            "selected": false,
            "text": "Latvia",
            "value": "Latvia"
          },
          {
            "selected": false,
            "text": "Lebanon",
            "value": "Lebanon"
          },
          {
            "selected": false,
            "text": "Liberia",
            "value": "Liberia"
          },
          {
            "selected": false,
            "text": "Libya",
            "value": "Libya"
          },
          {
            "selected": false,
            "text": "Liechtenstein",
            "value": "Liechtenstein"
          },
          {
            "selected": false,
            "text": "Lithuania",
            "value": "Lithuania"
          },
          {
            "selected": false,
            "text": "Luxembourg",
            "value": "Luxembourg"
          },
          {
            "selected": false,
            "text": "Madagascar",
            "value": "Madagascar"
          },
          {
            "selected": false,
            "text": "Malawi",
            "value": "Malawi"
          },
          {
            "selected": false,
            "text": "Malaysia",
            "value": "Malaysia"
          },
          {
            "selected": false,
            "text": "Maldives",
            "value": "Maldives"
          },
          {
            "selected": false,
            "text": "Mali",
            "value": "Mali"
          },
          {
            "selected": false,
            "text": "Malta",
            "value": "Malta"
          },
          {
            "selected": false,
            "text": "Mauritania",
            "value": "Mauritania"
          },
          {
            "selected": false,
            "text": "Mauritius",
            "value": "Mauritius"
          },
          {
            "selected": false,
            "text": "Mexico",
            "value": "Mexico"
          },
          {
            "selected": false,
            "text": "Moldova",
            "value": "Moldova"
          },
          {
            "selected": false,
            "text": "Monaco",
            "value": "Monaco"
          },
          {
            "selected": false,
            "text": "Mongolia",
            "value": "Mongolia"
          },
          {
            "selected": false,
            "text": "Montenegro",
            "value": "Montenegro"
          },
          {
            "selected": false,
            "text": "Morocco",
            "value": "Morocco"
          },
          {
            "selected": false,
            "text": "Mozambique",
            "value": "Mozambique"
          },
          {
            "selected": false,
            "text": "MS Zaandam",
            "value": "MS Zaandam"
          },
          {
            "selected": false,
            "text": "Namibia",
            "value": "Namibia"
          },
          {
            "selected": false,
            "text": "Nepal",
            "value": "Nepal"
          },
          {
            "selected": false,
            "text": "Netherlands",
            "value": "Netherlands"
          },
          {
            "selected": false,
            "text": "New Zealand",
            "value": "New Zealand"
          },
          {
            "selected": false,
            "text": "Nicaragua",
            "value": "Nicaragua"
          },
          {
            "selected": false,
            "text": "Niger",
            "value": "Niger"
          },
          {
            "selected": false,
            "text": "Nigeria",
            "value": "Nigeria"
          },
          {
            "selected": false,
            "text": "North Macedonia",
            "value": "North Macedonia"
          },
          {
            "selected": false,
            "text": "Norway",
            "value": "Norway"
          },
          {
            "selected": false,
            "text": "Oman",
            "value": "Oman"
          },
          {
            "selected": false,
            "text": "Pakistan",
            "value": "Pakistan"
          },
          {
            "selected": false,
            "text": "Panama",
            "value": "Panama"
          },
          {
            "selected": false,
            "text": "Papua New Guinea",
            "value": "Papua New Guinea"
          },
          {
            "selected": false,
            "text": "Paraguay",
            "value": "Paraguay"
          },
          {
            "selected": false,
            "text": "Peru",
            "value": "Peru"
          },
          {
            "selected": false,
            "text": "Philippines",
            "value": "Philippines"
          },
          {
            "selected": false,
            "text": "Poland",
            "value": "Poland"
          },
          {
            "selected": false,
            "text": "Portugal",
            "value": "Portugal"
          },
          {
            "selected": false,
            "text": "Qatar",
            "value": "Qatar"
          },
          {
            "selected": false,
            "text": "Romania",
            "value": "Romania"
          },
          {
            "selected": false,
            "text": "Russia",
            "value": "Russia"
          },
          {
            "selected": false,
            "text": "Rwanda",
            "value": "Rwanda"
          },
          {
            "selected": false,
            "text": "Saint Kitts and Nevis",
            "value": "Saint Kitts and Nevis"
          },
          {
            "selected": false,
            "text": "Saint Lucia",
            "value": "Saint Lucia"
          },
          {
            "selected": false,
            "text": "Saint Vincent and the Grenadines",
            "value": "Saint Vincent and the Grenadines"
          },
          {
            "selected": false,
            "text": "San Marino",
            "value": "San Marino"
          },
          {
            "selected": false,
            "text": "Saudi Arabia",
            "value": "Saudi Arabia"
          },
          {
            "selected": false,
            "text": "Senegal",
            "value": "Senegal"
          },
          {
            "selected": false,
            "text": "Serbia",
            "value": "Serbia"
          },
          {
            "selected": false,
            "text": "Seychelles",
            "value": "Seychelles"
          },
          {
            "selected": false,
            "text": "Sierra Leone",
            "value": "Sierra Leone"
          },
          {
            "selected": false,
            "text": "Singapore",
            "value": "Singapore"
          },
          {
            "selected": false,
            "text": "Slovakia",
            "value": "Slovakia"
          },
          {
            "selected": false,
            "text": "Slovenia",
            "value": "Slovenia"
          },
          {
            "selected": false,
            "text": "Somalia",
            "value": "Somalia"
          },
          {
            "selected": false,
            "text": "South Africa",
            "value": "South Africa"
          },
          {
            "selected": false,
            "text": "Spain",
            "value": "Spain"
          },
          {
            "selected": false,
            "text": "Sri Lanka",
            "value": "Sri Lanka"
          },
          {
            "selected": false,
            "text": "Sudan",
            "value": "Sudan"
          },
          {
            "selected": false,
            "text": "Suriname",
            "value": "Suriname"
          },
          {
            "selected": false,
            "text": "Sweden",
            "value": "Sweden"
          },
          {
            "selected": false,
            "text": "Switzerland",
            "value": "Switzerland"
          },
          {
            "selected": false,
            "text": "Syria",
            "value": "Syria"
          },
          {
            "selected": false,
            "text": "Taiwan*",
            "value": "Taiwan*"
          },
          {
            "selected": false,
            "text": "Tanzania",
            "value": "Tanzania"
          },
          {
            "selected": false,
            "text": "Thailand",
            "value": "Thailand"
          },
          {
            "selected": false,
            "text": "Timor-Leste",
            "value": "Timor-Leste"
          },
          {
            "selected": false,
            "text": "Togo",
            "value": "Togo"
          },
          {
            "selected": false,
            "text": "Trinidad and Tobago",
            "value": "Trinidad and Tobago"
          },
          {
            "selected": false,
            "text": "Tunisia",
            "value": "Tunisia"
          },
          {
            "selected": false,
            "text": "Turkey",
            "value": "Turkey"
          },
          {
            "selected": false,
            "text": "Uganda",
            "value": "Uganda"
          },
          {
            "selected": false,
            "text": "Ukraine",
            "value": "Ukraine"
          },
          {
            "selected": false,
            "text": "United Arab Emirates",
            "value": "United Arab Emirates"
          },
          {
            "selected": false,
            "text": "United Kingdom",
            "value": "United Kingdom"
          },
          {
            "selected": false,
            "text": "Uruguay",
            "value": "Uruguay"
          },
          {
            "selected": false,
            "text": "US",
            "value": "US"
          },
          {
            "selected": false,
            "text": "Uzbekistan",
            "value": "Uzbekistan"
          },
          {
            "selected": false,
            "text": "Venezuela",
            "value": "Venezuela"
          },
          {
            "selected": false,
            "text": "Vietnam",
            "value": "Vietnam"
          },
          {
            "selected": false,
            "text": "West Bank and Gaza",
            "value": "West Bank and Gaza"
          },
          {
            "selected": false,
            "text": "Zambia",
            "value": "Zambia"
          },
          {
            "selected": false,
            "text": "Zimbabwe",
            "value": "Zimbabwe"
          }
        ],
        "query": "select distinct land from cor_jhu order by land,bundesland",
        "refresh": 0,
        "regex": "",
        "skipUrlSync": false,
        "sort": 0,
        "tagValuesQuery": "",
        "tags": [],
        "tagsQuery": "",
        "type": "query",
        "useTags": false
      },
      {
        "allValue": null,
        "current": {
          "selected": true,
          "text": "Italy",
          "value": "Italy"
        },
        "datasource": "iobroker",
        "definition": "select distinct land from cor_jhu order by land,bundesland",
        "hide": 0,
        "includeAll": false,
        "label": "Land-2",
        "multi": false,
        "name": "land2",
        "options": [
          {
            "selected": false,
            "text": "Afghanistan",
            "value": "Afghanistan"
          },
          {
            "selected": false,
            "text": "Albania",
            "value": "Albania"
          },
          {
            "selected": false,
            "text": "Algeria",
            "value": "Algeria"
          },
          {
            "selected": false,
            "text": "Andorra",
            "value": "Andorra"
          },
          {
            "selected": false,
            "text": "Angola",
            "value": "Angola"
          },
          {
            "selected": false,
            "text": "Antigua and Barbuda",
            "value": "Antigua and Barbuda"
          },
          {
            "selected": false,
            "text": "Argentina",
            "value": "Argentina"
          },
          {
            "selected": false,
            "text": "Armenia",
            "value": "Armenia"
          },
          {
            "selected": false,
            "text": "Australia",
            "value": "Australia"
          },
          {
            "selected": false,
            "text": "Austria",
            "value": "Austria"
          },
          {
            "selected": false,
            "text": "Azerbaijan",
            "value": "Azerbaijan"
          },
          {
            "selected": false,
            "text": "Bahamas",
            "value": "Bahamas"
          },
          {
            "selected": false,
            "text": "Bahrain",
            "value": "Bahrain"
          },
          {
            "selected": false,
            "text": "Bangladesh",
            "value": "Bangladesh"
          },
          {
            "selected": false,
            "text": "Barbados",
            "value": "Barbados"
          },
          {
            "selected": false,
            "text": "Belarus",
            "value": "Belarus"
          },
          {
            "selected": false,
            "text": "Belgium",
            "value": "Belgium"
          },
          {
            "selected": false,
            "text": "Belize",
            "value": "Belize"
          },
          {
            "selected": false,
            "text": "Benin",
            "value": "Benin"
          },
          {
            "selected": false,
            "text": "Bhutan",
            "value": "Bhutan"
          },
          {
            "selected": false,
            "text": "Bolivia",
            "value": "Bolivia"
          },
          {
            "selected": false,
            "text": "Bosnia and Herzegovina",
            "value": "Bosnia and Herzegovina"
          },
          {
            "selected": false,
            "text": "Botswana",
            "value": "Botswana"
          },
          {
            "selected": false,
            "text": "Brazil",
            "value": "Brazil"
          },
          {
            "selected": false,
            "text": "Brunei",
            "value": "Brunei"
          },
          {
            "selected": false,
            "text": "Bulgaria",
            "value": "Bulgaria"
          },
          {
            "selected": false,
            "text": "Burkina Faso",
            "value": "Burkina Faso"
          },
          {
            "selected": false,
            "text": "Burma",
            "value": "Burma"
          },
          {
            "selected": false,
            "text": "Burundi",
            "value": "Burundi"
          },
          {
            "selected": false,
            "text": "Cabo Verde",
            "value": "Cabo Verde"
          },
          {
            "selected": false,
            "text": "Cambodia",
            "value": "Cambodia"
          },
          {
            "selected": false,
            "text": "Cameroon",
            "value": "Cameroon"
          },
          {
            "selected": false,
            "text": "Canada",
            "value": "Canada"
          },
          {
            "selected": false,
            "text": "Central African Republic",
            "value": "Central African Republic"
          },
          {
            "selected": false,
            "text": "Chad",
            "value": "Chad"
          },
          {
            "selected": false,
            "text": "Chile",
            "value": "Chile"
          },
          {
            "selected": false,
            "text": "China",
            "value": "China"
          },
          {
            "selected": false,
            "text": "Colombia",
            "value": "Colombia"
          },
          {
            "selected": false,
            "text": "Congo (Brazzaville)",
            "value": "Congo (Brazzaville)"
          },
          {
            "selected": false,
            "text": "Congo (Kinshasa)",
            "value": "Congo (Kinshasa)"
          },
          {
            "selected": false,
            "text": "Costa Rica",
            "value": "Costa Rica"
          },
          {
            "selected": false,
            "text": "Cote d'Ivoire",
            "value": "Cote d'Ivoire"
          },
          {
            "selected": false,
            "text": "Croatia",
            "value": "Croatia"
          },
          {
            "selected": false,
            "text": "Cuba",
            "value": "Cuba"
          },
          {
            "selected": false,
            "text": "Cyprus",
            "value": "Cyprus"
          },
          {
            "selected": false,
            "text": "Czechia",
            "value": "Czechia"
          },
          {
            "selected": false,
            "text": "Denmark",
            "value": "Denmark"
          },
          {
            "selected": false,
            "text": "Diamond Princess",
            "value": "Diamond Princess"
          },
          {
            "selected": false,
            "text": "Djibouti",
            "value": "Djibouti"
          },
          {
            "selected": false,
            "text": "Dominica",
            "value": "Dominica"
          },
          {
            "selected": false,
            "text": "Dominican Republic",
            "value": "Dominican Republic"
          },
          {
            "selected": false,
            "text": "Ecuador",
            "value": "Ecuador"
          },
          {
            "selected": false,
            "text": "Egypt",
            "value": "Egypt"
          },
          {
            "selected": false,
            "text": "El Salvador",
            "value": "El Salvador"
          },
          {
            "selected": false,
            "text": "Equatorial Guinea",
            "value": "Equatorial Guinea"
          },
          {
            "selected": false,
            "text": "Eritrea",
            "value": "Eritrea"
          },
          {
            "selected": false,
            "text": "Estonia",
            "value": "Estonia"
          },
          {
            "selected": false,
            "text": "Eswatini",
            "value": "Eswatini"
          },
          {
            "selected": false,
            "text": "Ethiopia",
            "value": "Ethiopia"
          },
          {
            "selected": false,
            "text": "Fiji",
            "value": "Fiji"
          },
          {
            "selected": false,
            "text": "Finland",
            "value": "Finland"
          },
          {
            "selected": false,
            "text": "France",
            "value": "France"
          },
          {
            "selected": false,
            "text": "Gabon",
            "value": "Gabon"
          },
          {
            "selected": false,
            "text": "Gambia",
            "value": "Gambia"
          },
          {
            "selected": false,
            "text": "Georgia",
            "value": "Georgia"
          },
          {
            "selected": false,
            "text": "Germany",
            "value": "Germany"
          },
          {
            "selected": false,
            "text": "Ghana",
            "value": "Ghana"
          },
          {
            "selected": false,
            "text": "Greece",
            "value": "Greece"
          },
          {
            "selected": false,
            "text": "Grenada",
            "value": "Grenada"
          },
          {
            "selected": false,
            "text": "Guatemala",
            "value": "Guatemala"
          },
          {
            "selected": false,
            "text": "Guinea",
            "value": "Guinea"
          },
          {
            "selected": false,
            "text": "Guinea-Bissau",
            "value": "Guinea-Bissau"
          },
          {
            "selected": false,
            "text": "Guyana",
            "value": "Guyana"
          },
          {
            "selected": false,
            "text": "Haiti",
            "value": "Haiti"
          },
          {
            "selected": false,
            "text": "Holy See",
            "value": "Holy See"
          },
          {
            "selected": false,
            "text": "Honduras",
            "value": "Honduras"
          },
          {
            "selected": false,
            "text": "Hungary",
            "value": "Hungary"
          },
          {
            "selected": false,
            "text": "Iceland",
            "value": "Iceland"
          },
          {
            "selected": false,
            "text": "India",
            "value": "India"
          },
          {
            "selected": false,
            "text": "Indonesia",
            "value": "Indonesia"
          },
          {
            "selected": false,
            "text": "Iran",
            "value": "Iran"
          },
          {
            "selected": false,
            "text": "Iraq",
            "value": "Iraq"
          },
          {
            "selected": false,
            "text": "Ireland",
            "value": "Ireland"
          },
          {
            "selected": false,
            "text": "Israel",
            "value": "Israel"
          },
          {
            "selected": true,
            "text": "Italy",
            "value": "Italy"
          },
          {
            "selected": false,
            "text": "Jamaica",
            "value": "Jamaica"
          },
          {
            "selected": false,
            "text": "Japan",
            "value": "Japan"
          },
          {
            "selected": false,
            "text": "Jordan",
            "value": "Jordan"
          },
          {
            "selected": false,
            "text": "Kazakhstan",
            "value": "Kazakhstan"
          },
          {
            "selected": false,
            "text": "Kenya",
            "value": "Kenya"
          },
          {
            "selected": false,
            "text": "Korea",
            "value": "Korea"
          },
          {
            "selected": false,
            "text": "Kosovo",
            "value": "Kosovo"
          },
          {
            "selected": false,
            "text": "Kuwait",
            "value": "Kuwait"
          },
          {
            "selected": false,
            "text": "Kyrgyzstan",
            "value": "Kyrgyzstan"
          },
          {
            "selected": false,
            "text": "Laos",
            "value": "Laos"
          },
          {
            "selected": false,
            "text": "Latvia",
            "value": "Latvia"
          },
          {
            "selected": false,
            "text": "Lebanon",
            "value": "Lebanon"
          },
          {
            "selected": false,
            "text": "Liberia",
            "value": "Liberia"
          },
          {
            "selected": false,
            "text": "Libya",
            "value": "Libya"
          },
          {
            "selected": false,
            "text": "Liechtenstein",
            "value": "Liechtenstein"
          },
          {
            "selected": false,
            "text": "Lithuania",
            "value": "Lithuania"
          },
          {
            "selected": false,
            "text": "Luxembourg",
            "value": "Luxembourg"
          },
          {
            "selected": false,
            "text": "Madagascar",
            "value": "Madagascar"
          },
          {
            "selected": false,
            "text": "Malawi",
            "value": "Malawi"
          },
          {
            "selected": false,
            "text": "Malaysia",
            "value": "Malaysia"
          },
          {
            "selected": false,
            "text": "Maldives",
            "value": "Maldives"
          },
          {
            "selected": false,
            "text": "Mali",
            "value": "Mali"
          },
          {
            "selected": false,
            "text": "Malta",
            "value": "Malta"
          },
          {
            "selected": false,
            "text": "Mauritania",
            "value": "Mauritania"
          },
          {
            "selected": false,
            "text": "Mauritius",
            "value": "Mauritius"
          },
          {
            "selected": false,
            "text": "Mexico",
            "value": "Mexico"
          },
          {
            "selected": false,
            "text": "Moldova",
            "value": "Moldova"
          },
          {
            "selected": false,
            "text": "Monaco",
            "value": "Monaco"
          },
          {
            "selected": false,
            "text": "Mongolia",
            "value": "Mongolia"
          },
          {
            "selected": false,
            "text": "Montenegro",
            "value": "Montenegro"
          },
          {
            "selected": false,
            "text": "Morocco",
            "value": "Morocco"
          },
          {
            "selected": false,
            "text": "Mozambique",
            "value": "Mozambique"
          },
          {
            "selected": false,
            "text": "MS Zaandam",
            "value": "MS Zaandam"
          },
          {
            "selected": false,
            "text": "Namibia",
            "value": "Namibia"
          },
          {
            "selected": false,
            "text": "Nepal",
            "value": "Nepal"
          },
          {
            "selected": false,
            "text": "Netherlands",
            "value": "Netherlands"
          },
          {
            "selected": false,
            "text": "New Zealand",
            "value": "New Zealand"
          },
          {
            "selected": false,
            "text": "Nicaragua",
            "value": "Nicaragua"
          },
          {
            "selected": false,
            "text": "Niger",
            "value": "Niger"
          },
          {
            "selected": false,
            "text": "Nigeria",
            "value": "Nigeria"
          },
          {
            "selected": false,
            "text": "North Macedonia",
            "value": "North Macedonia"
          },
          {
            "selected": false,
            "text": "Norway",
            "value": "Norway"
          },
          {
            "selected": false,
            "text": "Oman",
            "value": "Oman"
          },
          {
            "selected": false,
            "text": "Pakistan",
            "value": "Pakistan"
          },
          {
            "selected": false,
            "text": "Panama",
            "value": "Panama"
          },
          {
            "selected": false,
            "text": "Papua New Guinea",
            "value": "Papua New Guinea"
          },
          {
            "selected": false,
            "text": "Paraguay",
            "value": "Paraguay"
          },
          {
            "selected": false,
            "text": "Peru",
            "value": "Peru"
          },
          {
            "selected": false,
            "text": "Philippines",
            "value": "Philippines"
          },
          {
            "selected": false,
            "text": "Poland",
            "value": "Poland"
          },
          {
            "selected": false,
            "text": "Portugal",
            "value": "Portugal"
          },
          {
            "selected": false,
            "text": "Qatar",
            "value": "Qatar"
          },
          {
            "selected": false,
            "text": "Romania",
            "value": "Romania"
          },
          {
            "selected": false,
            "text": "Russia",
            "value": "Russia"
          },
          {
            "selected": false,
            "text": "Rwanda",
            "value": "Rwanda"
          },
          {
            "selected": false,
            "text": "Saint Kitts and Nevis",
            "value": "Saint Kitts and Nevis"
          },
          {
            "selected": false,
            "text": "Saint Lucia",
            "value": "Saint Lucia"
          },
          {
            "selected": false,
            "text": "Saint Vincent and the Grenadines",
            "value": "Saint Vincent and the Grenadines"
          },
          {
            "selected": false,
            "text": "San Marino",
            "value": "San Marino"
          },
          {
            "selected": false,
            "text": "Saudi Arabia",
            "value": "Saudi Arabia"
          },
          {
            "selected": false,
            "text": "Senegal",
            "value": "Senegal"
          },
          {
            "selected": false,
            "text": "Serbia",
            "value": "Serbia"
          },
          {
            "selected": false,
            "text": "Seychelles",
            "value": "Seychelles"
          },
          {
            "selected": false,
            "text": "Sierra Leone",
            "value": "Sierra Leone"
          },
          {
            "selected": false,
            "text": "Singapore",
            "value": "Singapore"
          },
          {
            "selected": false,
            "text": "Slovakia",
            "value": "Slovakia"
          },
          {
            "selected": false,
            "text": "Slovenia",
            "value": "Slovenia"
          },
          {
            "selected": false,
            "text": "Somalia",
            "value": "Somalia"
          },
          {
            "selected": false,
            "text": "South Africa",
            "value": "South Africa"
          },
          {
            "selected": false,
            "text": "Spain",
            "value": "Spain"
          },
          {
            "selected": false,
            "text": "Sri Lanka",
            "value": "Sri Lanka"
          },
          {
            "selected": false,
            "text": "Sudan",
            "value": "Sudan"
          },
          {
            "selected": false,
            "text": "Suriname",
            "value": "Suriname"
          },
          {
            "selected": false,
            "text": "Sweden",
            "value": "Sweden"
          },
          {
            "selected": false,
            "text": "Switzerland",
            "value": "Switzerland"
          },
          {
            "selected": false,
            "text": "Syria",
            "value": "Syria"
          },
          {
            "selected": false,
            "text": "Taiwan*",
            "value": "Taiwan*"
          },
          {
            "selected": false,
            "text": "Tanzania",
            "value": "Tanzania"
          },
          {
            "selected": false,
            "text": "Thailand",
            "value": "Thailand"
          },
          {
            "selected": false,
            "text": "Timor-Leste",
            "value": "Timor-Leste"
          },
          {
            "selected": false,
            "text": "Togo",
            "value": "Togo"
          },
          {
            "selected": false,
            "text": "Trinidad and Tobago",
            "value": "Trinidad and Tobago"
          },
          {
            "selected": false,
            "text": "Tunisia",
            "value": "Tunisia"
          },
          {
            "selected": false,
            "text": "Turkey",
            "value": "Turkey"
          },
          {
            "selected": false,
            "text": "Uganda",
            "value": "Uganda"
          },
          {
            "selected": false,
            "text": "Ukraine",
            "value": "Ukraine"
          },
          {
            "selected": false,
            "text": "United Arab Emirates",
            "value": "United Arab Emirates"
          },
          {
            "selected": false,
            "text": "United Kingdom",
            "value": "United Kingdom"
          },
          {
            "selected": false,
            "text": "Uruguay",
            "value": "Uruguay"
          },
          {
            "selected": false,
            "text": "US",
            "value": "US"
          },
          {
            "selected": false,
            "text": "Uzbekistan",
            "value": "Uzbekistan"
          },
          {
            "selected": false,
            "text": "Venezuela",
            "value": "Venezuela"
          },
          {
            "selected": false,
            "text": "Vietnam",
            "value": "Vietnam"
          },
          {
            "selected": false,
            "text": "West Bank and Gaza",
            "value": "West Bank and Gaza"
          },
          {
            "selected": false,
            "text": "Zambia",
            "value": "Zambia"
          },
          {
            "selected": false,
            "text": "Zimbabwe",
            "value": "Zimbabwe"
          }
        ],
        "query": "select distinct land from cor_jhu order by land,bundesland",
        "refresh": 0,
        "regex": "",
        "skipUrlSync": false,
        "sort": 0,
        "tagValuesQuery": "",
        "tags": [],
        "tagsQuery": "",
        "type": "query",
        "useTags": false
      },
      {
        "allValue": null,
        "current": {
          "selected": true,
          "text": "China",
          "value": "China"
        },
        "datasource": "iobroker",
        "definition": "select distinct land from cor_jhu order by land,bundesland",
        "hide": 0,
        "includeAll": false,
        "label": "Land-3",
        "multi": false,
        "name": "land3",
        "options": [
          {
            "selected": false,
            "text": "Afghanistan",
            "value": "Afghanistan"
          },
          {
            "selected": false,
            "text": "Albania",
            "value": "Albania"
          },
          {
            "selected": false,
            "text": "Algeria",
            "value": "Algeria"
          },
          {
            "selected": false,
            "text": "Andorra",
            "value": "Andorra"
          },
          {
            "selected": false,
            "text": "Angola",
            "value": "Angola"
          },
          {
            "selected": false,
            "text": "Antigua and Barbuda",
            "value": "Antigua and Barbuda"
          },
          {
            "selected": false,
            "text": "Argentina",
            "value": "Argentina"
          },
          {
            "selected": false,
            "text": "Armenia",
            "value": "Armenia"
          },
          {
            "selected": false,
            "text": "Australia",
            "value": "Australia"
          },
          {
            "selected": false,
            "text": "Austria",
            "value": "Austria"
          },
          {
            "selected": false,
            "text": "Azerbaijan",
            "value": "Azerbaijan"
          },
          {
            "selected": false,
            "text": "Bahamas",
            "value": "Bahamas"
          },
          {
            "selected": false,
            "text": "Bahrain",
            "value": "Bahrain"
          },
          {
            "selected": false,
            "text": "Bangladesh",
            "value": "Bangladesh"
          },
          {
            "selected": false,
            "text": "Barbados",
            "value": "Barbados"
          },
          {
            "selected": false,
            "text": "Belarus",
            "value": "Belarus"
          },
          {
            "selected": false,
            "text": "Belgium",
            "value": "Belgium"
          },
          {
            "selected": false,
            "text": "Belize",
            "value": "Belize"
          },
          {
            "selected": false,
            "text": "Benin",
            "value": "Benin"
          },
          {
            "selected": false,
            "text": "Bhutan",
            "value": "Bhutan"
          },
          {
            "selected": false,
            "text": "Bolivia",
            "value": "Bolivia"
          },
          {
            "selected": false,
            "text": "Bosnia and Herzegovina",
            "value": "Bosnia and Herzegovina"
          },
          {
            "selected": false,
            "text": "Botswana",
            "value": "Botswana"
          },
          {
            "selected": false,
            "text": "Brazil",
            "value": "Brazil"
          },
          {
            "selected": false,
            "text": "Brunei",
            "value": "Brunei"
          },
          {
            "selected": false,
            "text": "Bulgaria",
            "value": "Bulgaria"
          },
          {
            "selected": false,
            "text": "Burkina Faso",
            "value": "Burkina Faso"
          },
          {
            "selected": false,
            "text": "Burma",
            "value": "Burma"
          },
          {
            "selected": false,
            "text": "Burundi",
            "value": "Burundi"
          },
          {
            "selected": false,
            "text": "Cabo Verde",
            "value": "Cabo Verde"
          },
          {
            "selected": false,
            "text": "Cambodia",
            "value": "Cambodia"
          },
          {
            "selected": false,
            "text": "Cameroon",
            "value": "Cameroon"
          },
          {
            "selected": false,
            "text": "Canada",
            "value": "Canada"
          },
          {
            "selected": false,
            "text": "Central African Republic",
            "value": "Central African Republic"
          },
          {
            "selected": false,
            "text": "Chad",
            "value": "Chad"
          },
          {
            "selected": false,
            "text": "Chile",
            "value": "Chile"
          },
          {
            "selected": true,
            "text": "China",
            "value": "China"
          },
          {
            "selected": false,
            "text": "Colombia",
            "value": "Colombia"
          },
          {
            "selected": false,
            "text": "Congo (Brazzaville)",
            "value": "Congo (Brazzaville)"
          },
          {
            "selected": false,
            "text": "Congo (Kinshasa)",
            "value": "Congo (Kinshasa)"
          },
          {
            "selected": false,
            "text": "Costa Rica",
            "value": "Costa Rica"
          },
          {
            "selected": false,
            "text": "Cote d'Ivoire",
            "value": "Cote d'Ivoire"
          },
          {
            "selected": false,
            "text": "Croatia",
            "value": "Croatia"
          },
          {
            "selected": false,
            "text": "Cuba",
            "value": "Cuba"
          },
          {
            "selected": false,
            "text": "Cyprus",
            "value": "Cyprus"
          },
          {
            "selected": false,
            "text": "Czechia",
            "value": "Czechia"
          },
          {
            "selected": false,
            "text": "Denmark",
            "value": "Denmark"
          },
          {
            "selected": false,
            "text": "Diamond Princess",
            "value": "Diamond Princess"
          },
          {
            "selected": false,
            "text": "Djibouti",
            "value": "Djibouti"
          },
          {
            "selected": false,
            "text": "Dominica",
            "value": "Dominica"
          },
          {
            "selected": false,
            "text": "Dominican Republic",
            "value": "Dominican Republic"
          },
          {
            "selected": false,
            "text": "Ecuador",
            "value": "Ecuador"
          },
          {
            "selected": false,
            "text": "Egypt",
            "value": "Egypt"
          },
          {
            "selected": false,
            "text": "El Salvador",
            "value": "El Salvador"
          },
          {
            "selected": false,
            "text": "Equatorial Guinea",
            "value": "Equatorial Guinea"
          },
          {
            "selected": false,
            "text": "Eritrea",
            "value": "Eritrea"
          },
          {
            "selected": false,
            "text": "Estonia",
            "value": "Estonia"
          },
          {
            "selected": false,
            "text": "Eswatini",
            "value": "Eswatini"
          },
          {
            "selected": false,
            "text": "Ethiopia",
            "value": "Ethiopia"
          },
          {
            "selected": false,
            "text": "Fiji",
            "value": "Fiji"
          },
          {
            "selected": false,
            "text": "Finland",
            "value": "Finland"
          },
          {
            "selected": false,
            "text": "France",
            "value": "France"
          },
          {
            "selected": false,
            "text": "Gabon",
            "value": "Gabon"
          },
          {
            "selected": false,
            "text": "Gambia",
            "value": "Gambia"
          },
          {
            "selected": false,
            "text": "Georgia",
            "value": "Georgia"
          },
          {
            "selected": false,
            "text": "Germany",
            "value": "Germany"
          },
          {
            "selected": false,
            "text": "Ghana",
            "value": "Ghana"
          },
          {
            "selected": false,
            "text": "Greece",
            "value": "Greece"
          },
          {
            "selected": false,
            "text": "Grenada",
            "value": "Grenada"
          },
          {
            "selected": false,
            "text": "Guatemala",
            "value": "Guatemala"
          },
          {
            "selected": false,
            "text": "Guinea",
            "value": "Guinea"
          },
          {
            "selected": false,
            "text": "Guinea-Bissau",
            "value": "Guinea-Bissau"
          },
          {
            "selected": false,
            "text": "Guyana",
            "value": "Guyana"
          },
          {
            "selected": false,
            "text": "Haiti",
            "value": "Haiti"
          },
          {
            "selected": false,
            "text": "Holy See",
            "value": "Holy See"
          },
          {
            "selected": false,
            "text": "Honduras",
            "value": "Honduras"
          },
          {
            "selected": false,
            "text": "Hungary",
            "value": "Hungary"
          },
          {
            "selected": false,
            "text": "Iceland",
            "value": "Iceland"
          },
          {
            "selected": false,
            "text": "India",
            "value": "India"
          },
          {
            "selected": false,
            "text": "Indonesia",
            "value": "Indonesia"
          },
          {
            "selected": false,
            "text": "Iran",
            "value": "Iran"
          },
          {
            "selected": false,
            "text": "Iraq",
            "value": "Iraq"
          },
          {
            "selected": false,
            "text": "Ireland",
            "value": "Ireland"
          },
          {
            "selected": false,
            "text": "Israel",
            "value": "Israel"
          },
          {
            "selected": false,
            "text": "Italy",
            "value": "Italy"
          },
          {
            "selected": false,
            "text": "Jamaica",
            "value": "Jamaica"
          },
          {
            "selected": false,
            "text": "Japan",
            "value": "Japan"
          },
          {
            "selected": false,
            "text": "Jordan",
            "value": "Jordan"
          },
          {
            "selected": false,
            "text": "Kazakhstan",
            "value": "Kazakhstan"
          },
          {
            "selected": false,
            "text": "Kenya",
            "value": "Kenya"
          },
          {
            "selected": false,
            "text": "Korea",
            "value": "Korea"
          },
          {
            "selected": false,
            "text": "Kosovo",
            "value": "Kosovo"
          },
          {
            "selected": false,
            "text": "Kuwait",
            "value": "Kuwait"
          },
          {
            "selected": false,
            "text": "Kyrgyzstan",
            "value": "Kyrgyzstan"
          },
          {
            "selected": false,
            "text": "Laos",
            "value": "Laos"
          },
          {
            "selected": false,
            "text": "Latvia",
            "value": "Latvia"
          },
          {
            "selected": false,
            "text": "Lebanon",
            "value": "Lebanon"
          },
          {
            "selected": false,
            "text": "Liberia",
            "value": "Liberia"
          },
          {
            "selected": false,
            "text": "Libya",
            "value": "Libya"
          },
          {
            "selected": false,
            "text": "Liechtenstein",
            "value": "Liechtenstein"
          },
          {
            "selected": false,
            "text": "Lithuania",
            "value": "Lithuania"
          },
          {
            "selected": false,
            "text": "Luxembourg",
            "value": "Luxembourg"
          },
          {
            "selected": false,
            "text": "Madagascar",
            "value": "Madagascar"
          },
          {
            "selected": false,
            "text": "Malawi",
            "value": "Malawi"
          },
          {
            "selected": false,
            "text": "Malaysia",
            "value": "Malaysia"
          },
          {
            "selected": false,
            "text": "Maldives",
            "value": "Maldives"
          },
          {
            "selected": false,
            "text": "Mali",
            "value": "Mali"
          },
          {
            "selected": false,
            "text": "Malta",
            "value": "Malta"
          },
          {
            "selected": false,
            "text": "Mauritania",
            "value": "Mauritania"
          },
          {
            "selected": false,
            "text": "Mauritius",
            "value": "Mauritius"
          },
          {
            "selected": false,
            "text": "Mexico",
            "value": "Mexico"
          },
          {
            "selected": false,
            "text": "Moldova",
            "value": "Moldova"
          },
          {
            "selected": false,
            "text": "Monaco",
            "value": "Monaco"
          },
          {
            "selected": false,
            "text": "Mongolia",
            "value": "Mongolia"
          },
          {
            "selected": false,
            "text": "Montenegro",
            "value": "Montenegro"
          },
          {
            "selected": false,
            "text": "Morocco",
            "value": "Morocco"
          },
          {
            "selected": false,
            "text": "Mozambique",
            "value": "Mozambique"
          },
          {
            "selected": false,
            "text": "MS Zaandam",
            "value": "MS Zaandam"
          },
          {
            "selected": false,
            "text": "Namibia",
            "value": "Namibia"
          },
          {
            "selected": false,
            "text": "Nepal",
            "value": "Nepal"
          },
          {
            "selected": false,
            "text": "Netherlands",
            "value": "Netherlands"
          },
          {
            "selected": false,
            "text": "New Zealand",
            "value": "New Zealand"
          },
          {
            "selected": false,
            "text": "Nicaragua",
            "value": "Nicaragua"
          },
          {
            "selected": false,
            "text": "Niger",
            "value": "Niger"
          },
          {
            "selected": false,
            "text": "Nigeria",
            "value": "Nigeria"
          },
          {
            "selected": false,
            "text": "North Macedonia",
            "value": "North Macedonia"
          },
          {
            "selected": false,
            "text": "Norway",
            "value": "Norway"
          },
          {
            "selected": false,
            "text": "Oman",
            "value": "Oman"
          },
          {
            "selected": false,
            "text": "Pakistan",
            "value": "Pakistan"
          },
          {
            "selected": false,
            "text": "Panama",
            "value": "Panama"
          },
          {
            "selected": false,
            "text": "Papua New Guinea",
            "value": "Papua New Guinea"
          },
          {
            "selected": false,
            "text": "Paraguay",
            "value": "Paraguay"
          },
          {
            "selected": false,
            "text": "Peru",
            "value": "Peru"
          },
          {
            "selected": false,
            "text": "Philippines",
            "value": "Philippines"
          },
          {
            "selected": false,
            "text": "Poland",
            "value": "Poland"
          },
          {
            "selected": false,
            "text": "Portugal",
            "value": "Portugal"
          },
          {
            "selected": false,
            "text": "Qatar",
            "value": "Qatar"
          },
          {
            "selected": false,
            "text": "Romania",
            "value": "Romania"
          },
          {
            "selected": false,
            "text": "Russia",
            "value": "Russia"
          },
          {
            "selected": false,
            "text": "Rwanda",
            "value": "Rwanda"
          },
          {
            "selected": false,
            "text": "Saint Kitts and Nevis",
            "value": "Saint Kitts and Nevis"
          },
          {
            "selected": false,
            "text": "Saint Lucia",
            "value": "Saint Lucia"
          },
          {
            "selected": false,
            "text": "Saint Vincent and the Grenadines",
            "value": "Saint Vincent and the Grenadines"
          },
          {
            "selected": false,
            "text": "San Marino",
            "value": "San Marino"
          },
          {
            "selected": false,
            "text": "Saudi Arabia",
            "value": "Saudi Arabia"
          },
          {
            "selected": false,
            "text": "Senegal",
            "value": "Senegal"
          },
          {
            "selected": false,
            "text": "Serbia",
            "value": "Serbia"
          },
          {
            "selected": false,
            "text": "Seychelles",
            "value": "Seychelles"
          },
          {
            "selected": false,
            "text": "Sierra Leone",
            "value": "Sierra Leone"
          },
          {
            "selected": false,
            "text": "Singapore",
            "value": "Singapore"
          },
          {
            "selected": false,
            "text": "Slovakia",
            "value": "Slovakia"
          },
          {
            "selected": false,
            "text": "Slovenia",
            "value": "Slovenia"
          },
          {
            "selected": false,
            "text": "Somalia",
            "value": "Somalia"
          },
          {
            "selected": false,
            "text": "South Africa",
            "value": "South Africa"
          },
          {
            "selected": false,
            "text": "Spain",
            "value": "Spain"
          },
          {
            "selected": false,
            "text": "Sri Lanka",
            "value": "Sri Lanka"
          },
          {
            "selected": false,
            "text": "Sudan",
            "value": "Sudan"
          },
          {
            "selected": false,
            "text": "Suriname",
            "value": "Suriname"
          },
          {
            "selected": false,
            "text": "Sweden",
            "value": "Sweden"
          },
          {
            "selected": false,
            "text": "Switzerland",
            "value": "Switzerland"
          },
          {
            "selected": false,
            "text": "Syria",
            "value": "Syria"
          },
          {
            "selected": false,
            "text": "Taiwan*",
            "value": "Taiwan*"
          },
          {
            "selected": false,
            "text": "Tanzania",
            "value": "Tanzania"
          },
          {
            "selected": false,
            "text": "Thailand",
            "value": "Thailand"
          },
          {
            "selected": false,
            "text": "Timor-Leste",
            "value": "Timor-Leste"
          },
          {
            "selected": false,
            "text": "Togo",
            "value": "Togo"
          },
          {
            "selected": false,
            "text": "Trinidad and Tobago",
            "value": "Trinidad and Tobago"
          },
          {
            "selected": false,
            "text": "Tunisia",
            "value": "Tunisia"
          },
          {
            "selected": false,
            "text": "Turkey",
            "value": "Turkey"
          },
          {
            "selected": false,
            "text": "Uganda",
            "value": "Uganda"
          },
          {
            "selected": false,
            "text": "Ukraine",
            "value": "Ukraine"
          },
          {
            "selected": false,
            "text": "United Arab Emirates",
            "value": "United Arab Emirates"
          },
          {
            "selected": false,
            "text": "United Kingdom",
            "value": "United Kingdom"
          },
          {
            "selected": false,
            "text": "Uruguay",
            "value": "Uruguay"
          },
          {
            "selected": false,
            "text": "US",
            "value": "US"
          },
          {
            "selected": false,
            "text": "Uzbekistan",
            "value": "Uzbekistan"
          },
          {
            "selected": false,
            "text": "Venezuela",
            "value": "Venezuela"
          },
          {
            "selected": false,
            "text": "Vietnam",
            "value": "Vietnam"
          },
          {
            "selected": false,
            "text": "West Bank and Gaza",
            "value": "West Bank and Gaza"
          },
          {
            "selected": false,
            "text": "Zambia",
            "value": "Zambia"
          },
          {
            "selected": false,
            "text": "Zimbabwe",
            "value": "Zimbabwe"
          }
        ],
        "query": "select distinct land from cor_jhu order by land,bundesland",
        "refresh": 0,
        "regex": "",
        "skipUrlSync": false,
        "sort": 0,
        "tagValuesQuery": "",
        "tags": [],
        "tagsQuery": "",
        "type": "query",
        "useTags": false
      }
    ]
  },
  "time": {
    "from": "now-30d",
    "to": "now"
  },
  "timepicker": {
    "refresh_intervals": [
      "5s",
      "10s",
      "30s",
      "1m",
      "5m",
      "15m",
      "30m",
      "1h",
      "2h",
      "1d"
    ]
  },
  "timezone": "",
  "title": "iobroker Corona Welt",
  "uid": "4bV14NCZk",
  "version": 32
}