dexplo / bar_chart_race

Create animated bar chart races in Python with matplotlib
MIT License
1.35k stars 351 forks source link

There are some problems with the date sorting #36

Open canghaidao opened 3 years ago

canghaidao commented 3 years ago

When sorting by date, the dates like this on March 2, 2019 (2019-3-2)will be between March 19, 2019(2019-3-19) and March 20, 2019(2019-3-20).