(presenter, showLegend, props)
| 15089 | } |
| 15090 | } |
| 15091 | function applyColorButtons(presenter, showLegend, props) { |
| 15092 | const panel = presenter.getElement((0, _sanddanceReact.SandDance).VegaDeckGl.PresenterElement.panel); |
| 15093 | const div = ensureToolbar(panel); |
| 15094 | (0, _base.base).reactDOM.render(ColorMap(props), div); |
| 15095 | panel.style.display = showLegend ? "" : "none"; |
| 15096 | } |
| 15097 | function ColorMap(props) { |
| 15098 | const menuProps = { |
| 15099 | items: [ |
nothing calls this directly
no test coverage detected