pf » CFCHART Example - Pie Chart
June 14, 2006
CFCHART Example - Pie Chart
Here's a quick example of some coldfusion code to make a pie chart. I don't create charts everyday so I often need to check the docs, so here's a simple example of using cfchart to create a pie chart with a query as a datasource:
<cfchart format="flash" show3d="true" chartwidth="500" chartheight="500" pieslicestyle="sliced" title="Top Ten States"> <cfchartseries type="pie" query="myQueryName" valueColumn="num" itemColumn="state" /> </cfchart>
Permalink | Add Comment |
add to del.icio.us
| Tags: cfchart, examples, pie, chart, graphs, cfml, coldfusion
add to del.icio.us
| Tags: cfchart, examples, pie, chart, graphs, cfml, coldfusion
Related Entries
- CFSCRIPT Cheatsheet - May 5, 2008
- ColdFusion 8 Update 1 Fixes some Image Processing Quirks - April 5, 2008
- 10 Most Useful Image Functions in ColdFusion 8 - April 5, 2008
- Getting EXIF Metadata with ColdFusion 8 - October 26, 2007
- ColdFusion 8 Image Manipulation Presentation Recording - October 26, 2007
Trackback Address: 637/2C11CD0730DC7D0A15B215D9BAC38BAC
Spell Checker by Foundeo
- CFSCRIPT Cheatsheet
- 3 New Image Effects for ColdFusion 8
- Googlebot to Submit Web Forms
- ColdFusion 8 Update 1 Fixes some Image Processing Quirks
- 10 Most Useful Image Functions in ColdFusion 8
- Speaking at NYC CFUG This Week
- Adobe AIR Tutorial for HTML / JavaScript Developers
- INFORMATION_SCHEMA Support in MySQL, PostgreSQL
Subscribe to my RSS Feed:
RSS
RSS
Pete Freitag is a software engineer, and web developer located in










