ToolTip not visible on LineChart on React Native application

586 Views Asked by At

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?

0

There are 0 best solutions below