-
-
Notifications
You must be signed in to change notification settings - Fork 544
update modebar docs #1668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update modebar docs #1668
Conversation
@@ -0,0 +1,21 @@ | |||
--- | |||
name: Display Modebar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of "hide" and "display" the modebar can we find some way of saying "Disable modebar" and "Force modebar to be always visible" with an explanation of the default behaviour and what this override does?
I say this because the modebar already does "hide" and "display" by default, so just saying "hide" and "display" isn't quite clear enough.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could also just restore the old title with the "always" for now and fix it later :)
💃 once we address the "always" comment |
The purpose of this PR is twofold:
First, to update some of the language around modebar configuration to make more explicit what options users have to add or remove icons.
Second, to bring this doc page in line with other pages in terms of having example figures generated inline rather than using embedded codepens.
plot_url
front-matter to inline chartThanks @Mahdis-z for pointing this out!