rainbow-me / react-native-animated-charts

Set of components and helpers for building complex and beautifully animated charts
MIT License
924 stars 111 forks source link

Show min and max values in graph #71

Closed skeie closed 2 years ago

skeie commented 2 years ago

Hey,

First off, thanks for this amazing graph library, it works great! I was wondering if there are any ways to show the min and max values in the graph?

shown in the picture below with a red arrow

image
nunoplima commented 2 years ago

Hi there!

This should get you started, check Labels: https://github.com/rainbow-me/rainbow/blob/develop/src/components/value-chart/ExtremeLabels.js

skeie commented 2 years ago

Thank you :)