react-native-svg-charts icon indicating copy to clipboard operation
react-native-svg-charts copied to clipboard

Need X-axis and Y-axis along with tooltip label in Barchart

Open ArjunM26 opened this issue 4 years ago • 3 comments

Dear support team,

Need label on both X-axis and Y-axis along with Tooltip label in Bar Chart.

Currently using

"react": "16.8.3", "react-native": "0.59.8"

code as below: looked and tried tooltip but was not showing above the bar

<View style={{ height: 200, flexDirection: 'row' }}> <YAxis data={ data } contentInset={ {top: 20, bottom: 20 }} svg={{ fill: 'grey', fontSize: 10, }} numberOfTicks={ 4 } formatLabel={ value => '₹' + value } /> <BarChart numberOfTicks={4} style={{ flex: 1, marginLeft: 16 }} data={ data } spacingOuter={0.5} spacingInner={0.5} svg={{ fill }} contentInset={ {top: 20, bottom: 20 }}> <Grid/> </BarChart> </View>

I hope support team will reply soon.

Thank you

ArjunM26 avatar Mar 30 '20 11:03 ArjunM26

Hi support team,

Hope you contact soon

thank you

ArjunM26 avatar Apr 02 '20 05:04 ArjunM26

Same request

BruceSuperProgramer avatar Apr 14 '20 15:04 BruceSuperProgramer

same request please

HAFDIAHMED avatar Apr 14 '22 09:04 HAFDIAHMED