Truls

Results 8 comments of Truls

Not sure if this is the right place to ask this, but do any of you know how to make the value for Y update more regularly? This gif is...

Thanks @ajimae, I tried that, but it seems like those value holds the X and Y value of where the dot is on the graph, and not the value I...

This might help you, so you can create your own: https://github.com/margelo/react-native-graph/issues/3

Something like this @Angelk90 : ``` function AxisLabel() { const x = (INDEX_OF_YOUR_MAX_OR_MIN_VALUE / LENGTH_OF_YOUR_POINTS_ARRAY) * GRAPH_WIDTH; return ( {YOUR_MAX_OR_MIN_VALUE} ); } ```

I really want this, would it be possible to get your 5 cents on this @sindresorhus ?

Man, thank you so much @daaashley, I would never guessed that!