我无法让工具提示定位器功能工作。就好像这个函数根本不在这里一样,并像往常一样加载工具提示。它上面的事件函数起作用。我已经尝试了一切,但无法弄清楚为什么它只是忽略了这一点。我可以使用工具提示的任何其他属性,例如阴影,但定位器不起作用。该图表使用我的所有设置绘制,除了定位器设置。
这会在 domready mootools 函数内的 php 页面上回显。
var chart_options = '.$chart_options.'
chart_options.xAxis.events = {setExtremes:function (e){ChartSettings.load_zoom_data(e)}}
chart_options.tooltip = {positioner: function () {return {x:10,y:30}}}
window.chart = new Highcharts.StockChart(chart_options, function (chart){
chart.addEvent("tooltipRefresh", function (){ChartSettings.set_hover_points(chart.hoverPoints)});
});
非常感谢您的帮助。
这是此工作的示例:http: //jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/stock/tooltip/positioner/
chart_options 对象