Hi I want to make bar chart as shown here

I want to plot graph using coreplot example : (coreplot gallery- Vertical Bar Chart)
Currently default code plots the graph as shown below

How can I achieve this?
I tried adding another graph but didn’t work out well.
Please Help and Suggest
Thanks
Here is my solution:

In your code you need to add the following:
The lines plot.identifier are here important, they check which data to take, here occupied empty or locked.
Of course you need to set these identifiers, I do this in a -(void) loadgraph:
Here one of my identifier is set. To display values below the x-axe you need to change your range:
Hope this helps.