﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5561	OMEdit should show values also in case of identical curves	massimo ceraolo	Adeel Asghar	"When hovering a plot OMEdit should show values also in case of identical curves.
Instead it does not, as can be seen from the following example, plotting in the same plot ramp1.y and gain1.y and hovering on the curves. 

{{{
model Test
  Modelica.Blocks.Sources.Ramp ramp1(duration = 0.5);
  Modelica.Blocks.Math.Gain gain1(k = 1);
equation
  connect(gain1.u, ramp1.y);
end Test;
}}}
"	defect	closed	normal	1.14.0	OMEdit		fixed		
