senderle / c18topics

A visualization of an 18th-century topic model.
MIT License
0 stars 1 forks source link

js error on resize #7

Closed senderle closed 7 years ago

senderle commented 7 years ago

On resize now, a JS error reports:

Uncaught TypeError: svg.attr is not a function
    at resize (plot.js:36)
    at d3.v3.min.js:1

Seems to have something to do with the way the callback is receiving the svg object. It might be necessary to get the svg object into the resize function's closure.

maecapozzi commented 7 years ago

I think I have resolved this issue with this PR.