MCPcopy Create free account
hub / github.com/apache/storm / applyThemeToNetwork

Function applyThemeToNetwork

storm-webapp/src/main/webapp/js/visualization.js:159–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157}
158
159function applyThemeToNetwork() {
160 if (visNS.network) {
161 visNS.network.setOptions(getThemeOptions());
162 }
163}
164
165function createNetwork() {
166 var data = {

Callers 1

createNetworkFunction · 0.85

Calls 1

getThemeOptionsFunction · 0.85

Tested by

no test coverage detected