MCPcopy
hub / github.com/apache/echarts / compatEC3CommonStyles

Function compatEC3CommonStyles

src/preprocessor/helper/compatStyle.ts:140–146  ·  view source on GitHub ↗
(opt: Dictionary<any>)

Source from the content-addressed store, hash-verified

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

Callers 2

processSeriesFunction · 0.85
globalCompatStyleFunction · 0.85

Calls 2

removeEC3NormalStatusFunction · 0.85
compatTextStyleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…