(opt: Dictionary<any>)
| 138 | } |
| 139 | |
| 140 | function compatEC3CommonStyles(opt: Dictionary<any>) { |
| 141 | if (opt) { |
| 142 | removeEC3NormalStatus(opt); |
| 143 | compatTextStyle(opt, 'label'); |
| 144 | opt.emphasis && compatTextStyle(opt.emphasis, 'label'); |
| 145 | } |
| 146 | } |
| 147 | |
| 148 | function processSeries(seriesOpt: any) { |
| 149 | if (!isObject(seriesOpt)) { |
no test coverage detected
searching dependent graphs…