MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / init$1

Function init$1

libs/echarts/echarts-en.simple.js:11304–11307  ·  view source on GitHub ↗

* Initializing a zrender instance * @param {HTMLElement} dom * @param {Object} [opts] * @param {string} [opts.renderer='canvas'] 'canvas' or 'svg' * @param {number} [opts.devicePixelRatio] * @param {number|string} [opts.width] Can be 'auto' (the same as null/undefined) * @param {number|string}

(dom, opts)

Source from the content-addressed store, hash-verified

11302 * @return {module:zrender/ZRender}
11303 */
11304function init$1(dom, opts) {
11305 var zr = new ZRender(guid(), dom, opts);
11306 return zr;
11307}
11308
11309/**
11310 * Dispose zrender instance

Callers 2

EChartsFunction · 0.70

Calls 1

guidFunction · 0.70

Tested by

no test coverage detected