Hi
After the change in the sort order for multi-series charts, we have a problem in some of out charts which should NOT be sorted alphabetically.
The issue is well described here:
In out case we with to control the x-axis sort order completely like:
49/50 . 50/51 . 01/02 03/04
(week numbers spanning a year).
This does not seem to be possible with the new logic in the charts. Also we do not want a work-around where we prefix the x-axis labels with 1., 2.... to make it sort alphabetically.
Question: is there a way to control the sorting using the JET options/events ?
And if not, we can option for prefixing x-axis label with:
1. 49/50 . 2. 50/51 . 3. 01/02 4. 03/04
and then removing the prefixed number at runtime ?
Brgds
Martin