Module plotly::layout::update_menu
source · Expand description
Buttons and Dropdowns.
Structs§
- Builder struct to create buttons which can do restyles and/or relayouts
Enums§
- Sets the Plotly method to be called on click. If the
skipmethod is used, the API updatemenu will function as normal but will perform no API calls and will not bind automatically to state updates. This may be used to create a component interface and attach to updatemenu events manually via JavaScript. - Determines the direction in which the buttons are laid out, whether in a dropdown menu or a row/column of buttons. For
leftandup, the buttons will still appear in left-to-right or top-to-bottom order respectively. - Determines whether the buttons are accessible via a dropdown menu or whether the buttons are stacked horizontally or vertically