Is it possible to animate a time series?

I have a time series graph and I want the graph to move in relation to the time (so if a dot on the x axis is one second, the line would move a dot per second). Is this possible in Grafana?

@chankim9696 You will need a streaming data source or Grafana Live that constantly pushes data to the panel.

Alternatively, you can look at the Apache ECharts which can access data sources directly to retrieve new data periodically.