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

Method mergeOption

src/coord/parallel/ParallelModel.ts:123–129  ·  view source on GitHub ↗
(newOption: ParallelCoordinateSystemOption)

Source from the content-addressed store, hash-verified

121 }
122
123 mergeOption(newOption: ParallelCoordinateSystemOption) {
124 const thisOption = this.option;
125
126 newOption && zrUtil.merge(thisOption, newOption, true);
127
128 this._initDimensions();
129 }
130
131 /**
132 * Whether series or axis is in this coordinate system.

Callers 1

initMethod · 0.95

Calls 1

_initDimensionsMethod · 0.95

Tested by

no test coverage detected