coinjar / react-native-wagmi-charts

A sweet & simple chart library for React Native that will make us feel like We're All Gonna Make It.
MIT License
588 stars 116 forks source link

Fix highlight path #170

Closed honeybadger26 closed 6 months ago

honeybadger26 commented 6 months ago

Use clipping path to fix issue https://github.com/coinjar/react-native-wagmi-charts/issues/85 where highlight path does not take into account the rest of the path.

Before After
before after