Skip to content

Commit

Permalink
Add changelog entry for waterfall plot (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnatt authored Mar 18, 2024
1 parent b14d06b commit def9a93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ 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).


### Added
- [#1266](https://github.com/equinor/webviz-subsurface/pull/1266) - Added waterfall plot for analysing volume changes in `VolumetricAnalysis`.

## [0.2.24] - 2024-01-25

### Added
- [#1244](https://github.com/equinor/webviz-subsurface/pull/1244) - New functionality in `VolumetricAnalysis` to compute facies fractions if `FACIES` is present in the volumetric table. Also added possibility to have labels on bar plots with user defined value format.
- [#1247](https://github.com/equinor/webviz-subsurface/pull/1247) - Added P10/P90 to the Uncertainty table in `StructuralUncertainty`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,15 @@ def comparison_selections(
"value": "plots",
},
{
"label": "Difference table for selected response",
"label": "Diff table for selected response",
"value": "single-response table",
},
{
"label": "Difference table for multiple responses",
"label": "Diff table for multiple responses",
"value": "multi-response table",
},
{
"label": "Volume change analysis plot (waterfall)",
"label": "Volume change analysis plot",
"value": "waterfall plot",
},
],
Expand Down

0 comments on commit def9a93

Please sign in to comment.