Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1495
Chart tooltip is not working on mobile and IPad
posted

Hi,

We develop a new application using IgniteUI chart, every thing is working perfect on browsers when we deploy on server and visit website on mobile and IPad, we notice that chart tooltip is not working on mobiles and IPad. For reference please visit the following URL on mobile and IPad

http://www.igniteui.com/data-chart/financial-series

Above URL tooltip is working for computer browsers but not functional for mobiles and IPad

How to fix that problem for mobiles and IPad ?

Thanks

Parents
No Data
Reply
  • 16310
    Offline posted

    Hi,

    did you enable crosshairs for your chart ?

    As explained in detail by Graham Murray at http://es.infragistics.com/community/forums/t/73783.aspx, our touch platform is intended that you use the touch tooltips that are provided by the drag crosshair. This is enabled by setting crosshairVisibility: "visible". You then do a press and hold until the crosshair shows up, and you can drag this around to examine the values of all the series as the crosshair passes them. If you don't want the crosshairs visible on the desktop, I'd recommend using modernizr to only enable them if you are on a touch platform.

    Please let me know if tooltips work this way on your sample.

    ""

Children