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

How to show only horizontal lines

Open afrojuju1 opened this issue 4 years ago • 5 comments

Hi, is there a config to only show horizontal lines on a LineChart? Screen Shot 2020-05-13 at 3 56 59 PM

I would like the chart in the image to only show horizontal lines instead of both horizontal and vertical lines.

afrojuju1 avatar May 13 '20 19:05 afrojuju1

withHorizontalLabels={false}

hoanglam10499 avatar May 18 '20 08:05 hoanglam10499

withHorizontalLabels={false}

that does not work. it only hides the y-axis labels

afrojuju1 avatar May 24 '20 23:05 afrojuju1

withInnerLines, withOuterLines Try them

nguyen95 avatar May 27 '20 07:05 nguyen95

Is there a solution for this?

quicksilverr avatar Jun 11 '21 13:06 quicksilverr

withVerticalLines={false}

PatrikHolopainen avatar Feb 16 '24 14:02 PatrikHolopainen