Combining Ajax Call and the intervall (extend traces function)

Hi guys, I have a quick question.

Is it possible to combine the Ajax Call function (downloading data from a CSV file to use it in a graph) and the Intervall function in plotly.js?

My project is to try and graph a CSV file, that is constantly being added to.

Additionally:
Is it easier to just force a reload the page with an html entry (which doesn’t look very nice because the page goes white for a little bit before showing again.) or to try and get the intervall function to work?