Combining hv.Curve and hv.Spikes in datashade

Hello All,

I have some high frequency time series data that I plotting with hv.Curve. I would like to high certain points in the data with hv.Spike. I use datashade(hv.Curve * hv.Spikes,cmap=[“blue”,“red”]) for the final plot but it seems that datashade is combining the colors so that hv.Curve seems to be both red and blue.

Does anyone know the correct way to combine different graph types in datashade? I tried reviewing the time series guide but it is only one graph type. Thank you for any help.