Hi Yeray
Well, as you probably know, "A" and "a" have different ascii codes and that's why they are considered as different characters.
Yes, I am aware of that, but I would expect a correct alphabetic sorting like this:
"airport", "Austarlia", "bag", "Berlin"
Your chart does it like this:
"Austarlia", "Berlin", "airport", "bag"
which is not really usable.
For now, the only thing I think you could do would be forcing all the labels to start with uppercase or downcase, as you prefer.
I use the chart to show files of a file system, which can ether start with a lower or upper case. It is no solution for me to modify the file names before adding them to the chart!
Is there no other way to sort the values correctly?
Maybe with a custom compare function for chart values?
Thanks!