Require a LineChart where in it allows y
value as nil
. As when no data for that particular day(x
) is there the line should just go forward.
Currently I have researched on SwiftChart & Charts but both doesn't provide that functionality.
Please refer below image for more understanding.
As you can see Sunday, Monday & Wednesday there is data Tuesday there is no data so the line just continues from Monday to Wednesday.
How can I achieve this or if there is any library that can help me achieve this.
You can just skip some X value in https://github.com/danielgindi/Charts