I am sourcing chart data from an excel spreadsheet, by using Openpyxl.
I need to be able to sort this data largest to smallest without it getting jumbled. Sometimes there are multiple series in the charts.
Is there a method by which this can be accomplished?
If it cannot be sorted before being dropped into the plot, is there a means by which it can be sorted afterward? I imagine it would need to be located, then sorted. This would need to happen for every chart in the document.