1 2 3 4 5 6 Use `returnbounds` to get xml right after load: ```js // Sends the bounds of the graph to the host after parsing if (urlParams['returnbounds'] == '1' || urlParams['proto'] == 'json') ```
1 2 3 4 5 6
Use `returnbounds` to get xml right after load: ```js // Sends the bounds of the graph to the host after parsing if (urlParams['returnbounds'] == '1' || urlParams['proto'] == 'json') ```