Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Multi-series line chart ordering

Scott WesleyFeb 25 2015 — edited Feb 27 2015

I have a line chart with two series and I have a sorting issue when the data in the second series falls outside the boundary of the first.

For example, the blue line in this case represents the series with the smaller sequence value (10).

The red line is the second series with sequence 20, but the final two points a rendered on the far right, when really the belong on the far left, before the first blue data point - since they're in August 2014.

series_order_2.png

The problem is exacerbated when the order of the series is reversed. Note the dates on the x-axis.

series_order.png

Both SQL order by the date value.

The only reference on the forums I've found is this, with no outcome

Stacked Bar Chart with Multiple Series Sort Question

(Note the extended lines are thanks to ignore_missing)

This is on 4.2.0, but happy to reproduce on apex.oracle.com if people want to play.

Cheers,

Scott

This post has been answered by Scott Wesley on Feb 26 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 27 2015
Added on Feb 25 2015
7 comments
2,103 views