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

Method applyVisual

src/visual/VisualMapping.ts:66–66  ·  view source on GitHub ↗
(
        this: VisualMapping,
        value: RawValue,
        getter: VisualValueGetter,
        setter: VisualValueSetter
    )

Source from the content-addressed store, hash-verified

64}
65interface VisualHandler {
66 applyVisual(
67 this: VisualMapping,
68 value: RawValue,
69 getter: VisualValueGetter,

Callers 5

getControllerVisualMethod · 0.80
getColorVisualFunction · 0.80
brushVisualFunction · 0.80
eachItemFunction · 0.80
incrementalApplyVisualFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected