javascript函數我想打電話從highcharts的plotoptions功能我想這樣的,但它的投擲的錯誤呼叫從highcharts plotOptions
plotOptions: {
series: {
events: {
legendItemClick: function(event) {
//iam trying to call a function here
sampletest(testArr);
}
}
}
}
是這個possible..how調用從plotOptions另一個功能。
錯誤IAM越來越是
TypeError: d is undefined
什麼錯誤? – 2013-05-09 12:59:36
多數民衆贊成thats type error..it is TypeError:d is undefined – sasi 2013-05-09 13:00:41
你可以發佈您的sampletest功能的代碼?錯誤可能在該函數中,而不是在legendItemClick函數中。 – SteveP 2013-05-09 13:48:34