Martynas Majeris

Results 3 issues of Martynas Majeris

If I select a Sprite with a touch it shows the Tooltip for it. If I then move mouse outside chart area, the tooltip starts pointing to mouse position: ![image](https://user-images.githubusercontent.com/1458520/47649537-42f12280-db86-11e8-9df0-3b1048d80157.png)

bug

With the below code, labels on edge of plot area are hidden. ``` valueAxis.renderer.minLabelPosition = 0.05 valueAxis.renderer.maxLabelPosition = 0.95 ``` However, related tick marks remain. Should we perhaps have `minTickPosition`/`maxTickPosition`?...

enhancement