JesperLekland / react-native-svg-charts

📈 One library to rule all charts for React Native 📊
MIT License
2.36k stars 409 forks source link

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

Open ArjunM26 opened 4 years ago

ArjunM26 commented 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

ArjunM26 commented 4 years ago

Hi support team,

Hope you contact soon

thank you

BruceSuperProgramer commented 4 years ago

Same request

HAFDIAHMED commented 2 years ago

same request please