I am working off the index.html chart file from the examples folder I downloaded. I want to change the dates on the bottom of the chart from numbers to numbers/letters. I tried entering in the code below and got a syntax error. I'm guessing I can't enter in letters?
categoryAxis: {
categories: [2005, 2006, 2007, 2008, 2009]
to
categoryAxis: {
categories: [1st Year, 2nd Year, 3rd Year, 4th Year, 5th Year]
Any help is appreciated
Thanks
categoryAxis: {
categories: [2005, 2006, 2007, 2008, 2009]
to
categoryAxis: {
categories: [1st Year, 2nd Year, 3rd Year, 4th Year, 5th Year]
Any help is appreciated
Thanks