The workaround of this problem is to use From Workspace block and provide a time column to the data. Go to File->Model Properties->Model Properties->Callbacks->PreLoadFcn and write
t=1:8;x=1:8;
Data=[t.' x.'];
and then in your model, open From Workspace block and write
Data
Then observe the output.