react-native-chart
react-native-chart copied to clipboard
Y axis incompatible 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 ├── [email protected] ├── 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.