ONSvisual / Simple-charts

Simple responsive charts
17 stars 12 forks source link

Slope chart labels are sometimes in the wrong order when values are very close together #109

Open jtrim-ons opened 1 year ago

jtrim-ons commented 1 year ago

e.g. right-hand labels here.

image

data.csv:

name,leftValue,rightValue,leftRank,rightRank,leftCustomRank,rightCustomRank
France,100,690,100,690,4,4
Japan,2923,696,2923,696,1,1
Cayman Islands,179,694,179,694,3,2
Jersey,710,692,710,692,2,3

Sometimes this problem only shows up in Firefox, and sometimes in both Firefox and Chrome.

The problem seems to be in the arrangeLabels function, where labels can be moved out of order.