Skip to content
  • Mike Bostock's avatar
    Only coalesce exact string matches. · 500538af
    Mike Bostock authored
    If there are a lot of matching numbers, it’s faster to do direct string equality
    comparisons than it is to coerce to a number and compare numerically.
    500538af