(e, t)
| 9805 | }); |
| 9806 | } |
| 9807 | onTextHover(e, t) { |
| 9808 | //return true if highlight color is different |
| 9809 | if (!t || !this.options.getTextColor || !this.options.getTextHighlightColor) return false; |
| 9810 | return !_vegaDeckGl.util.colorIsEqual(this.options.getTextColor(t), this.options.getTextHighlightColor(t)); |
| 9811 | } |
| 9812 | createConfig(c) { |
| 9813 | const { getTextColor , getTextHighlightColor , getTextHighlightAlphaCutoff , onTextClick } = this.options; |
| 9814 | const defaultPresenterConfig = { |