denisemauldin / d3-timeline

D3 timeline
BSD 3-Clause "New" or "Revised" License
168 stars 72 forks source link

hoist xScale and xAxis variable to top level fn. #12

Closed samccone closed 6 years ago

samccone commented 6 years ago

Without this hoist on label click (when in strict mode) can result in xScale being undefined in the click handler and thus causing a runtime exception.

samccone commented 6 years ago

Thanks for the super fast merge! :zap: