I have a Quiver Analysis page containing many time series. I build these time series using functions combining other time series data and variables. One of the time series does not update it’s information that frequently, however I want the graph to project all the way to the current day. How can I do that?
You need to make sure that the interpolation settings on all of the component time series are set so that the "after" category is nearest
instead of None
Remember to also set the interpolation settings for any variables that this time series is based off of.