react-native-chart-kit
react-native-chart-kit copied to clipboard
How to show only horizontal lines
Hi, is there a config to only show horizontal lines on a LineChart?
I would like the chart in the image to only show horizontal lines instead of both horizontal and vertical lines.
withHorizontalLabels={false}
withHorizontalLabels={false}
that does not work. it only hides the y-axis labels
withInnerLines, withOuterLines Try them
Is there a solution for this?
withVerticalLines={false}