(opt)
| 22603 | } |
| 22604 | |
| 22605 | function 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 | |
| 22617 | function compatTextStyle(opt, propName) { |
| 22618 | // Check whether is not object (string\null\undefined ...) |
no test coverage detected