removed chart labels

This commit is contained in:
Nouman Tahir 2022-02-14 20:45:32 +05:00
parent 56a1f011b8
commit 873646a596

View File

@ -24,7 +24,7 @@ export const SimpleChart = ({data, baseWidth, chartHeight, showLine}:CoinChartPr
}}
width={_chartWidth} // from react-native
height={chartHeight}
withHorizontalLabels={true}
withHorizontalLabels={false}
withVerticalLabels={false}
withHorizontalLines={false}
withDots={false}