Hi,
I am using convertPixelToValue and convertValueToPixel to help me synchronize mouse pointer events across two time series charts. This seems to work well when both data series have the same range of data, see http://jsfiddle.net/elcollie/4azjy2wo/ as the mouseevent is drawn on the second chart accurately.
However, if there a difference in the range of data between the two charts, things go wrong. In this example, http://jsfiddle.net/elcollie/aubxhdw3/ the second chart has less data than the first. The resulting mouseevent are off by between 30 and 45 mins.
Can you advise on how to get the second scenario working accurately?