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

Method getVisualMeta

src/component/visualMap/VisualMapModel.ts:660–662  ·  view source on GitHub ↗

* FIXME * Do not publish to thirt-part-dev temporarily * util the interface is stable. (Should it return * a function but not visual meta?) * * @pubilc * @abstract * @param getColorVisual * params: value, valueState * return: color * @r

(getColorVisual: (value: number, valueState: VisualState) => string)

Source from the content-addressed store, hash-verified

658 * outerColor means [colorBeyondMinValue, colorBeyondMaxValue]
659 */
660 getVisualMeta(getColorVisual: (value: number, valueState: VisualState) => string): VisualMeta {
661 return null;
662 }
663
664
665 static defaultOption: VisualMapOption = {

Callers 1

visualEncoding.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected