diff --git a/src/components/simpleChart/simpleChart.tsx b/src/components/simpleChart/simpleChart.tsx index 1f48c4b41..d7f8fadcf 100644 --- a/src/components/simpleChart/simpleChart.tsx +++ b/src/components/simpleChart/simpleChart.tsx @@ -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}