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

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

unity3d - Fatal error- Monodevelop-Unity failed to start -