You must be logged in to post your query.
Home › Forums › Chart Support › How can I add year in column chart
I am trying to add year like an interval this is my problem: https://jsfiddle.net/nilayy1234/10czofh8/12/ .
Here I can see geogrophical area art bottom I want to replace that with 2010 to 2014 how can I do that
@nilayy1234,
You can either directly pass label as 2010, 2011 & so on instead of ‘Geographical_Area’ or you can use labelFormatter to achieve the same. Please take a look at this updated jsfiddle.
— Vishwas R Team CanvasJS
You must be logged in to reply to this topic. Login/Register