rickshaw icon indicating copy to clipboard operation
rickshaw copied to clipboard

undefined property stack

Open forethoughtde opened this issue 10 years ago • 2 comments

Uncaught TypeError: Cannot read property 'stack' of undefinedRickshaw.Graph.stackData @ rickshaw.min.js:1 Rickshaw.Graph.Renderer.Rickshaw.Class.create.domain @ rickshaw.min.js:2Rickshaw.Graph.discoverRange @ rickshaw.min.js:1Rickshaw.Graph.initialize @ rickshaw.min.js:1Rickshaw.Graph @ rickshaw.min.js:1(anonymous function)

forethoughtde avatar Jun 07 '15 13:06 forethoughtde

Also have the same error but in rickshaw.js file (as given below) -

TypeError: Cannot read property 'stack' of undefined
    at Rickshaw.Graph.stackData (rickshaw.js:569)
    at klass.domain (rickshaw.js:3083)
    at Rickshaw.Graph.discoverRange (rickshaw.js:495)
    at Rickshaw.Graph.initialize (rickshaw.js:429)
    at new Rickshaw.Graph (rickshaw.js:707)
    at Blaze.TemplateInstance.<anonymous> (rickshaw.js:29)
    at blaze.js?hash=813922c…:3397
    at Function.Template._withTemplateInstanceFunc (blaze.js?hash=813922c…:3743)
    at fireCallbacks (blaze.js?hash=813922c…:3393)
    at Blaze.View.<anonymous> (blaze.js?hash=813922c…:3486)

Please help. Thanks.

divyanshupathak avatar May 23 '17 13:05 divyanshupathak

Same issue here if I use the latest D3, works fine using the bundled.

drnickyoung avatar Jul 16 '17 19:07 drnickyoung