Skip to content
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

add form fields for Marker-Color-Range settings and hovertemplate #93

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

PStump
Copy link

@PStump PStump commented Feb 10, 2020

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

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
@PStump PStump requested a review from ryantxu February 14, 2020 14:05
- 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
@PStump
Copy link
Author

PStump commented Feb 20, 2020

Pull request contains now also a textarea for hovertemplate settings.

@PStump PStump changed the title add form fields for Marker-Color-Range settings Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant