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
1
vote
2 answers

ColdFusion 10 CFCHART, how to pass dynamic variables via JavaScript API method?

I am using the cfchart tag in ColdFusion 10 (zingcharts). The page containing the chart is receiving data via websocket and I am trying to pass some of this data to the chart at regular intervals with JavaScript, using: var x = data.number; var…
AlanJames
  • 127
  • 6
1
vote
1 answer

Sorting CFQuery Results by Month

Some Backround: ColdFusion9 MSAccess Database I am trying to create a CFChart to compare data in a table labeled closed_tickets. I am comparing this year's data to previous year's data and would like to chart it by month. I am querying the table and…
Brian Fleishman
  • 1,237
  • 3
  • 21
  • 43
1
vote
2 answers

Coldfusion 10 cfcharts:Target line on a bar chart

I basically have a bar chart showing the score of individuals and I want to add a few line in the chart representing the different levels (i.e. the 65% is pass, 75% is fair, etc) something like this Add a “Target Line” to a Coldfusion 8 CFChart Bar…
Rob
  • 47
  • 4
1
vote
2 answers

How to display hours in Y-axis of CFChart

I would like to show hours in the Y-axis of a CFChart. Presently it is showing numeric values. I want the Y-axis to display 6am, 9am, 12noon, 3pm etc.. Any help would be highly appreciated. Thanks in Advance.
pawangera
  • 61
  • 1
  • 4
1
vote
1 answer

ColdFusion chart invalid color name: white

I am getting an invalid color error on a CF page that has cfchart and cfchartseries. I have yet to reproduce this issue, but we get email notification when a user encounters it. I am unable to isolate the issue, so I have to provide the full code…
wellercs
  • 143
  • 5
1
vote
1 answer

CFCHART Title dynamically populated

I'm using CFCHART to generate awesome charts on the fly. It would be nice to dynamically change the title of the chart based on selection criteria.... and I've been attempting to do that by setting a string, graphTitle, that conditionally populates…
Brad Hines
  • 107
  • 2
  • 15
0
votes
2 answers

CFDIV and CFCHART, Using frames for a Dynamic Chart

I have a website that uses CFCHART extensively to list various organizational statistics about our company: Like the percentage of male vs. female team members, ethnic heritage breakdown for EEO compliance and the like. The old website we had to…
Brad Hines
  • 107
  • 2
  • 15
0
votes
1 answer

ReReplace the url of a CFChart

I am working on a chart the has the output of a series of surveys that were taken. The CFChartData Item is the name of a category, and the value is the average score that was given to the category. The chart works fine, but I need to have the chart…
0
votes
2 answers

Lucee 5.3.8 CFChart URL Disable

Lucee CFChart type pie from query markup:
0
votes
2 answers

cfchart pie chart with dataLabelStyle

According to this page http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-792e.html you can use a dataLabelStyle which can be "none", "value", "rowLabel", "columnLabel" or "pattern". However whenever i use…
Timothy Ruhle
  • 7,387
  • 10
  • 41
  • 67
0
votes
2 answers

cfchart tooltip popup format?

Would anyone know if it is possible to format the tooltip that displays when hovering over a ColdFusion chart (when the attribute tipStyle = "MouseOver" is set)? I would like it to be formatted as a number style to include two decimal places, even…
Ben
  • 3
  • 1
  • 2
0
votes
1 answer

ColdFusion CFchart and feedback form

I am creating a feedback form system where users can fill in feedback forms and admin users will be able to run reports against the answers. I am trying to use cfchart to display the results in an easy to read manner for the administrators. Here is…
gilmoreja
  • 53
  • 1
  • 6
0
votes
0 answers

cfchart HTML format not available

I'm trying to use cfchart with html format:
myTest532 myTest532
  • 2,091
  • 3
  • 35
  • 78
0
votes
1 answer

CFchart shut down accidently my laptop

In these days, I've got the problem about CFChart in my laptop. Because whenever I run (open) CFChart in my latop, which accidently shut down and come out Blue Screen like memory leaking. PS: Oracle 10g and CF8 are the same installed in this latop…
PPShein
  • 13,309
  • 42
  • 142
  • 227
0
votes
0 answers

CFChart on railo

I am facing a problem while generating a pdf. I am adding cfchart in the pdf. Here is my code:
Adil Malik
  • 6,279
  • 7
  • 48
  • 77