Hello, I'm looking to create a time-series line chart, that has ~5 individual entities, each with it's own color. When two or more of these entities share the same value for an extended period of time, I would line the line to alternate between the colors of the entities sharing the value. For example, if a yellow line and a blue line overlap on a value of 4, i would want the line to alternate between yellow and blue. As a work around I had to manually overlay hashed lines (not the most efficient method to reproduce)...not sure if this is even possible.