javascript - Auto trigger mouse click event on graph drawn from starting to ending of the graph? -


    graph1 = new links.graph(document.getelementbyid('adaslinechart1'));     graph1.draw(data1, options1);       links.events.addlistener(graph1, "selectitem", function(event) {      }); 

i looking auto trigger of graph mouse click event programmatic starting ending of graph without manual mouse click, sample:

function counter(){  //trigger graph event similar mouse on click event. } 


Comments

Popular posts from this blog

iis - ASP.Net Core CreatedAtAction in HttpPost action returns 201 but entire request ends with 500 -

gcc - Neither ld wrap nor LD_PRELOAD working to intercept system call -

ssh - Vagrant Windows - ssh_exchange_identification: read: Connection reset by peer -