Line Chart: an issue with displaying multiple categories on a single chart
State of affairs:
I have certain metric split by multiple products. Number of products can vary, that is the number of lines on the chart can change.
By default a Line Chart gives me two options: to show all products on a single coordinate space (like on picture #1) or to make two X-axes ("Split axis" option). Neither of the two quite fits my needs: the first option makes chart diffucult to read, the second -- obviuosly doesn't solve the problem.
Is there a way to dynamically display on a Line Chart:
arbitrary number of lines (data groups),
each on a separate coordinate space (similar to what "Split axis" produces, but for 2+ data groups),