Plot a timeseries with colors at point level set from another source

Hi,
i have a table with three columns , timestamp,price,quantity , i want to present this as a timeseries chart , with each point colored in function of the quantity field.
I managed to get something working


using XY plot, but is possible to do in TimeSeries plot ?