Have a problem in highcharts-ng,
First of all, please look at this demo
In this demo, if you see, I have two buttons on the top,
<input type='button' value='change to map' ng-click='showMap("region")' />
<input type='button' value='change to bar' ng-click='showMap("sites")' />
On click on the button, I am generating different maps,
But I am getting the error also in the console like:
TypeError: Cannot read property 'removeAttribute' of undefined
at Object.Ya.destroy (http://code.highcharts.com/3.0/highcharts.js:207:141)
Please help me in this