mouse-over in mixed graph with bars fail
Posted: 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.
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,4)
mygraph.setelem(4) axis(r)
Code: Select all
freeze(mode=overwrite,mygraph) mygroup.mixed line(1,2,3) bar(4)
mygraph.setelem(4) axis(r)