Page 1 of 1

mouse-over in mixed graph with bars fail

Posted: Sat Aug 05, 2017 1:27 pm
by cbonham
I can create a 4 line graph from a group and set the fourth line (growth rates) to display on the right axis. In these charts, the mouse-hover over the 4th line will display date and values.

Code: Select all

freeze(mode=overwrite,mygraph) mygroup.mixed line(1,2,3,4) mygraph.setelem(4) axis(r)
But if I make the fourth series display as bar, the hover over no longer works. Is this a "feature", or am I missing something?

Code: Select all

freeze(mode=overwrite,mygraph) mygroup.mixed line(1,2,3) bar(4) mygraph.setelem(4) axis(r)

Re: mouse-over in mixed graph with bars fail

Posted: Mon Aug 07, 2017 9:29 am
by EViews Jason
It will be fixed in the next patch