Tagged Questions

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 ...

learn more… | top users | synonyms

3
votes
3answers
731 views

Coldfusion cfchart stacked order

I have a couple of queries which pull data for use in a graph. <cfquery name='clusterPrivateReferrals' dbtype="query"> SELECT organisationName, count(messageID)*1000/listSize as msgCount FROM ...
1
vote
1answer
40 views

CFCHART - How do I get the Y-Axis to start at 1 instead of 0

Here is the example style I am using: <?xml version="1.0" encoding="UTF-8"?> <frameChart is3D="false"> <frame xDepth="3" yDepth="1" leftAxisPlacement="Back" ...
1
vote
1answer
19 views

CFCHART - How do I get the Y-Axis label to show on the right side only?

I am using cfchart and I cannot figure out how to get the Y-Axis to only show on the right side. I have opened up the web charts editor in the coldfusion/charts directory without any luck. I found ...
1
vote
1answer
145 views

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 ...
1
vote
1answer
98 views

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. Please help! The ...
0
votes
1answer
123 views

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", ...
0
votes
2answers
216 views

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 ...
0
votes
1answer
136 views

Coldfusion CFchart problem

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 ...
0
votes
1answer
66 views

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 ...
0
votes
2answers
129 views

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 ...
0
votes
2answers
322 views

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, ...
0
votes
1answer
197 views

cfchart ignores my scalefrom value

I have the following codes in my page. The style variable holds the custom style. <cfchart chartheight="450" chartwidth="550" gridlines="9" yaxistitle="Score" scalefrom="20" scaleto="100" ...