I have a dataset like:

| City    |    LA |    NY |
|---------+-------+-------|
| Flight1 | 09.20 | 14.30 |
| Flight2 | 10.30 | 15.40 |
| Flight3 | 11.30 | 16.40 |


When I use encode: { "x: [1,2,3 ], y: 'City'"} I only get the first line
in the line-chart. If I do encode: { x: [2,3 ], y: 'City'} it shows
Flight2, but still only one line.
I am using sourceHeader: true, seriesLayoutBy: 'row' in the dataset

How can I get all the rows to show?

Reply via email to