Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 highstock js 用于股票图表。我想在图表的中心显示范围选择按钮。请在下面找到快照。
目前,按钮位于图表的左侧。
预期的 :
请帮助我如何在 highstock js 中做到这一点。
提前致谢。
请查看用户语音主题http://highcharts.uservoice.com/forums/55896-general/suggestions/2436599-add-ability-to-change-rangeselector-position
检查 Sebastians 链接中给出的 Jugal 的示例。您可以覆盖渲染原型并手动调整位置。例如像这样:(forked Jugals fiddle)
http://jsfiddle.net/SPhYd/
var leftPosition = this.chart.plotLeft+150, topPosition = this.chart.plotTop-10