Gauge is broken shows up as an empty table

The gauge visualization no longer shows up in either firefox or chrome even if I restart the browser. Just upgraded to v8.2.0 Enterprise edition free version. Running on Amazon Linux2 EC2 instance. It wasn’t working on v8.1 either.

Data comes in as Time and value but under value options I’m using Calculate with the calculation as “Last*”

Is there a way to reinstall the visualization?

Panel JSON:

{

  "id": 23763571993,

  "gridPos": {

    "x": 0,

    "y": 0,

    "w": 12,

    "h": 8

  },

  "type": "gauge",

  "title": "Test Gauge",

  "fieldConfig": {

    "defaults": {

      "thresholds": {

        "mode": "absolute",

        "steps": [

          {

            "color": "green",

            "value": null

          }

        ]

      },

      "mappings": [],

      "color": {

        "mode": "fixed"

      },

      "min": 0,

      "max": 8

    },

    "overrides": []

  },

  "targets": [

    {

      "namespace": "AWS/RDS",

      "metricName": "CPUCreditUsage",

      "expression": "",

      "dimensions": {

        "DBInstanceIdentifier": "rds-instance-name"

      },

      "region": "default",

      "id": "",

      "alias": "test",

      "statistic": "Average",

      "period": "",

      "refId": "A",

      "matchExact": true

    }

  ],

  "pluginVersion": "8.2.0",

  "timeFrom": null,

  "timeShift": null,

  "maxDataPoints": null,

  "transformations": [],

  "options": {

    "reduceOptions": {

      "values": false,

      "calcs": [

        "lastNotNull"

      ],

      "fields": "/^test$/"

    },

    "orientation": "auto",

    "showThresholdLabels": false,

    "showThresholdMarkers": true,

    "text": {}

  },

  "datasource": null

}

Data:

{
  "request": {
    "method": "POST",
    "url": "api/ds/query",
    "data": {
      "from": "1633568214813",
      "to": "1633741014813",
      "queries": [
        {
          "intervalMs": 300000,
          "maxDataPoints": 714.4791666666667,
          "datasourceId": 1,
          "type": "timeSeriesQuery",
          "namespace": "AWS/RDS",
          "metricName": "CPUCreditUsage",
          "expression": "",
          "dimensions": {
            "DBInstanceIdentifier": [
              "rds-instance-name"
            ]
          },
          "region": "aws-region-1",
          "id": "",
          "alias": "test",
          "statistic": "Average",
          "period": "",
          "refId": "A",
          "matchExact": true,
          "datasource": "CloudWatch"
        }
      ]
    },
    "hideFromInspector": false
  },
  "response": {
    "results": {
      "A": {
        "frames": [
          {
            "schema": {
              "name": "test",
              "refId": "A",
              "meta": {
                "custom": {
                  "id": "queryA",
                  "period": 300
                }
              },
              "fields": [
                {
                  "name": "Time",
                  "type": "time",
                  "typeInfo": {
                    "frame": "time.Time",
                    "nullable": true
                  }
                },
                {
                  "name": "Value",
                  "type": "number",
                  "typeInfo": {
                    "frame": "float64",
                    "nullable": true
                  },
                  "labels": {
                    "DBInstanceIdentifier": "rds-instance-name"
                  },
                  "config": {
                    "displayNameFromDS": "test",
                    "links": [
                      {
                        "title": "View in CloudWatch console",
                        "targetBlank": true,
                        "url": "https://aws-region-1.console.aws.amazon.com/cloudwatch/deeplink.js?region=aws-region-1#metricsV2:graph=%7B%22view%22%3A%22timeSeries%22%2C%22stacked%22%3Afalse%2C%22title%22%3A%22A%22%2C%22start%22%3A%222021-10-07T00%3A56%3A54Z%22%2C%22end%22%3A%222021-10-09T00%3A56%3A54Z%22%2C%22region%22%3A%22aws-region-1%22%2C%22metrics%22%3A%5B%5B%22AWS%2FRDS%22%2C%22CPUCreditUsage%22%2C%22DBInstanceIdentifier%22%2C%22rds-instance-name%22%2C%7B%22stat%22%3A%22Average%22%2C%22period%22%3A300%7D%5D%5D%7D"
                      }
                    ]
                  }
                }
              ]
            },
            "data": {
              "values": [
                [
                  1633568160000,
                  1633568460000,
                  1633568760000,
                  1633569060000,
                  1633569360000
 truncated to allow for posting.
                ],
                [
                  0.38820695,
                  0.40765216666666665,
                  0.39431441666666667,
                  0.38873413333333334,
                  0.3905450833333333
 truncated to allow for posting
                ]
              ]
            }
          }
        ],
        "refId": "A"
      }
    }
  }
}