(opt)
| 22629 | } |
| 22630 | |
| 22631 | function compatEC3CommonStyles(opt) { |
| 22632 | if (opt) { |
| 22633 | removeEC3NormalStatus(opt); |
| 22634 | compatTextStyle(opt, 'label'); |
| 22635 | opt.emphasis && compatTextStyle(opt.emphasis, 'label'); |
| 22636 | } |
| 22637 | } |
| 22638 | |
| 22639 | function processSeries(seriesOpt) { |
| 22640 | if (!isObject$3(seriesOpt)) { |
no test coverage detected