You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@JesperLekland the point doesn't exist already, but I need the X Axis to still show up linearly otherwise it looks weird. In my case, it's the days of the week. In this sample image below, the points for Friday and Saturday are missing, but I'd still like a line to connect Thursday to Sunday:
Thank you for supplying the screenshot. From a personal perspective I find it a bit weird to have a continuous line for data that doesn't exist but of course we'd like to support all use cases.
I don't actively maintain this library anymore but would love it if you could create a PR with a nice solution for this case. I'd start with having a look this line and work my way from there
What is the problem?
The LineChart doesn't connect points when they skip 1+ point.
When does it happen?
Render a LineChart with a missing point in the middle. Eg. When your XAxis is Monday-Sunday, a point for Tuesday is missing.
What platform?
react-native version:
0.61
react-native-svg-charts version:
5.3.0
react-native-svg version:
9.13.3
Code to reproduce
// put code here
The text was updated successfully, but these errors were encountered: