MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / extendPath

Function extendPath

libs/echarts/echarts.simple.js:16891–16893  ·  view source on GitHub ↗

* Extend path

(pathData, opts)

Source from the content-addressed store, hash-verified

16889 * Extend path
16890 */
16891function extendPath(pathData, opts) {
16892 return extendFromString(pathData, opts);
16893}
16894
16895/**
16896 * Register a user defined shape.

Callers

nothing calls this directly

Calls 1

extendFromStringFunction · 0.70

Tested by

no test coverage detected