Open hyluo opened 8 years ago
hi, i tried to assign negative value to y axis
const data = [ [0, -1], [1, -3], [3, -7], [4, 9], ];
but the output of the y axis doesn't match the min/ max value it should be is there any solution or workaround? thanks!
I have this problem too... negative values seem broke
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.
hi, i tried to assign negative value to y axis
const data = [ [0, -1], [1, -3], [3, -7], [4, 9], ];
but the output of the y axis doesn't match the min/ max value it should be is there any solution or workaround? thanks!