Calling javascript function from highcharts plotOptions -


i want call function plotoptions of highcharts tried throwing error

plotoptions: {                 series: {                     events: {                         legenditemclick: function(event) {                         //iam trying call function here                         sampletest(testarr);                          }                     }                 }             } 

is possible..how call function plotoptions.

the error iam getting

typeerror: d undefined

yes can call function plotoptions events. highcharts allows so. check scope of function


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -