(newOption: ParallelCoordinateSystemOption)
| 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. |