Open ArjunM26 opened 4 years ago
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 }}>
</BarChart>
I hope support team will reply soon.
Thank you
Hi support team,
Hope you contact soon
thank you
Same request
same request please
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 }}>
I hope support team will reply soon.
Thank you