react-native-chart-kit
react-native-chart-kit copied to clipboard
Questions regarding bar chart usage
I have a few questions on the use of bar charts:
- Is it possible to move / style the "showValuesOnTopOfBars" prop. In case of negative numbers, the value is rendered inside of the bar instead of on top of the line.
- When using negative numbers, the bar gradient does not seem to flip (so the gradient is going from 1 to 0 from top to bottom instead of reversing for negative (upside down) bars. This seems like a bug to me. Is there a way to style or modify this behavior?
- Is there a way to click on bars and only show values on top of those bars?
Thanks in advance!