Afternoon all,

After MXDU I've got all excited about CF7 and am now starting an app that
requires multi-series pie charts. I've tried (unsuccessfully) with some
tests to see if CF7 can actually make 'em.

WebCharts, which CF may use as its charting engine ("Macromedia, Inc. has
integrated WebCharts3D into Macromedia ColdFusion MX") shows an multi-series
pie chart on its gallery page:
http://www.gpoint.com/WebCharts50/gallery_pie.shtml

With this (example) code:

<cfchart format="flash" xaxistitle="Department" yaxistitle="Salary Average"
seriesplacement="stacked" > 

  <cfchartseries type="pie">
      <cfchartdata item="New car sales 1" value="30000">
      <cfchartdata item="Used car sales 1" value="55000">
      <cfchartdata item="Leasing 1" value="60000">
      <cfchartdata item="Service 1" value="35000">
        </cfchartseries>

   <cfchartseries type="pie">
      <cfchartdata item="New car sales 2" value="50000">
      <cfchartdata item="Used car sales 2" value="25000">
      <cfchartdata item="Leasing 2" value="30000">
      <cfchartdata item="Service 2" value="40000">
   </cfchartseries>

</cfchart>

CF creates a chart with just the first series shown.

Has any one tried/experienced this?

Cheers

David

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to