mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Bubble plot (#5452)
Bubble plot issues #5209 #2285 #5308 Co-authored-by: Kristian Bendiksen <kristian.bendiksen@gmail.com>
This commit is contained in:
@@ -716,6 +716,12 @@ QString Rim3dOverlayInfoConfig::resultInfoText( const HistogramData& histData,
|
||||
infoText += QString( "%1<br>" ).arg( diffResString );
|
||||
}
|
||||
|
||||
const RimSimWellInViewCollection* wellCollection = eclipseView->wellCollection();
|
||||
if ( wellCollection && wellCollection->isActive() && wellCollection->isWellDisksVisible() )
|
||||
{
|
||||
infoText += QString( "<b>Well Disk Property:</b> %1<br>" ).arg( wellCollection->wellDiskPropertyUiText() );
|
||||
}
|
||||
|
||||
if ( eclipseView->cellResult()->hasDualPorFractureResult() )
|
||||
{
|
||||
QString porosityModelText = caf::AppEnum<RiaDefines::PorosityModelType>::uiText(
|
||||
|
||||
Reference in New Issue
Block a user