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

line chart does not show

Open timoftean opened this issue 7 years ago • 1 comments

const data = [ [1, 2], [3, 4], [5, 6], [7, 8], ]; On type "line" I am getting this chart without graph line.

screen shot 2017-06-24 at 7 05 40 pm

However when I set showAxis to false the line shows.

screen shot 2017-06-24 at 7 06 18 pm

Does anybody tell me what I am doing wrong ? Thanks in advance

timoftean avatar Jun 24 '17 16:06 timoftean

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