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.85k stars 658 forks source link

How to hide labels and charts fill that position? #683

Open ghost opened 1 year ago

ghost commented 1 year ago

I am trying to hide my eyes and make the chart fill the width of the screen. Is there any way to do that? image This is my code image

lovestaco commented 1 year ago

hideLegend={true}

owattenmaker commented 1 year ago

hideLegend={true}

I don't believe this works for anything other than progress charts. i'd like to implement this on a bar or line graph

lovestaco commented 1 year ago

Oh sorry didn't know