Timeseries Panel Not Displaying Live Data

Hello grafana community,

I am building a simple grafana datasource plugin that provides live data by making an http request every few seconds. The data is displayed and updated in all panels (table, histogram, XY chart) except the timeseries panel. It just shows a single point and sort of gets stuck. Switching to table view shows that the data is being updated. I have built this plugin similar to the websocket example. I get the same results when I use that particular example without any change as well.

I am using grafana docker image with tag: 9.4.2.

Here are some photos from the example websocket plugin:

Timeseries panel

Timeseries panel with table view

XY Chart