I am trying to make a chart that shows the stage of items.

The stages are actually textual such as :
  • Initial (0%)
  • Created(25%)
  • Inspected(50%)
  • Corrected975%)
  • Completed (100%).

I have made a cylinder chart with this by attributing fictive percentages to the categories but i want to show the stage names in the Y axis, not the percentage values which aren't meaningful. How do i do this?