Hello, I am new to streamlit and I love it, however I am a bit confused by the linechart autosort functionality. How can i turn it off?
I have a pivot table sorted by an index that looks like this yyyy-mm (str values) and it’s correctly sorted. However when I plot the graph the x-axis gets automatically sorted alphabetically and this of course messes up the order because now the months after September (10, 11 and 12) will be positioned before january resulting in
2023-1
2023-10,
2023-11,
2023-12,
2023-2 …
What am I missing?
I am aware that there is already another post like this but that solution did not solve my problem.