mouse-over in mixed graph with bars fail

For questions regarding the import, export and manipulation of data in EViews, including graphing and basic statistics.

Moderators: EViews Gareth, EViews Jason, EViews Steve, EViews Moderator

cbonham
Posts: 22
Joined: Sat Jul 29, 2017 12:38 pm

mouse-over in mixed graph with bars fail

Postby cbonham » Sat Aug 05, 2017 1:27 pm

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)
    
    

EViews Jason
EViews Developer
Posts: 870
Joined: Tue Sep 16, 2008 3:50 pm

Re: mouse-over in mixed graph with bars fail

Postby EViews Jason » Mon Aug 07, 2017 9:29 am

It will be fixed in the next patch


Return to “Data Manipulation”

Who is online

Users browsing this forum: No registered users and 17 guests