Question

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.

Était-ce utile?

La solution

You may be able to do this by building your own custom chart XML using the WebCharts java app that comes with ColdFusion, but there is no way to do this with the built-in attributes of the cfchart tags. There are several articles online (search for ColdFusion Webcharts) that can show you how to get started with custom charting.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top