1 | initial version |
I think you'll need to incorporate the input box into your first function definition with the sliders. Then, you can call your highlight_facet
function within this first function definition with the input facet_index
.
2 | No.2 Revision |
I think you'll need to incorporate the input box into your first function definition with the sliders. Then, you can call your highlight_facet
function (which should be defined prior to the first function)
within this first function definition with the input facet_index
.