The pie example's cfchartseries appears to be missing the query="GetS"
attribute.

19 records might get crowded and illegible, but it won't give you nothing.


On Tue, Nov 19, 2013 at 3:38 PM, Stephens, Larry V <steph...@iu.edu> wrote:

>
> <cfchart format="jpg" databackgroundcolor="white" fontsize="14"
>         scalefrom="-10000" scaleto="#hival#" font="Arial"
> foregroundcolor="maroon"
>         title="Law Firm Spend Report"   showxgridlines="yes"
>         chartwidth="#xsize#" show3d="no">
>
>         <cfchartseries type="curve" query="GetS" itemcolumn="LawFirm"
>                 valuecolumn="SumOfFees"
> seriescolor="##333333"></cfchartseries>
> </cfchart>
>
> Makes a nice curve chart.
>
>
> <cfchart format="png"  pieslicestyle="solid" show3d="yes">
>         <cfchartseries type="pie" serieslabel="Spend by Law Firm"
> seriescolor="##0066FF"
>         itemcolumn="LawFirm" valuecolumn="SumOfFees" ></cfcharseries>
> </cfchart>
>
> Makes a nice blank spot.
>
> I can find plenty of examples to make a pie chart using static data. I
> have not found one anywhere that makes one using query data.
>
> The data is in a protected area or I would make this available on a page.
>
> Would the size of the query return affect this? It returns 19 records.
> What am I missing?
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357119
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to