(colorContexts: ColorContext[])
| 149 | } |
| 150 | |
| 151 | private changeColorContexts(colorContexts: ColorContext[]) { |
| 152 | this.colorContexts = colorContexts; |
| 153 | this.currentColorContext = 0; |
| 154 | this.options.onColorContextChange && this.options.onColorContextChange(); |
| 155 | } |
| 156 | |
| 157 | private applyLegendColorContext(colorContext: ColorContext) { |
| 158 | const a = VegaDeckGl.util.getActiveElementInfo(); |
no outgoing calls
no test coverage detected