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

Method setBrushOption

src/component/brush/BrushModel.ts:220–223  ·  view source on GitHub ↗

* Set the current painting brush option.

(brushOption: BrushCoverCreatorConfig)

Source from the content-addressed store, hash-verified

218 * Set the current painting brush option.
219 */
220 setBrushOption(brushOption: BrushCoverCreatorConfig): void {
221 this.brushOption = generateBrushOption(this.option, brushOption);
222 this.brushType = this.brushOption.brushType;
223 }
224
225}
226

Callers 1

brushVisualFunction · 0.80

Calls 1

generateBrushOptionFunction · 0.85

Tested by

no test coverage detected