Is it possible to create a multi-line chart where the colours depend on another column?

Is it possible to create a line chart with multiple lines, where two lines are generated by the same column and a third column decides on the color of the line?

Example

Dataset:

Type,t,value
A,0,12
B,0,12
A,1,20
B,1,23

How to generate a different line for each type (x-axsis=t, y-axsis=value)?

Not at the moment. Feel free to file an issue suggesting this at github.com/metabase/metabase/issues/new if it’s especially useful to you.