purplegamba

Results 8 comments of purplegamba

Just ran into the same issue, thanks for this!

Are you using Expo, by any chance? I get the same thing.

I've had problems with this on both iOS and Android. I ended up creating a custom grid, which is working fine. The line chart that has the vertical and horizontal...

If you want a different output in your axis, you would give a different function for the formalLabel property. What do you want to change them to?

You can do this using the formatLabel property in the XAxis: formatLabel = { ( value, index ) => { if( index%2 ) return value; //returns the data for the...

Won't be matching in what way? Can you provide a picture showing what the remaining problem is?

I've just run into an issue which I think relates to this. I have a "Day" entity, each of which has several "Temp" fields. The "Temp" object is a custom...