indiespirit / react-native-chart-kit

📊React Native Chart Kit: Line Chart, Bezier Line Chart, Progress Ring, Bar chart, Pie chart, Contribution graph (heatmap)
https://expo.io/@indiespirit/react-native-chart-kit
MIT License
2.87k stars 662 forks source link

[LineGraph] Be able to remove dashed line style from legends #116

Open tomffee opened 5 years ago

tomffee commented 5 years ago

image

If you render too many data for graph, you're unable to see legends properly and you are forced to set withInnerLines={false}.

tomffee commented 5 years ago

I checked the code, I will be able to support my ticket with PR in short period of time @Hermanya

Hermanya commented 5 years ago

I'm looking forward to your PR