How to specify multiple rows as y-axis in QVXYModelMapper
Unsolved
General and Desktop
-
no | data1 | data2 | data3 |
1 | y1 | y2 | y3 |I have these data. I want to draw a line series with the x-axis set to no and the y-axis as data1, data2, and data3. I am trying to link the table with the model, but is there a way to connect the 3 points using QVXYModelMapper?
Or should I simply implement the line series and model separately?