MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / inheritStyle

Function inheritStyle

libs/echarts/echarts-en.simple.js:26795–26802  ·  view source on GitHub ↗
(parent, child)

Source from the content-addressed store, hash-verified

26793}
26794
26795function inheritStyle(parent, child) {
26796 if (parent && parent.__inheritedStyle) {
26797 if (!child.__inheritedStyle) {
26798 child.__inheritedStyle = {};
26799 }
26800 defaults(child.__inheritedStyle, parent.__inheritedStyle);
26801 }
26802}
26803
26804function parsePoints(pointsString) {
26805 var list = trim(pointsString).split(DILIMITER_REG);

Callers 1

Calls 1

defaultsFunction · 0.70

Tested by

no test coverage detected