I wanna put dropdown tosame frame with the scattterplot, How can i?

Hi,
I wanna use a 3d scatterplot in my dashboard with a multi=True dropdown.
I wanna put this dropdown into 3d scatterplot area, not out of the square. How can I do this?

Yea, I know smth about dash. Probably I should do this in layout step with style() with css customization. How can i? “inline-block” is not true answer. I want smth like this:

THANKS IN ADVANCE!!

You can do this inside app layout. Put dropdown inside html.Div() element and then style it accordingly.

2 Likes

Woowww, this is really so logical. Why didn’t I think this before :smiley: Thank you so much my friend!!

1 Like