MCPcopy 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
22746function toObj(o) {
22747 return (isArray(o) ? o[0] : o) || {};
22748}
22749
22750var compatStyle = function (option, isTheme) {
22751 each$5(toArr(option.series), function (seriesOpt) {

Callers 1

compatStyleFunction · 0.70

Calls 1

isArrayFunction · 0.70

Tested by

no test coverage detected