rawgraphs / rawgraphs-charts

A curated selection of charts provided through RAWGraphs interface
https://rawgraphs.io/
Apache License 2.0
93 stars 42 forks source link

Can't sort vertically by numbers on alluvial diagram #82

Closed tm-ac closed 3 years ago

tm-ac commented 3 years ago

In which chart does the bug happen?

RAWGraphs Version 2.0 beta

Web browser and version Firefox 88.0

Operating System Win10

Steps to reproduce this Select sample "Highest grossing movies in history" Choose Alluvial diagram Add steps: ROI, Genre Customize, Vertically sort bars by: Name

Expected behavior Items containing numbers are sorted as numbers, ie: 141, 147, 1403, 1450.

Actual behavior Items containing numbers are sorted in dictionary order, ie: 1403, 141, 1450, 147.

Additional context This works properly in v.1 (using same steps).

image