Skip to content

Commit

Permalink
Change label and add hoverinfo for uncertainty envelope in Structural…
Browse files Browse the repository at this point in the history
…Uncertainty
  • Loading branch information
HansKallekleiv committed Dec 11, 2021
1 parent d656066 commit 1b6c0ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [UNRELEASED] - YYYY-MM-DD
- [#880](https://github.com/equinor/webviz-subsurface/pull/880) - Show hover information for uncertainty envelope in `StructuralUncertainty`.

## [0.2.8] - 2021-12-10

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def get_plotly_traces_uncertainty_envelope(
legend_group=name,
legend_name=legendname,
show_legend=showlegend,
show_hoverinfo=False,
show_hoverinfo=True,
)
)
return fan_chart_traces
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def statistical_layout(uuid: str, value: List[str]) -> html.Div:
{"label": "Max", "value": "Max"},
{"label": "Realizations", "value": "Realizations"},
{
"label": "Uncertainty envelope (slow)",
"label": "Uncertainty envelope",
"value": "Uncertainty envelope",
},
],
Expand Down

0 comments on commit 1b6c0ac

Please sign in to comment.