You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Ive noticed some strange behavior of sorting function while adding series.addOrderRule with chart with two measure axes.
Look at http://jsfiddle.net/norecces/vJaeU/
As it shows connections of points are wrong, but if I reduce amout of rows to 10, it works perfect and in sorting function loops in normal order (1-2, 2-3, ... ,9-10). In case of 14 rows order of loops is a bit strange (1-14, 14-8, ...)
The text was updated successfully, but these errors were encountered:
norecces
changed the title
Behaivor of sorting function in series.AddOderRule
Behaivor of sorting function in series.AddOrderRule
Mar 17, 2014
norecces
changed the title
Behaivor of sorting function in series.AddOrderRule
Behavior of sorting function in series.AddOrderRule
Mar 17, 2014
It is strange, it looks like the values are treated as strings and your order rule is ignored. But on investigation I don't think it is treating them as strings, using a, b, c etc behaves in exactly the same way.
It's definitely a bug, I can't see anything wrong in your approach - I would expect it to do what you expect. Unfortunately I also can't think of a good workaround.
Hi,
Ive noticed some strange behavior of sorting function while adding series.addOrderRule with chart with two measure axes.
Look at http://jsfiddle.net/norecces/vJaeU/
As it shows connections of points are wrong, but if I reduce amout of rows to 10, it works perfect and in sorting function loops in normal order (1-2, 2-3, ... ,9-10). In case of 14 rows order of loops is a bit strange (1-14, 14-8, ...)
The text was updated successfully, but these errors were encountered: