Questions tagged [cfchart]

Use the cfchart tag in ColdFusion to display a bar, pie, line, or other applicable type of chart.

The ability to display data in a chart or graph can make data interpretation much easier. Rather than present a simple table of numeric data, you can display a bar, pie, line, or other applicable type of chart using colors, captions, and a two-dimensional or three-dimensional representation of your data.

The ColdFusion cfchart tag, along with the cfchartseries and cfchartdata tags, provide many different chart types. The attributes to these tags let you customize your chart appearance.

You can create 11 types of charts in Adobe ColdFusion in two and three dimensions. The following figure shows a sample of each type of chart.

For more info: Adobe ColdFusion help: Working with Documents, Charts, and Reports - Creating Charts and Graphs

82 questions
0
votes
1 answer

ColdFusion : How to link each part of a pie chart to a specific URL?

I've got a basic pie chart with values like this I'd like to link each piece of the pie to a specific URL…
blarg
  • 3,773
  • 11
  • 42
  • 71
0
votes
1 answer

Replace URL for Cfchart in subdomain

I have a little problem with ... is working fine with my live site. But, not working with the subdomain. As, it takes the url for as http://subdomain.mysite.com/CFIDE/GraphChart.cfm instead of…
Waqas Malik
  • 659
  • 2
  • 11
  • 27
0
votes
1 answer

limit x axis for cfchart

I would like to limit the x-axis of my chart that is created by cfchart. I see the attribute scaleFrom and scaleTo that limit the y-axis, but I see nothing that limits the x-axis. Also, I saw a similar question here: ColdFusion Chart x-axis label…
Selah
  • 7,728
  • 9
  • 48
  • 60
0
votes
1 answer

ScaleMin not working with cf chart in cf 9

I am creating a line graph chart in CF 9. My cfchart code is below:
L L
  • 1
  • 1
0
votes
1 answer

Resize a flash object based on CSS dimensions? Coldfusion CFCHART CFDIV

I'm using a coldfusion AJAX call to bind a div containing query results populated based on options in another div. In the DIV being called with AJAX, I have a CFLAYOUT tag creating several tabs. In one tab, I have a Coldfusion CFCHART element that…
Brad Hines
  • 107
  • 2
  • 15
-1
votes
1 answer

CFChart producing a 500 Error

I am trying to create a chart with a query of queries, but am receiving a 500 error no matter what I try. I ended up scoping down the cfchart tag as the problem, but couldn't find any syntax errors in it, nor any logical errors.
N. Ziff
  • 13
  • 5
-1
votes
1 answer

Actual XML file location while dealing with CFchart

Could anyone tell me whether I need to place xml file in a separate directory while working with coldfusion? Right now I have kept my xml file in the same directory where I have .cfm file. When I run the file(cfm) it says, Could not locate the…
Tan
  • 1,433
  • 5
  • 27
  • 47
1 2 3 4 5
6