* 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)
| 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 = { |