Get non-existent series now crashes with TypeError: item.options is null #6147
Labels
Comments
Hi @weakunix Any chance to reproduce the issue? For me it works fine: http://jsfiddle.net/43gctL1f/ Thanks! |
Ok, it's a tricky one and it only fails when a Can you remove the "Cant reproduce" label now? |
Just to add, when I originally said "obviously", I meant purely from a code robustness standpoint, in the sense that while it's relatively easy to make sure
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Highcharts.StockChart.get("seriesid") has an obvious bug in 5.0.6, (line 14511 of highstock.src.js):
should read:
The text was updated successfully, but these errors were encountered: