mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 12:51:42 +03:00
removed chart labels
This commit is contained in:
parent
56a1f011b8
commit
873646a596
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user