GWT-Highchartsを使用して、ツールチップのポジショナーを設定しようとしています。
ToolTip tooltip = new ToolTip();
tooltip.setOption("positioner", "function (labelWidth, labelHeight, point) { return { x: 160, y: 160 };");
これは実際には機能しません、私は得ています
Uncaught TypeError: Object function (labelWidth, labelHeight, point) { return { x: -160, y: -160 }; has no method 'call'
助言がありますか?