MCPcopy Index your code
hub / github.com/apache/echarts / getAreaSelectStyle

Method getAreaSelectStyle

src/coord/parallel/AxisModel.ts:75–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 activeIntervals: ParallelAxisInterval[] = [];
74
75 getAreaSelectStyle(): ParallelAreaSelectStyleProps {
76 return makeStyleMapper(
77 [
78 ['fill', 'color'],
79 ['lineWidth', 'borderWidth'],
80 ['stroke', 'borderColor'],
81 ['width', 'width'],
82 ['opacity', 'opacity']
83 // Option decal is in `DecalObject` but style.decal is in `PatternObject`.
84 // So do not transfer decal directly.
85 ]
86 )(this.getModel('areaSelectStyle')) as ParallelAreaSelectStyleProps;
87 }
88
89 /**
90 * The code of this feature is put on AxisModel but not ParallelAxis,

Callers 1

renderMethod · 0.80

Calls 2

makeStyleMapperFunction · 0.85
getModelMethod · 0.45

Tested by

no test coverage detected