我的高智商中有一些按钮:
[{
symbol: "circle",
_titleKey: 'printChart',
onclick: function () {
this.customfunction();
}
},
{
symbol: "square,
_titleKey: 'resetZoom',
onclick: function () {
this.zoomOut();
}
}]
我想将它们放在直接位于x轴上方的情节中。 我的图表的高度是动态的。所以我无法在像素中设置修复偏移。 这个问题还有其他解决办法吗?
为什么resetZoomButton没有relativeTo属性?