0

Background:

Currently trying to implement a line chart with tooltip using react-svg-chart library by following this Tutorial.

Problem:

The onClick decorator shows up on my phone on the Expo app(This code) and works perfectly, but when I put the exact same code in my application the tooltip does not show up. If I print out a console.log for the dots - I am getting the response, however the view with the y value does not show up. Any idea why?

Blake
  • 117
  • 2
  • 11
  • 1
    I can't reproduce the problem with the code you've shared in the snack. The problem is likely due to a part of your code you're not showing. – Bas van der Linden Sep 19 '20 at 14:07
  • Hey thank you, but I actually figured out the problem for this. I just had to update my libraries, but thank you. If you dont mind could you take a look at this - [link](https://stackoverflow.com/questions/63864016/positioning-icon-in-svg-in-react-native?noredirect=1#comment113098527_63864016) – Blake Sep 20 '20 at 00:03

0 Answers0