Skip to content

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

Open
PStump wants to merge 2 commits into
NatelEnergy:masterfrom
PStump:master
Open

add form fields for Marker-Color-Range settings and hovertemplate#93
PStump wants to merge 2 commits into
NatelEnergy:masterfrom
PStump:master

Conversation

@PStump

@PStump PStump commented Feb 10, 2020

Copy link
Copy Markdown

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

PStump commented Feb 20, 2020

Copy link
Copy Markdown
Author

Pull request contains now also a textarea for hovertemplate settings.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant