Chronological Bar Charts in APEX 21.1.7
I have a view which has 3 columns, one of which is TO_CHAR formatted from TO_DATE as MON-YY. This feeds into an APEX bar-chart, which is ordering the bars alphabetically, but I need it to be chronological, and the label to still show in the format MON-YY. Is this possible in APEX?
0