boms3414 Report post Posted September 30, 2015 Hi, Is there a way to focus directly on the center of the chart when loading it? I mean when I open the page, can I go directly to the middle part of the page without scrolling down instead of displaying the top of the page? I am using a dragnode chart. Thanks! Share this post Link to post Share on other sites
AshokKumaresan Report post Posted October 15, 2015 Hi, Kindly use window.location.hash = '#divid'; where divid can be chart container id Sample JsFiddle for the same http://jsfiddle.net/ashokkumaresan/4B6M4/100/ Thanks Share this post Link to post Share on other sites