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

Function removeEC3NormalStatus

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

Source from the content-addressed store, hash-verified

108}
109
110function removeEC3NormalStatus(opt: Dictionary<any>) {
111 convertNormalEmphasis(opt, 'itemStyle');
112 convertNormalEmphasis(opt, 'lineStyle');
113 convertNormalEmphasis(opt, 'areaStyle');
114 convertNormalEmphasis(opt, 'label');
115 convertNormalEmphasis(opt, 'labelLine');
116 // treemap
117 convertNormalEmphasis(opt, 'upperLabel');
118 // graph
119 convertNormalEmphasis(opt, 'edgeLabel');
120}
121
122function compatTextStyle(opt: any, propName: string) {
123 // Check whether is not object (string\null\undefined ...)

Callers 2

compatEC3CommonStylesFunction · 0.85
processSeriesFunction · 0.85

Calls 1

convertNormalEmphasisFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…