react-native-chart icon indicating copy to clipboard operation
react-native-chart copied to clipboard

Y axis incompatible data.

Open brunobraga95 opened this issue 8 years ago • 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 ├── [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

brunobraga95 avatar Oct 22 '16 18:10 brunobraga95

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.

tomauty avatar Jul 07 '17 20:07 tomauty