add form fields for Marker-Color-Range settings and hovertemplate#93
Open
PStump wants to merge 2 commits into
Open
add form fields for Marker-Color-Range settings and hovertemplate#93PStump wants to merge 2 commits into
PStump wants to merge 2 commits into
Conversation
If Marker-Color is set to Ramp, Range will appear with the selection: - Auto (default), additional field: - Mid (default=null): set mid-point of color domain - Between, additional fields: - Min (default=0): set lower bound of color domain - Max (default=1): set upper bound of color domain See plotly reference: cauto, cmin, cmax, cmid
- hovertemplate (default='')
- Creates a textarea to define the hovertemplate when the metric
text is chosen.
- text type (default=None) selectbox
- None: standard
- Date: converts the selected metric into Date type (usefull for hovertemplate)
- Align (default=Auto) of hovertext
- Auto: standard
- Left: left aligned
- Right: right aligned
see also plotly hovertemplate, hoverlabel.align
Author
|
Pull request contains now also a textarea for hovertemplate settings. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If Marker-Color is set to Ramp, Range will appear with the selection:
See plotly reference: cauto, cmin, cmax, cmid