tomauty/react-native-chart

Y axis incompatible data.

Opened this issue · 1 comments

y-axes-inconpatible-data

const data = [
    ['Simpatia', 10],
    ['Bom dia', 10],
    ['Uniforme', 8],
]

No idea why this is happening, does anyone know a solution? When I installed the package I got the following:

├── UNMET PEER DEPENDENCY react-native@>=0.11.0
├── react-native-chart@1.0.8-beta
├── UNMET PEER DEPENDENCY react-redux@^4.3.0 || ^5.0.0-beta
└── UNMET PEER DEPENDENCY redux@^3.0.0

Not sure if this could be the reason.
Thanks

As a generic FYI — I am no longer able to maintain this library. I recommend checking out victory-native as it's much more maintained.