MCPcopy Create free account
hub / github.com/apache/echarts / makeElOption

Method makeElOption

src/component/axisPointer/BaseAxisPointer.ts:248–256  ·  view source on GitHub ↗

* add {pointer, label, graphicKey} to elOption * @protected

(
        elOption: AxisPointerElementOptions,
        value: AxisValue,
        axisModel: AxisBaseModel,
        axisPointerModel: AxisPointerModel,
        api: ExtensionAPI
    )

Source from the content-addressed store, hash-verified

246 * @protected
247 */
248 makeElOption(
249 elOption: AxisPointerElementOptions,
250 value: AxisValue,
251 axisModel: AxisBaseModel,
252 axisPointerModel: AxisPointerModel,
253 api: ExtensionAPI
254 ) {
255 // Should be implemented by sub-class.
256 }
257
258 /**
259 * @protected

Callers 1

renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected