Hi. This problem was fixed but there is a followup bug. 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 (39.93 KiB) Viewed 6345 times