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

Function removeEC3NormalStatus

libs/echarts/echarts-en.simple.js:22605–22615  ·  view source on GitHub ↗
(opt)

Source from the content-addressed store, hash-verified

22603}
22604
22605function removeEC3NormalStatus(opt) {
22606 convertNormalEmphasis(opt, 'itemStyle');
22607 convertNormalEmphasis(opt, 'lineStyle');
22608 convertNormalEmphasis(opt, 'areaStyle');
22609 convertNormalEmphasis(opt, 'label');
22610 convertNormalEmphasis(opt, 'labelLine');
22611 // treemap
22612 convertNormalEmphasis(opt, 'upperLabel');
22613 // graph
22614 convertNormalEmphasis(opt, 'edgeLabel');
22615}
22616
22617function compatTextStyle(opt, propName) {
22618 // Check whether is not object (string\null\undefined ...)

Callers 2

compatEC3CommonStylesFunction · 0.70
processSeriesFunction · 0.70

Calls 1

convertNormalEmphasisFunction · 0.70

Tested by

no test coverage detected