I have created a cfchart in CF10 that has 168 data points - i.e. one for each hour of a week. The issue I am having is that the x axis labels are a little all over the place depending on how wide I make the chart e.g. At the moment they are
1,4,7,14,22,30,38...103,115,127,129,151,168
which isn't all that intuitive for the end-user. Is there any way to define specific intervals to display instead? For example, ideally I would like the intervals to be:
0,24,48,72...168
Is this possible?
Thanks in advance.