unitaryfund / metriq-app

Web app for Metriq
https://metriq.info
Apache License 2.0
28 stars 19 forks source link

Work-around for bug in Chrome Array.prototype.sort() #933

Closed WrathfulSpatula closed 2 months ago

WrathfulSpatula commented 2 months ago

In Chrome, the state-of-the-art line was rendered incorrectly on charts like Quantum Volume.

As can be seen in the PR, this is purely a bug in Chrome. By resorting to manual date parsing and sorting, we work around it.