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
45
ToolTip Related
posted

Hi,

I am using 

public func chartView(chartView: IGChartView, tapForSeries series: IGSeries, withItem item: NSObject, atPoint point: CGPoint)

to add my custom lable to show tooltip value by adding subview on chartview but I want to remove tooltipview  when user tap other than tip point I have added a tap gesture but it did not solve my problem.

Parents
No Data
Reply
  • 2095
    posted

    Hello virendra kumar,

    Thank you for posting in our community!

    I would like to ask you for more information about your case. Provided example will be appreciated with code comments on the right spots. Also I would like to ask you to  systematize the details of your scenario and provided it in understandable way. It will be good if you use some "steps to reproduce" approach:

    Description: Some general info about the issue

    Steps to reproduce:
    1. what to do 1st
    2. what to do after that
    3. what to do last

    Actual result: Something happens.

    Expected result: I expected to happen something different. 

    The better the scenario is described, the better we will understand it and will provide a solution.

Children
No Data