Hi Alan,

Most of my research is saying I can do this styles, but I don't think
OPENBD's version of CFCHART Supports this.

Here's a good way to look at what I want. The only problem is, when I
leave item="" blank, it only shows one instance of this. So if I have
20 instances where item="" it still only shows one. So if this worked,
it would do what I want. It would graph each item, but only label
every fifth one.

 <cfchartseries type="bar" colorlist="red,green,blue,black">

<cfchartdata item="10 Minutes Ago" value="23">
<cfchartdata item="" value="21">
<cfchartdata item="" value="25">
<cfchartdata item="" value="23">
<cfchartdata item="" value="13">
<cfchartdata item="15 Minutes Ago" value="23">
<cfchartdata item="" value="21">
<cfchartdata item="" value="25">
<cfchartdata item="" value="23">
<cfchartdata item="" value="13">
<cfchartdata item="10 Minutes Ago" value="23">
<cfchartdata item="" value="21">
<cfchartdata item="" value="25">
<cfchartdata item="" value="23">
<cfchartdata item="" value="13">
<cfchartdata item="5 Minutes ago" value="23">
<cfchartdata item="" value="21">
<cfchartdata item="" value="25">
<cfchartdata item="" value="23">
<cfchartdata item="" value="13">
<cfchartdata item="now" value="18">
</cfchartseries>
</cfchart>

-- 
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