I ran a query that has results similar to these:
_col0 | _col1
1 | 151
2 | 4324
...
17 | 23413
When I try to create a chart, putting _col0
on the x-axis presto assumes the axis indicates years and gives me a graph with 20XX instead of XX when XX is a two digit number.
I would just go with it, except when _col0
is < 10 the year it's translated to is 1970 for some reason, which really messes up my chart.
How can I fix this?