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
0 answers

cfchartseries groups with different counts

I'm using cfchart/cfchartseries and I have several groups of data that relate to each other so I want to display the groups in one chart. I find that the count of data points for each group apparently has to be the same? If not cfchart just pads the…
gordon
  • 1,152
  • 1
  • 12
  • 18
0
votes
2 answers

Coldfusion: cfchart: clips or crops my series marker at the top of the graph

I am plotting a line chart. (aka Frame chart) My series markers are begin clipped or cropped when the value is the maximum. I have data from 0.0 to 10.0. When the value is 10, it does not show the complete marker. I really don't want to have to…
prolog
  • 1
  • 2
0
votes
2 answers

cfchart not printing in PDF

I'm trying to print PDF from HTML using cfdocument. The code works fine when I access it through localhost, but when I use static IP to test it online on the same server it timeouts. I tried cfhtmltopdf it didn't timeouts but it doesn't generate the…
Abdul Rehman
  • 1,662
  • 3
  • 22
  • 36
0
votes
0 answers

coldfusion cfchart horizontal bar graph

In coldfusion Horizontal bar graph, cfchartseries using cf query resultset & valueColumn contains values as (25,65,20), itemcolumn as empty string, I don't want to display the descriptions. Please refer the attached Horizontal_cfchart.png, In x-axis…
Prabha
  • 266
  • 4
  • 25
0
votes
1 answer

cfchart ignores my scalefrom value

I have the following codes in my page. The style variable holds the custom style.
Monte Chan
  • 1,193
  • 4
  • 20
  • 42
0
votes
1 answer

Display a £ sign in Coldfusion charts

Quite simple really, I want to display the British pound sign (£) in the yAxis title in a printed Coldfusion PNG chart. Here's my code:
Pat Dobson
  • 3,249
  • 2
  • 19
  • 32
0
votes
1 answer

CFChart all X- axis labels are not displaying

I have many cfcharts in my application. There are 32 X-axis labels, in one of my cfcharts, but only 18 of them are displaying. Other than that, the chart displays properly, but the x-axis labels are missing. I have used JSON style for applying…
Lakshmi
  • 19
  • 9
0
votes
1 answer

cfChart use Local Style XML

I'm 99% sure this is possible, having seen it in a forum some time ago. I want to use a XML style file for CfChart that is in the same folder as the CFM file that's making the chart. I know that in the XXX will…
henonChesser
  • 167
  • 1
  • 14
0
votes
1 answer

Set Bar color according to data in CF chart

I am creating a bar graph in CF11 .Is it possible to give different colors for the different bars in CFchartseries according to the data.
Lakshmi
  • 19
  • 9
0
votes
1 answer

set width of cfchartseries in Coldfusion 11

I have upgraded my cf site from cf 7 to cf 11 recently. But I am not able to set the width of cfchartseries. I have found in Adobe documentation to set the background as "fit: Defines the width/height to fit area of background." How can I set the…
Lakshmi
  • 19
  • 9
0
votes
2 answers

This is weird issue I am geting while doing Query of Query

Here is the scenario, I am getting the result-set from the following code and i am running the following below query after getting the result from cfdump, but it shows empty second dump, do not why? can anyone check what is wrong:
Regual
  • 377
  • 1
  • 5
  • 20
0
votes
1 answer

How do I use cfchart area type to show comments per time period

I'm trying to create an area chart using cfchart, but not sure how to go about it. I'm doing a query of all comments in a table and want to show time period (days or months on x-axis) and output number of comments as they are created. Here's the…
user1431633
  • 658
  • 2
  • 15
  • 34
0
votes
2 answers

CFChart labels disappear

I'm running the following query and after running the QoQ for SECONDCONN , I am not getting the desired output in my cfchart. SELECT…
Tan
  • 1,433
  • 5
  • 27
  • 47
0
votes
1 answer

Need Help in displaying Line Chart

Please consider the following code: Parameters I have used :
Tan
  • 1,433
  • 5
  • 27
  • 47
0
votes
2 answers

cfchart displaying white spaces

I am counting response of a specific question and wants to display its response count through charts. I am using this code for counting response. SELECT questions.id, …
Suleman khan
  • 1,038
  • 4
  • 14
  • 34