I have a couple of jFreeCharts examples going as well, but it occurred to me
that while you may not be able to skip axis labels within CFCHART, you can
easily add labels to the axes and make the chart pretty readable:
<cfchart xaxistitle="Minutes Ago" yaxistitle="Hits" chartwidth="600"
chartheight="400">
    <cfchartseries type="bar" colorlist="red,green,blue,black">
        <cfchartdata item="15" value="23">
        <cfchartdata item="14" value="21">
        <cfchartdata item="13" value="25">
        <cfchartdata item="12" value="23">
        <cfchartdata item="11" value="13">
        <cfchartdata item="10" value="23">
        <cfchartdata item="9" value="21">
        <cfchartdata item="8" value="25">
        <cfchartdata item="7" value="23">
        <cfchartdata item="6" value="13">
        <cfchartdata item="5" value="23">
        <cfchartdata item="4" value="21">
        <cfchartdata item="3" value="25">
        <cfchartdata item="2" value="23">
        <cfchartdata item="1" value="13">
        <cfchartdata item="now" value="18">
    </cfchartseries>
</cfchart>

Running example here:
http://mattwoodward.com/demos/charttest.cfm

-- 
Matthew Woodward
[email protected]
http://blog.mattwoodward.com
identi.ca/Twitter: @mpwoodward

Please do not send me proprietary file formats such as Word, PowerPoint,
etc. as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

Reply via email to