()
| 116 | }; |
| 117 | |
| 118 | init() { |
| 119 | super.init.apply(this, arguments as any); |
| 120 | this.mergeOption({}); |
| 121 | } |
| 122 | |
| 123 | mergeOption(newOption: ParallelCoordinateSystemOption) { |
| 124 | const thisOption = this.option; |
nothing calls this directly
no test coverage detected