Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SuperMap/iClient-JavaScript
/ toObj
Function
toObj
libs/echarts/echarts.simple.js:22746–22748 ·
view source on GitHub ↗
(o)
Source
from the content-addressed store, hash-verified
22744
}
22745
22746
function
toObj(o) {
22747
return
(isArray(o) ? o[0] : o) || {};
22748
}
22749
22750
var
compatStyle =
function
(option, isTheme) {
22751
each$5(toArr(option.series),
function
(seriesOpt) {
Callers
1
compatStyle
Function · 0.70
Calls
1
isArray
Function · 0.70
Tested by
no test coverage detected