Cannot read property 'info' of undefined
问题 I am having an issue where I get the error in the title of this question when I create a chart like the one in this fiddle http://jsfiddle.net/w43m47hL/. I get this problem when selecting a point. this.select(); The problem occurs when performing these steps. create the chart click on a point to select it destroy the chart create the chart again The size of the data set seems to have something to do with the problem. If you change 1500 to 15 you will see that you don't get this problem any