I would like my X-axis to be ordered once, twice, and thrice. The data is ordered that way so I'm not sure why the interactive chart graphs it in the wrong order.
Hi @elliehanson96
The order is following the order of the dataset, see the example below to better understand:
Notice how the order of the rows go B - C - A? The bar chart is following the same order. Create an order by logic before the chart and it should give you the results you want.
Pedro.