Svjard / jinrikisha

JavaScript toolkit for creating interactive real-time graphs
http://code.shutterstock.com/rickshaw/
MIT License
2 stars 0 forks source link

Uncaught TypeError: Cannot read property '1' of undefined #25

Open Svjard opened 11 years ago

Svjard commented 11 years ago

When sliding the left "handle" of the range-slider I get the following error: Uncaught TypeError: Cannot read property '1' of undefined

It happens on this line: out.call(stack, series[i][j], o += points[i - 1][j][1], points[i][j][1]); Full source: https://github.com/mbostock/d3/blob/master/d3.v2.js#L4330

I don't see this behaviour on the official example: http://code.shutterstock.com/rickshaw/examples/extensions.html

So problem seems to be my data, any ideas?

Test case can be found here: http://jsbin.com/ohonut/1/