答案 0 :(得分:1)
至少有一种方法是兼顾多个边距和x / y位置。问题是导航器和范围选择器的定位不能提供非常动态的定位选项。
请参阅此示例(JSFiddle demonstration基于this demo):
chart: {
marginTop: 20, // Close the gap where the range selector used to be
marginBottom: 60, // Make space for the new range selector position
},
rangeSelector: {
selected: 1,
buttonPosition: {
x: 0,
y: 370 // Move the range selector down the Y-axis
}
},
navigator: {
top: 300 // Reposition the navigator based on the top of the chart
}