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

CFCHART is not formatting Y labels

I'm creating a chart and saving it as a PNG file. I'm trying to get CFCHART to format the Y Axis labels as "currency", but it's not applying the format. Any idea what could be wrong? I'm on CF2018, version: 2018,0,10,320417
mwill81
  • 115
  • 7
1
vote
1 answer

Exporting to Powerpoint from Coldfusion

I was interested in being able to export data from Coldfusion to Powerpoint. I saw this section on StackOverflow Generating Powerpoint PPT with ColdFusion? which was posted almost 3 years ago. I was hoping there would be something more relevent…
Chris M
  • 83
  • 1
  • 1
  • 8
1
vote
1 answer

Lines not showing up on cfchart

I am using XML styling to draw 2 lines on my cfchart. For some unknown reason, the lines are not showing up. I have done this before with different charts and never had this problem. The code:
dmr
  • 21,811
  • 37
  • 100
  • 138
1
vote
3 answers

CFCHART displaying y-axis numbers in whole

I am trying to use cfchart to display numbers of messages and all works well but when I have a small amount of numbers it breaks it into decimals. Is there a way we can make it always set to whole numbers? Here is the code:
Scott
  • 459
  • 2
  • 10
1
vote
1 answer

Coldfusion 10 CFchart tag is merging bars

I am trying to use cfchart tags for bar charts but when I take the exact code from a site: border={"color":"blue","radius":6,"width":2};
Scott
  • 459
  • 2
  • 10
1
vote
0 answers

How to use ZingCharts utility with my existing code in ColdFusion 11?

I recently migrated my application from ColdFusion 10 to ColdFusion 11. Though the migration was successful, the charts have been destroyed. Up until ColdFusion 10 there was a WebCharts JAR file, called wc50.jar, in the \lib directory. It…
Vasu
  • 319
  • 5
  • 19
1
vote
0 answers

coldfusion 2016 cfchart sizing issues

on a migration to Cold Fusion 2016 we are having issues with the charts. We can generate the chart but the image is too small. It looks like it is adding white space in the area. can you control the size of the pie chart? We do need them created…
Matthew Friedman
  • 491
  • 1
  • 5
  • 12
1
vote
1 answer

variable value in cfchart

[UPDATED] Question: The query that Leigh provided worked, but for some reason, when I replaced the names of the rows and columns to change the query from Cost Per Click to Cost per Registration and Cost per License, I would get different values than…
N. Ziff
  • 13
  • 5
1
vote
2 answers

jQuery/UI/Tab ajax not loading flash cfcharts in IE7/8

I have a coldfusion page that uses JQuery UI TAB to load another coldfufion page which includes a cfchart in flash format. But this works completely fine in FF.(everything was loaded, flash cfchart, tables ...)
  • Xin YAO
    • 13
    • 2
  • 1
    vote
    1 answer

    cfcharts plot value-box png (with numbers) from cfquery and cfloop

    I need to create a generated png based chart file with plot labels with the numeric value as you see in the example below. I am on Coldfusion 10 so this is using the newer ZingChart engine. The example you see was made by ZingChart Builder. BTW, I…
    Frank Tudor
    • 4,226
    • 2
    • 23
    • 43
    1
    vote
    1 answer

    CFChart Lower Limit Issue

    Working in ColdFusion and trying get this chart running and I've run into an odd bug. I'm not sure how or why but the lower Y-Axis limit is being set to -1000 instead of zero. None of my data goes below 0. In the picture I've got it set to…
    henonChesser
    • 167
    • 1
    • 14
    1
    vote
    1 answer

    Dynamic Y axis with Json in Coldfusion 11

    I have many charts in my application Is there any way to make the y axis more dynamic with json . I am using coldfusion 11. Please see my code
    Lakshmi
    • 19
    • 9
    1
    vote
    2 answers

    CfChart Stacked bars and unstacked Lines

    I am trying to create a CFChart with Stacked Bars and unstacked Lines. Have been trying to work around in the Webcharts Tool but no luck so far. In the example image all the series are seriesplacement=stacked, but I want to have the bars(Avg and…
    Gaurav S
    • 999
    • 8
    • 16
    1
    vote
    1 answer

    How to add a line to a bar chart in ColdFusion?

    I have a bar chart with four data points. I am trying to add a line to represent the average of the bars. When I add the line as a chartseries, it adds the line, but it also as the fifth bar. How do I get a single red line to represent the…
    Evik James
    • 10,335
    • 18
    • 71
    • 122