Open masihniaz opened 4 years ago
Hi @masihniaz ! Is this issue still occuring ? Could you provide a JSFiddle reproducible exemple of this problem as I can't figure out how to use your code without errors.
Also, you're using arrays in data nested objects, I assume you know what you're doing but be shure that none of the working exemples are doing it this way. Maybe you could try to replace your data arrays by something like this :
const data1 = [
{
value: 14,
},
{
value: 20,
},
{
value: 15,
}
]
See this exemple : https://github.com/JesperLekland/react-native-svg-charts-examples/blob/master/storybook/stories/bar-chart/horizontal-with-axis.js
this issue is happening. @masihniaz did u resolve?
@ajacquierbret can u please tell how to give yaxis to this vertical bar chart not horizontal?? Please
What is the problem?
One or more data points are missing in the "Horizontal Bar Chart".
When does it happen?
The data is displayed correctly in the vertical bar chart as you can see in the image below:
However, when I change the bar chart from vertical to horizontal, one ore more data points are missing as you can see in the image below:
What platform?
iPad
react-native version:
0.60.5
react-native-svg-charts version:^5.3.0
react-native-svg version:6.2.1
Code to reproduce