Tucsky / SignificantTrades

better than 1 min chart
https://aggr.trade
GNU General Public License v3.0
622 stars 212 forks source link

Chart stops updating after a while until an exchange is removed and re-added #39

Closed canselcik closed 4 years ago

canselcik commented 5 years ago

Console is filled with:

build.js?v=2.3.3:6 TypeError: Cannot read property 'update' of undefined
    at n.<anonymous> (build.js?v=2.3.3:30)
    at Array.forEach (<anonymous>)
    at n.updateData (build.js?v=2.3.3:30)
    at n.c (build.js?v=2.3.3:30)
    at build.js?v=2.3.3:30
    at Array.forEach (<anonymous>)
    at t.fireEvent (build.js?v=2.3.3:30)
    at build.js?v=2.3.3:30
    at Array.forEach (<anonymous>)
    at t.Chart.redraw (build.js?v=2.3.3:30)

which looks relevant. Happens on Chrome, Edge and as far as I remember also on Firefox.

Tucsky commented 5 years ago

Yes it is probably the most annoying bug of all, I spent hours trying to find the problem but can't figure it out... For a quick workaround you can still disable the candlesticks but yeah to me its a highchart bug

Tucsky commented 5 years ago

it might be caused by the SMA indicator from highstock... You may want to disable it image

canselcik commented 5 years ago

I will give that a try. Thanks. Definitely by far the most annoying bug of all. :)