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

Function compatEC3CommonStyles

libs/echarts/echarts.simple.js:22631–22637  ·  view source on GitHub ↗
(opt)

Source from the content-addressed store, hash-verified

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

Callers 2

processSeriesFunction · 0.70
compatStyleFunction · 0.70

Calls 2

removeEC3NormalStatusFunction · 0.70
compatTextStyleFunction · 0.70

Tested by

no test coverage detected