Page 1 of 1

Charting Issue

Posted: Fri Sep 04, 2015 6:41 am
by KUN0
In the following program, if I look at the merged chart "merged", and click and drag "label 2" above the zero line in the top panel, it gets teleported to the top of the chart.

wfcreate(wf = "Test", page = "monthly") d5 1980 2020
smpl @all


graph cht1.line 1 0
cht1.addtext(0.20,-0.20) "Label 1"
cht1.addtext(t) ""
cht1.axis(b) -label ticksnone
cht1.options frameaxes()
cht1.axis(l) range(minmax)
cht1.legend -display

graph cht2.line 1
cht2.addtext(0.5,0.5) "Label 2"
cht2.addtext(t) ""

graph merged.merge cht1 cht2
merged.align(1,1,0.1)
Capture2.PNG
Capture2.PNG (39.93 KiB) Viewed 4125 times

Re: Charting Issue

Posted: Fri Sep 04, 2015 9:24 am
by EViews Jason
Hello Kun0,

We did see your previous post about the problem in the previous thread but we were also little backed up. We are working on a solution.

Re: Charting Issue

Posted: Fri Sep 04, 2015 10:26 am
by KUN0
Thanks Jason. I wasn't sure you guys had seen it.

Re: Charting Issue

Posted: Fri Sep 04, 2015 2:24 pm
by EViews Jason
Next patch will have it fixed