kirjs / react-highcharts

React wrapper for Highcharts library

Home Page:http://kirjs.github.io/react-highcharts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tooltip.positioner function not working

roryhill opened this issue · comments

Hi,

By default, a Highstock line chart displays two tooltips on hover: One for the y value, positioned at the closest series point; and one for the x value (positioned at the bottom of the chart). For my project I would like the y value tooltip positioned at the left of the chart (similar to how the x tooltip is 'anchored' at the bottom), but the tooltip.positioner function doesn't seem to get called.

StackBlitz example

Working JSFiddle (Not how I want the tooltips to be positioned, but a simple example of the working tooltip.positioner)

Thanks