-
I try to use Observable Plot on an interactive site where you can aggregate multiple time related searches. This means I have an array of timeseries I want to plot inside one line plot. Something like this. In this example 2 timeseries are included, they could be more.
What I am doing currently is iterating over the list like this:
This works for simple stuff. If I want to change labels , add color or anything data related I have to iterate over the array which seems strange. What is the intended way of drawing multiple timeseries ( or bars which is another issue of mine )? Should I combine my array of timeseries beforehand? But then they are indistinguishable for setting colors etc. Do you guys understand my question? Would appreaciate suggestions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I guess I found the solution. The name was misleading. #685 (comment) |
Beta Was this translation helpful? Give feedback.
I guess I found the solution. The name was misleading. #685 (comment)