Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
function
applyThemeToNetwork() {
160
if
(visNS.network) {
161
visNS.network.setOptions(getThemeOptions());
162
}
163
}
164
165
function
createNetwork() {
166
var
data = {
Callers
1
createNetwork
Function · 0.85
Calls
1
getThemeOptions
Function · 0.85
Tested by
no test coverage detected